Open bateau84 opened 6 months ago
This is a bug in Terraform provider. The issue is that when windows_dataplane_v2_enabled
is updated to false in the configuration, , windowsDataplaneV2Enabled: false
is not included in the PATCH request to API.
Forwarding the issue to the service team to fix.
Is there a followup on this forwarded issue? or if there is a link to the issue being created on this issue`s behalf.
Is there a followup on this forwarded issue? or if there is a link to the issue being created on this issue`s behalf.
b/338112604 is the internal issue created for this issue.
Community Note
Terraform Version
Terraform v1.8.1 on linux_amd64
Affected Resource(s)
google_gkeonprem_vmware_cluster
Terraform Configuration
Debug Output
Expected Behavior
Expecting
windows_dataplane_v2_enabled
to befalse
Actual Behavior
even if i set this value to be false, it is "transformed" to true. Terraform sets this to false again, and by next run it repport it as true.
Steps to reproduce
terraform plan -target google_gkeonprem_vmware_cluster.gkee_onprem_cluster
terraform apply
Important Factoids
No response
References
No response
b/338112604