-
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
State is not properly tracked when using data_disk_type on google_notebooks_instance resource #8485
State is not properly tracked when using data_disk_type on google_notebooks_instance resource #8485
Comments
@juanoi API is not returning those attributes in the response, hence no value set in the state. Although the instance was created a day go, i see state is still provisioning. Are you seeing similar API response ?
|
@venkykuberan sorry for the delay replying. Uhm not really. I did see it in the terraform state after the apply succeeded but this was updated to RUNNING after I ran I just created a new instance and 5-10 minutes after creating the instance gcloud shows me RUNNING as status. I'm runnig Google Cloud SDK 312.0.0 |
I'm actually having the same issue. I can reproduce it using the following steps:
(I have Note the When I remove the Version Info:
|
May I know if this issue is resolved, our team is also facing same exact issue. when ever instance is updated, data disk is getting destroyed and re-created once again whereas when we update manually on GCP console without terraform, data disk is not deleted. |
Hi, we are experiencing this issue too. Is this issue going to be fixed any time soon? |
experiencing the same issue running a pretty minimal example:
reports the same issue as other users
|
Hi @rileykarson , will this issue be fixed ? |
I've unassigned myself as I'm not actively working on it- it's something we'd like to, but haven't found the cycles for. |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
v0.14.4
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
After running an apply successfully, any subsequent apply or plan should show no changes.
Actual Behavior
After running an apply succesfully, a subsequent apply or plan shows that the instance needs to be redeployed because data_disk_type changes from "" to "PD_STANDARD".
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
data_disk_type
is not updated correctlyThe text was updated successfully, but these errors were encountered: