InfrastructureS3ToDynamoDBL.../modules/s3/variables.tf
2023-07-11 18:45:59 +03:00

19 lines
No EOL
257 B
HCL

variable "s3_bucket" {
type = string
default = "amdocs-example-project"
}
variable "environment" {
type = string
default = "dev"
}
variable "project" {
type = string
default = "amdocs-example"
}
variable "tags" {
type = map
default = {}
}