ERRO[0000] Found a dependency cycle between modules: #526
-
|
I am creating two Security Groups, One for Application SG and Second one is RDS SG Application SG Module1:include "root" { dependency "vpc" { dependency sg-rds { dependencies { terraform { inputs = { egress_with_source_security_group_id = [ ]
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
First of all, the creative formatting of the code in your post makes it difficult to read. Just a minor note that I wanted to share for the sake of yourself and everyone else in the future. Second, and most important, Gruntwork does not maintain modules within Thirdly, as we maintain Terragrunt, |
Beta Was this translation helpful? Give feedback.
First of all, the creative formatting of the code in your post makes it difficult to read. Just a minor note that I wanted to share for the sake of yourself and everyone else in the future.
Second, and most important, Gruntwork does not maintain modules within
github.com/terraform-aws-modules. We suggest you ask about this issue over there. (Be sure to format correctly!)Thirdly, as we maintain Terragrunt,
terragrunt run-all planis not a reliable command in all cases. Please see the documentation onrun-all, especially the section onplan.