mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
7 lines
80 B
Terraform
7 lines
80 B
Terraform
|
|
variable "project_id" {
|
||
|
|
type = string
|
||
|
|
}
|
||
|
|
|
||
|
|
variable "env_id" {
|
||
|
|
type = string
|
||
|
|
}
|