feat: Add new Terraform file and fix variable references in existing files
This commit is contained in:
parent
538fed9a66
commit
3e1146ee9d
4 changed files with 3 additions and 6 deletions
|
|
@ -13,19 +13,16 @@ variable "env" {
|
|||
|
||||
variable "region" {
|
||||
type = string
|
||||
default = vars.region
|
||||
description = "GCP Region"
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
type = string
|
||||
default = vars.zone
|
||||
description = "GCP Zone"
|
||||
}
|
||||
|
||||
variable "app_name" {
|
||||
type = string
|
||||
default = var.app_name
|
||||
description = "Application name"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue