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

Conflicting parameters when creating replica #137

Closed
mihaiplesa opened this issue Apr 11, 2022 · 0 comments · Fixed by #136
Closed

Conflicting parameters when creating replica #137

mihaiplesa opened this issue Apr 11, 2022 · 0 comments · Fixed by #136
Labels
bug 🐛 An issue with the system

Comments

@mihaiplesa
Copy link
Contributor

mihaiplesa commented Apr 11, 2022

Additional Context

Error: Conflicting configuration arguments
│ 
│   with module.infra.module.rds_replica.aws_db_instance.default[0],
│   on .terraform/modules/infra.rds_replica/main.tf line 26, in resource "aws_db_instance" "default":
│   26:   name                  = var.database_name
│ 
│ "name": conflicts with replicate_source_db
╵
╷
│ Error: Conflicting configuration arguments
│ 
│   with module.infra.module.rds_replica.aws_db_instance.default[0],
│   on .terraform/modules/infra.rds_replica/main.tf line 27, in resource "aws_db_instance" "default":
│   27:   username              = var.database_user
│ 
│ "username": conflicts with replicate_source_db
╵
╷
│ Error: Conflicting configuration arguments
│ 
│   with module.infra.module.rds_replica.aws_db_instance.default[0],
│   on .terraform/modules/infra.rds_replica/main.tf line 30, in resource "aws_db_instance" "default":
│   30:   engine                = var.engine
│ 
│ "engine": conflicts with replicate_source_db
╵
╷
│ Error: Conflicting configuration arguments
│ 
│   with module.infra.module.rds_replica.aws_db_instance.default[0],
│   on .terraform/modules/infra.rds_replica/main.tf line 31, in resource "aws_db_instance" "default":
│   31:   engine_version        = var.engine_version
│ 
│ "engine_version": conflicts with replicate_source_db
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

Successfully merging a pull request may close this issue.

1 participant