Skip to content

Commit

Permalink
update security groups for opensearch dashboards proxy testing space
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Nov 1, 2024
1 parent a59ed9a commit bc1f265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/stacks/cf/spaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ resource "cloudfoundry_space" "opensearch-dashboards-proxy" {
asgs = [
cloudfoundry_asg.public_networks_egress.id,
cloudfoundry_asg.dns.id,
cloudfoundry_asg.trusted_local_networks.id
]
staging_asgs = [
cloudfoundry_asg.dns.id,
cloudfoundry_asg.public_networks_egress.id
]
}

Expand Down

0 comments on commit bc1f265

Please sign in to comment.