We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ece600 commit 6043e6fCopy full SHA for 6043e6f
.github/workflows/deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
if: github.ref == 'refs/heads/main'
22
23
deploy_sn11_prod:
24
- name: Deploy to sn10 prod
+ name: Deploy to sn11 prod
25
uses: ./.github/workflows/deploy_dns_environment.yaml
26
# needs: deploy_jon
27
with:
infra/terraform/prod_sn11.tfvars
@@ -28,6 +28,8 @@ dns_rec_external_ip = [
28
"", # Blank so it is not created
29
]
30
dns_rec_outgoing_ip = [
31
+ "", # Blank so it is not created
32
33
34
dns_mgt_network_host_identifier = "24"
35
dns_mgt_gateway = "10.70.104.1"
0 commit comments