Skip to content

Commit

Permalink
fix: update the ID for the NodeBalancer
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jul 16, 2023
1 parent f5ad351 commit 6b03db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/stg-cluster-oldeworld/next-02-nginx-origins.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
data "linode_nodebalancer" "stg_oldeworld_nb_pxy" {
id = 386430 # TODO: Find a way to get this ID dynamically
id = 388830 # TODO: Find a way to get this ID dynamically
}

data "linode_nodebalancer_config" "stg_oldeworld_nb_pxy_config__port_443" {
id = 593179 # TODO: Find a way to get this ID dynamically
id = 597404 # TODO: Find a way to get this ID dynamically
nodebalancer_id = data.linode_nodebalancer.stg_oldeworld_nb_pxy.id
}

data "linode_nodebalancer_config" "stg_oldeworld_nb_pxy_config__port_80" {
id = 593180 # TODO: Find a way to get this ID dynamically
id = 597405 # TODO: Find a way to get this ID dynamically
nodebalancer_id = data.linode_nodebalancer.stg_oldeworld_nb_pxy.id
}

Expand Down

0 comments on commit 6b03db4

Please sign in to comment.