Skip to content

Commit 24fc0a2

Browse files
committed
rename terraform/ directories to /tofu
1 parent 3f9f880 commit 24fc0a2

File tree

18 files changed

+1
-1
lines changed

18 files changed

+1
-1
lines changed

environments/.stackhpc/terraform/main.tf renamed to environments/.stackhpc/tofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ data "openstack_images_image_v2" "cluster" {
6060
}
6161

6262
module "cluster" {
63-
source = "../../skeleton/{{cookiecutter.environment}}/terraform/"
63+
source = "../../skeleton/{{cookiecutter.environment}}/tofu/"
6464

6565
cluster_name = var.cluster_name
6666
cluster_net = var.cluster_net

0 commit comments

Comments
 (0)