Skip to content

Commit

Permalink
fix: formatting is incorrect
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Oct 17, 2023
1 parent eddac94 commit 76d14e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module "support" {
}
depends_on = [module.vpc_prepare]
#depends_on = [module.transit_gateway]
source = "./modules/4_pvs_support"
source = "./modules/4_pvs_support"

private_key_file = var.private_key_file
ssh_agent = var.ssh_agent
Expand Down
2 changes: 1 addition & 1 deletion modules/4_pvs_support/pvs_support.tf
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ EOF

# Dev Note: do this as the last step so we get a good worker ignition file downloaded.
resource "null_resource" "latest_ignition" {
# depends_on = [null_resource.wait_on_mcp]
# depends_on = [null_resource.wait_on_mcp]
depends_on = [null_resource.set_routing_via_host]
connection {
type = "ssh"
Expand Down

0 comments on commit 76d14e9

Please sign in to comment.