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

Module incompatible with Terraform 1.2.0 #37

Open
syphernl opened this issue May 19, 2022 · 0 comments
Open

Module incompatible with Terraform 1.2.0 #37

syphernl opened this issue May 19, 2022 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@syphernl
Copy link
Contributor

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

Running a module (which uses this one) with Terraform 1.2.0 an error is thrown:

╷
│ Error: Module is incompatible with count, for_each, and depends_on
│ 
│   on database.tf line 90, in module "rds_postgres_serverless":
│   90:     aws_route53_zone.private
│ 
│ The module at module.api.module.ecs_codepipeline.module.github_webhooks is
│ a legacy module which contains its own local provider configurations, and
│ so calls to it may not use the count, for_each, or depends_on arguments.
│ 
│ If you also control the module
│ "registry.terraform.io/cloudposse/repository-webhooks/github", consider
│ updating this module to instead expect provider configurations to be passed
│ by its caller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant