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 }