Files
getting-started/aws/aws-terraform/aws-app-stack-cloud/modules/storage/variables.tf
2021-04-16 16:01:29 +04:00

14 lines
196 B
HCL

# Input variable definitions
variable "bucket_name" {
description = "Name of bucket"
type = string
}
variable "env" {
description = "Environment like dev, prod"
type = string
}