-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
dns zone visibility not written to state in 2.4 #3435
dns zone visibility not written to state in 2.4 #3435
Comments
Can confirm this bug in version 2.4 of the Google Provider. |
This is also affecting us. We will not be able to upgrade from 2.3 until it's addressed. |
I'm also stuck on 2.3 due to this. |
Same issue here. Also, while trying to work it around by adding the following:
It crashed the provider:
|
A work around is to add |
Hey all! This is a known issue, thanks for your reports. Until we fix this, you can set visibility to |
Any chance we could get a patch release to fix this and any other minor issues in |
Hi @brandoconnor, That's fair. I think we're currently hoping the 2.5.0 upgrade will be small enough that people will be able to do it, but in the event that people need the patch release and can't do 2.5.0 for whatever reason, I think we want to have a discussion about shipping a 2.4.1 after a 2.5.0. That's not something that has been done before, so I don't want to promise it, but it's possible in theory. Unfortunately, the state of our unreleased changes and the timeline on releasing a 2.5.0 is such that releasing a 2.4.1 is a tough proposition for us right now, but we're monitoring the situation and will change our stance as needed as events develop. |
This has been fixed the latest version of the Google Cloud provider v1.5.1. |
In addition to |
Many thanks!
…On Tue, Apr 30, 2019, 15:52 Riley Karson ***@***.***> wrote:
In addition to 2.5.1, this has also been fixed in version 2.4.1 of the
provider, released out of band as a backport in case the 0.12 integration
causes issues for users.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3435 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATC66HSKADF2M5EY5W4C6TPTDEUNANCNFSM4HGD5QPQ>
.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Terraform v0.11.13
Affected Resource(s)
google_dns_managed_zone
Steps to Reproduce
terraform import
Expected Behavior
state contains
visibility="public"
Actual Behavior
state contains
visibility=""
Result
visibility: "" => "public" (forces new resource)
Workaround
version = "= 2.3"
The text was updated successfully, but these errors were encountered: