Skip to content

Commit

Permalink
Update xc_loadbalancer.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd authored Nov 8, 2024
1 parent e76e9a1 commit a8c0ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "volterra_origin_pool" "op" {
outside_network = true
site_locator {
site {
name = format("%s-appstack", var.project_prefix)
name = volterra_aws_vpc_site.this.name
namespace = "system"
tenant = var.xc_tenant
}
Expand Down

0 comments on commit a8c0ac2

Please sign in to comment.