Files
terraform-hideyoshi.com/bucket/config.tf

10 lines
150 B
HCL

### SET VARIABLES
variable "project_name" {
type = string
default = "hideyoshi-portifolio"
}
variable "project_domain" {
type = string
}