7 lines
80 B
Terraform
Raw Normal View History

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