Skip to content

Commit

Permalink
terraform: revert AWS modules output file renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Dec 14, 2023
1 parent f7379c5 commit 70dcf5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ go_library(
"infrastructure/qemu/modules/instance_group/variables.tf",
"infrastructure/qemu/outputs.tf",
"infrastructure/qemu/variables.tf",
"infrastructure/aws/modules/jump_host/outputs.tf",
"infrastructure/aws/modules/load_balancer_target/outputs.tf",
"infrastructure/aws/modules/public_private_subnet/outputs.tf",
"infrastructure/aws/modules/jump_host/output.tf",
"infrastructure/aws/modules/load_balancer_target/output.tf",
"infrastructure/aws/modules/public_private_subnet/output.tf",
],
importpath = "github.com/edgelesssys/constellation/v2/terraform",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 70dcf5b

Please sign in to comment.