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
I was not able to create a Snapshot for Regional disks created with google_compute_region_disk.
google_compute_snapshot is not able to find the source disk for Regional disks as it is specifically searching for a disk inside project/<project_name>/zones/<zone_name>/disks/<disk_name> while regional disks are created inside project/<project_name>/regions/<region_name>/disks/<disk_name>
Also, the zone is a mandatory attribute now. Is that really intended?
Please check the screenshot attached below:
Cannot find regional disk which was created in the previous step
Zone is mandatory
Is there any other way of creating a snapshot for a Regional persistent disk or am I missing something? Please help.