Skip to content

Commit

Permalink
resource "cloudfoundry_default_asg" "staging" {
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephraim-G committed Aug 23, 2023
1 parent dd6bcd5 commit 83e0f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/stack/asg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ resource "cloudfoundry_default_asg" "staging" {
name = "staging"
asgs = [
cloudfoundry_asg.dns.id,
cloudfoundry_asg.public_networks.id,
cloudfoundry_asg.trusted_local_networks.id,
cloudfoundry_asg.public_networks_egress.id,
cloudfoundry_asg.trusted_local_networks_egress.id,
]
}

Expand Down

0 comments on commit 83e0f4b

Please sign in to comment.