status

val status: Output<String>

The deploy status of the version. For a successful deploy, call sites.versions/create to make a new version (CREATED status), sites.versions/populateFiles to the version, then sites.versions/patch the version to the FINALIZED status. Note that if you leave the version in the CREATED state for more than 12 hours, the system will automatically mark the version as ABANDONED. You can also change the status of a version to DELETED by calling sites.versions/delete.