aboutsummaryrefslogtreecommitdiffstats
path: root/opentofu/provider.tf
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/provider.tf')
-rw-r--r--opentofu/provider.tf4
1 files changed, 4 insertions, 0 deletions
diff --git a/opentofu/provider.tf b/opentofu/provider.tf
index cd476cb..5339f3b 100644
--- a/opentofu/provider.tf
+++ b/opentofu/provider.tf
@@ -3,3 +3,7 @@ provider "proxmox" {
api_token = var.proxmox_api_token
insecure = true
}
+
+provider "openstack" {
+ cloud = var.openstack_cloud_name
+}