-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Goggle compute API beta->v1 change keeps triggering a TF diff with 1.13.0 #1610
Comments
Hi, I cannot reproduce this issue. I tried pinning the version to 1.10.0 and then upgrading to 1.13.0 and still see no diff. In the output you posted, did you copy integrally the stuff below network_interface.0.subnetwork: "https://www.googleapis.com/compute/beta/projects/xxx/regions/us-east1/subnetworks/default" => "https://www.googleapis.com/compute/v1/projects/xxx/regions/us-west1/subnetworks/default" (forces new resource) Do you think you could share your debug logs please? |
This issue is also related to #988 where we have a perm diff when there should be no diff. We are investigating it. |
@czka, mind sharing your config? Are you using |
@danawillow This particular node has @rosbo After switching from 1.10.0 to 1.13.0 I'm only getting a diff for |
@danawillow found a bug in Terraform Core which is causing While waiting for the Terraform Core to be fixed, we can cheat a bit by converting the subnetwork |
I will keep this issue open until hashicorp/terraform#18209 is merged |
Actually, this specific issue with beta links is resolved with the latest fix merged. We will keep #988 open to track the real root cause of this issue. Closing |
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! |
terraform plan
withprovider.google v1.10.0
reports no changes onterraform plan
. After upgrading tov1.13.0
,terraform plan
keeps reporting the change quoted below, even though I did runterraform apply
on it in advance.The text was updated successfully, but these errors were encountered: