Skip to content

Commit

Permalink
Fix AllowedIps in BI stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Feb 20, 2024
1 parent 5d5e997 commit 8410cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/res/res_demo_env/assets/bi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Resources:
Keypair: !Ref Keypair
UserName: ""
UserPassword: ""
ClientIpCidr: !Ref ClientIpCidr
AllowedIps: !Ref ClientIpCidr
ClientPrefixList: !Ref ClientPrefixList
# StopAdAdminInstance: !Ref StopAdAdminInstances
Vpc: !GetAtt [ Networking, Outputs.VPC ]
Expand Down

0 comments on commit 8410cf4

Please sign in to comment.