Skip to content

Commit 6043e6f

Browse files
committed
add sn11
1 parent 7ece600 commit 6043e6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.ref == 'refs/heads/main'
2222

2323
deploy_sn11_prod:
24-
name: Deploy to sn10 prod
24+
name: Deploy to sn11 prod
2525
uses: ./.github/workflows/deploy_dns_environment.yaml
2626
# needs: deploy_jon
2727
with:

infra/terraform/prod_sn11.tfvars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dns_rec_external_ip = [
2828
"", # Blank so it is not created
2929
]
3030
dns_rec_outgoing_ip = [
31+
"", # Blank so it is not created
32+
"", # Blank so it is not created
3133
]
3234
dns_mgt_network_host_identifier = "24"
3335
dns_mgt_gateway = "10.70.104.1"

0 commit comments

Comments
 (0)