Skip to content

Commit

Permalink
improve sample network values
Browse files Browse the repository at this point in the history
This is written to the SSM parameter on first deploy, and is intended to be overwritten with actual values
  • Loading branch information
jdub233 committed Feb 5, 2024
1 parent 03813e1 commit c2d2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Resources:
Properties:
Name: !Sub /${AWS::StackName}/NetworkRanges
Type: String
Value: '[{"localhost":{"start": "127.0.0.0", "end": "127.0.0.2", "cidrs": []}}]'
Value: '{"localhost": [{"start": "127.0.0.1","end": "127.0.0.2"}]}'

Outputs:
S3BucketName:
Expand Down

0 comments on commit c2d2f99

Please sign in to comment.