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

Remove security, subnet, and parameter groups #14

Merged
merged 3 commits into from Jul 25, 2016

Conversation

hectcastro
Copy link
Contributor

@hectcastro hectcastro commented Jul 22, 2016

Instead of defining security, RDS subnet, and parameter groups, emit the necessary IDs so that the module consumer can specify their own customized resources.

Also, add two top level module attributes project and environment. These variables are used to add tags to all AWS resources that support them.


Testing

The easiest way to test this is probably to test https://github.com/azavea/pwd-stormdrain-marking/pull/41.

hectcastro and others added 2 commits July 22, 2016 16:57
Instead of defining ingress/egress rules on the aws_security_group
resource, emit the security group ID so that the module consumer can
specifiy their own rules.
Since modules do not support attributes as maps, two new top level
module attributes have been added for `project` and `environment`. These
variables are used to add tags to all AWS resources that support them.
@caseycesari
Copy link

+1. Tested via azavea/pwd-stormdrain-marking#41.

@caseycesari caseycesari removed their assignment Jul 25, 2016
@hectcastro hectcastro force-pushed the feature/hmc/aws-security-group-rule branch 2 times, most recently from 6f91958 to bee0c85 Compare July 25, 2016 18:48
@hectcastro hectcastro changed the title Remove security, subnet, and parameter groups; remove CloudWatch Remove security, subnet, and parameter groups Jul 25, 2016
Instead of defining RDS subnet groups and parameter groups, emit the
necessary IDs so that the module consumer can specify their own
customized resources.
@hectcastro hectcastro force-pushed the feature/hmc/aws-security-group-rule branch from bee0c85 to a288187 Compare July 25, 2016 18:50
@hectcastro hectcastro merged commit 316c69a into develop Jul 25, 2016
@hectcastro hectcastro deleted the feature/hmc/aws-security-group-rule branch July 25, 2016 18:56
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.

None yet

3 participants