From cbbc2b146b70a40fa9254546026ee355384e68d1 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sat, 27 Jun 2026 20:44:09 +0200 Subject: tofu: use clouds.yaml for authentication to openstack --- opentofu/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'opentofu/variables.tf') 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 +} + -- cgit v1.2.3