19 lines
No EOL
257 B
HCL
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 = {}
|
|
} |