diff options
Diffstat (limited to 'opentofu/variables.tf')
| -rw-r--r-- | opentofu/variables.tf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opentofu/variables.tf b/opentofu/variables.tf index 5303878..9c266eb 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -30,3 +30,9 @@ variable "ssh_public_key" { type = string sensitive = true } + +variable "openstack_cloud_name" { + description = "An entry in a clouds.yaml. If omitted, the OS_CLOUD environment variable is used." + type = string +} + |
