From 9ad860e0f37a7ea465af5937c4663da32a1087bf Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Mon, 1 Jul 2024 01:50:08 +0600 Subject: [PATCH] access key var --- terraform/stage/variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/stage/variables.tf b/terraform/stage/variables.tf index f118347..0dc6c60 100644 --- a/terraform/stage/variables.tf +++ b/terraform/stage/variables.tf @@ -1,3 +1,8 @@ +variable "AWS_SECRET_ACCESS_KEY" { + description = "AWS Secret Access Key" +} + + variable "vpc_cidr_block" { type = string }