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
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
Notice: Compiled catalog for localhost in environment production in 0.41 seconds
Notice: /Stage[main]/Main/Gcompute_disk[mydisk]/ensure: created
Notice: Applied catalog in 4.82 seconds
On subsequent runs the following error occurs:
Notice: Compiled catalog for localhost in environment production in 0.42 seconds
Error: /Stage[main]/Main/Gcompute_disk[mydisk]: Could not evaluate: Disk cannot be edited
Notice: /Stage[main]/Main/Gcompute_disk[mydisk]/type: type changed 'https://www.googleapis.com/compute/v1/projects/[ ... snip ... ]/zones/[ ... snip ... ]/diskTypes/pd-standard' to 'pd-ssd'
Notice: Applied catalog in 1.46 seconds
The text was updated successfully, but these errors were encountered:
The following code generates a
Standard persistent disk
, while I'm expecting to get an SSD:The code gets applied, seemingly, without errors:
On subsequent runs the following error occurs:
The text was updated successfully, but these errors were encountered: