terraform/ecc-openstack-029-ignore_password_expiry/red/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"
}