devops-exercises/topics/gcp/exercises/assign_roles/vars.tf

7 lines
80 B
Terraform
Raw Normal View History

2022-10-23 12:02:53 +02:00
variable "project_id" {
type = string
}
variable "env_id" {
type = string
}