-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AWS provider: separate SG rules from SGs #493
Comments
Thanks for digging that problem! The initial idea was to keep things clear and readable but there are already several people who are asking for the change. The terraformer tool is being used in two ways:
The best solution in this case, would be to tell terraformer to separate the rules from groups. That would be achieved in a similar manner to how we customize dump of SQS queues [1]. We can add code to keep rules out of the groups if environment variable [1] https://github.com/GoogleCloudPlatform/terraformer#sqs-queues-retrieval |
Should this be revisited now that Terraform has yet another way to define the rule resources.....
|
The task is to allow terraformer not to inline rules and import them separately.
Ref: #275 (comment)
The text was updated successfully, but these errors were encountered: