devops-exercises/topics/gcp/exercises/assign_roles/vars.tf
Arie Bregman 7cceb86b38 Update
2022-10-23 13:02:53 +03:00

7 lines
80 B
HCL

variable "project_id" {
type = string
}
variable "env_id" {
type = string
}