Skip to content

Commit

Permalink
feat(terraform): update IDs for the NB for the prd cluster (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead authored Jul 18, 2023
1 parent 7a3a873 commit 9d27d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/prd-cluster-oldeworld/next-02-nginx-origins.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
data "linode_nodebalancer" "prd_oldeworld_nb_pxy" {
id = 000000 # TODO: Find a way to get this ID dynamically
id = 389361 # TODO: Find a way to get this ID dynamically
}

data "linode_nodebalancer_config" "prd_oldeworld_nb_pxy_config__port_443" {
id = 000000 # TODO: Find a way to get this ID dynamically
id = 598263 # TODO: Find a way to get this ID dynamically
nodebalancer_id = data.linode_nodebalancer.prd_oldeworld_nb_pxy.id
}

data "linode_nodebalancer_config" "prd_oldeworld_nb_pxy_config__port_80" {
id = 000000 # TODO: Find a way to get this ID dynamically
id = 598264 # TODO: Find a way to get this ID dynamically
nodebalancer_id = data.linode_nodebalancer.prd_oldeworld_nb_pxy.id
}

Expand Down

0 comments on commit 9d27d7c

Please sign in to comment.