You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform apply
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ google_compute_disk.test
id: <computed>
disk_encryption_key_sha256: <computed>
label_fingerprint: <computed>
name: "test-disk"
project: <computed>
self_link: <computed>
size: "1"
type: "pd-standard"
users.#: <computed>
zone: <computed>
Plan: 1 to add, 0 to change, 0 to destroy.
Actual Behavior
With provider.google v1.14.0:
$ terraform apply
Error: google_compute_disk.test: "zone": required field is not set
The text was updated successfully, but these errors were encountered:
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 Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
With provider.google v1.13.0:
Actual Behavior
With provider.google v1.14.0:
The text was updated successfully, but these errors were encountered: