Skip to content
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

Adds allowed_cidr_blocks support to RDS SG #43

Merged
merged 3 commits into from
Oct 19, 2019
Merged

Adds allowed_cidr_blocks support to RDS SG #43

merged 3 commits into from
Oct 19, 2019

Conversation

Gowiem
Copy link
Member

@Gowiem Gowiem commented Oct 17, 2019

Adds allowed_cidr_blocks to support whitelisting IP ranges for connecting to RDS instances outside of AWS.

This is directly similar to cloudposse/terraform-aws-rds-cluster's allowed_cidr_blocks https://github.com/cloudposse/terraform-aws-rds-cluster/blob/master/variables.tf#L172

Adds `allowed_cidr_blocks` to support whitelisting IP ranges for connecting to RDS instances outside of AWS.
This is directly similar to cloudposse/terraform-aws-rds-cluster's `allowed_cidr_blocks` https://github.com/cloudposse/terraform-aws-rds-cluster/blob/master/variables.tf#L172
@aknysh
Copy link
Member

aknysh commented Oct 18, 2019

/codefresh run test

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Gowiem

Looks good, but please rebuild README by executing these commands:

make init
make readme/deps
make readme

It will add the new variables and outputs to README.md automatically.

In general, any changes to README should be made in README.yaml (not in this case), and after that executing the commands above will rebuild README.yaml into README.md and add all new variables and outputs to README.md

thanks

@Gowiem
Copy link
Member Author

Gowiem commented Oct 18, 2019

@aknysh Done! Let me know if you need anything else.

@aknysh
Copy link
Member

aknysh commented Oct 19, 2019

/codefresh run test

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Gowiem

@aknysh aknysh merged commit 15cb9e2 into cloudposse:master Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants