-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update cmft templates with stackrefs #276
Conversation
Also don't forget to update the doc: https://github.com/yetanalytics/lrsql/blob/stackref_update/doc/aws.md |
tested and ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline comments, also make sure to get this up to date with main
, you've got an (easy) merge conflict in the LRS template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me and my test stack is working fine.
@@ -60,9 +60,18 @@ Parameters: | |||
- false | |||
Default: true | |||
|
|||
Mappings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat!
@@ -77,7 +53,7 @@ Parameters: | |||
InstanceSSHCidr: | |||
Description: CIDR Range for SSH Access to instances (Typically VPC CIDR Range) | |||
Type: String | |||
Default: "173.147.0.0/16" | |||
Default: "172.147.0.0/16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i sorta get updating these but in general its totally deployment specific.
this just changes the manual references that were being made previously to stack references.