Skip to content

Commit

Permalink
OCTOPUS-555: harden the routes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Nov 14, 2023
1 parent baf7379 commit cfb033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/1_vpc_prepare/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output "vpc_crn" {
}

output "target_worker_sg_id" {
value = !var.skip_create_security_group ? ibm_is_security_group.worker_vm_sg[0].id : local.sgs[0].id
value = !var.skip_create_security_group ? ibm_is_security_group.worker_vm_sg[0].id : local.sgs[0]
}

output "mac_vpc_subnets" {
Expand Down

0 comments on commit cfb033e

Please sign in to comment.