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

Terraform: Skip diffs when managed certs are specified with absolute FQDNs #591

Merged
merged 1 commit into from
Apr 29, 2019

Conversation

modular-magician
Copy link
Collaborator

Original Author: @drebes

@ciphercules
Copy link

Ran into this same issue, would be great if this fix were merged in 😃

@zachgersh
Copy link
Contributor

I definitely ran into this as well. Quite painful to re-run the beta provider if the managed cert will get re-created. I also believe you can't re-run it and recreate the cert since the destroy of the certificate fails. Need to validate that again.

@drebes
Copy link
Contributor

drebes commented Apr 25, 2019

As a workaround before this gets merged, you can try a:

  lifecycle {
    ignore_changes        = ["managed"]
  }

in the resource definition.

@rileykarson rileykarson merged commit 96c3d77 into hashicorp:master Apr 29, 2019
@modular-magician modular-magician deleted the codegen-pr-1624 branch November 15, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants