terraform/ecc-openstack-004-user_disabled/green/variables.tf (8 lines of code) (raw):
variable "profile" {
type = string
description = "Profile name configured before running apply"
}
variable "project_name" {
type = string
description = "Project name configured before running apply"
}