Skip to content

Commit

Permalink
Update xc_loadbalancer.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd committed Dec 4, 2023
1 parent 77c9775 commit ff43e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xc/xc_loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "null_resource" "wait_for_ekssite"{

# Create XC LB config
resource "volterra_origin_pool" "op" {
depends_on = [null_resource.wait_for_site]
depends_on = [null_resource.wait_for_site, null_resource.wait_for_ekssite]
name = format("%s-xcop-%s", local.project_prefix, local.build_suffix)
namespace = var.xc_namespace
description = format("Origin pool pointing to origin server %s", local.origin_server)
Expand Down

0 comments on commit ff43e90

Please sign in to comment.