diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-25 19:41:56 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2026-06-25 19:41:56 +0200 |
| commit | e35b6d8d3859b5e5960ce49c1438aa5af2911433 (patch) | |
| tree | 659bc3c9a89cbc68a0878f8901fc5835f24bb39c /opentofu/versions.tf | |
| parent | 30c9dd5a2450011a04fb426b9b81b60989d1ce2f (diff) | |
| download | homelab-iac-e35b6d8d3859b5e5960ce49c1438aa5af2911433.tar.gz homelab-iac-e35b6d8d3859b5e5960ce49c1438aa5af2911433.tar.bz2 homelab-iac-e35b6d8d3859b5e5960ce49c1438aa5af2911433.zip | |
opentofu: starting to experiment with openstack
Diffstat (limited to 'opentofu/versions.tf')
| -rw-r--r-- | opentofu/versions.tf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opentofu/versions.tf b/opentofu/versions.tf index 9df6a1e..d6f8727 100644 --- a/opentofu/versions.tf +++ b/opentofu/versions.tf @@ -10,5 +10,9 @@ terraform { source = "hashicorp/local" version = ">= 2.4.0" } + openstack = { + source = "terraform-provider-openstack/openstack" + version = "3.4.0" + } } } |
