From c2d2f995b9a20ba46aabf074670788f91ca6475a Mon Sep 17 00:00:00 2001 From: Jonathan Williams Date: Mon, 5 Feb 2024 17:09:25 -0500 Subject: [PATCH] improve sample network values This is written to the SSM parameter on first deploy, and is intended to be overwritten with actual values --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index cf70cce..2a186fa 100644 --- a/template.yaml +++ b/template.yaml @@ -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: