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

Allow route53 records overwrite #245

Closed
LCaparelli opened this issue Sep 29, 2022 · 0 comments · Fixed by #246
Closed

Allow route53 records overwrite #245

LCaparelli opened this issue Sep 29, 2022 · 0 comments · Fixed by #246

Comments

@LCaparelli
Copy link
Contributor

Describe the Feature

We'd like it to be possible to configure the module to overwrite existing route53 records instead of failing because a record already exists.

Expected Behavior

The module allows overwriting route53 records.

Use Case

We have a GitOps self-service platform for our developers. From time to time we need to import existing stuff into Terraform. In order to run terraform import you need additional permissions which our developers don't have.

If they could just configure the overwrite no additional permission is necessary and developers can move forward without our team's manual intervention.

Describe Ideal Solution

The DNS module we depend on already exposes a variable for this, we just need to expose one variable of our own here and glue things together.

Alternatives Considered

I have not considered alternative solutions for this.

Additional Context

I'm willing to work on this and will send a PR shortly.

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 a pull request may close this issue.

1 participant