Skip to content

Commit 77e85a7

Browse files
committed
define provider for compute module
1 parent 654bdac commit 77e85a7

File tree

1 file changed

+8
-0
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/terraform/compute

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
terraform {
2+
required_version = ">= 0.14"
3+
required_providers {
4+
openstack = {
5+
source = "terraform-provider-openstack/openstack"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)