diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-27 20:44:09 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-27 20:44:09 +0200 |
| commit | cbbc2b146b70a40fa9254546026ee355384e68d1 (patch) | |
| tree | d1f71bf5691b1e307f8d96d1a2d6e2cf21860ec6 /opentofu/variables.tf | |
| parent | 463e063f5b99557c4337afb5a15541f9b0d0e1e6 (diff) | |
| download | homelab-iac-cbbc2b146b70a40fa9254546026ee355384e68d1.tar.gz homelab-iac-cbbc2b146b70a40fa9254546026ee355384e68d1.tar.bz2 homelab-iac-cbbc2b146b70a40fa9254546026ee355384e68d1.zip | |
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 +} + |
