Skip to content

Commit

Permalink
Added openstack provider for tofu.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Jan 13, 2025
1 parent 607387a commit 90ee99e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions gfts-track-reconstruction/jupyterhub/tofu/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gfts-track-reconstruction/jupyterhub/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ terraform {
source = "hashicorp/aws"
version = "~> 4.0"
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 3.0.0"
}
}
# store state on gcs, like other clusters
backend "s3" {
Expand Down

0 comments on commit 90ee99e

Please sign in to comment.