Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save archmangler/ccf511e7478040261105faacd3a4e5e7 to your computer and use it in GitHub Desktop.
Save archmangler/ccf511e7478040261105faacd3a4e5e7 to your computer and use it in GitHub Desktop.
```
------------------------------------------------------------------------
This plan was saved to: lol-nprd-nsc.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "lol-nprd-nsc.tfplan"
azurerm_image.instance2[0]: Creating...
location: "" => "southeastasia"
name: "" => "img-lol-nsc-az1-1-RHEL7Server"
os_disk.#: "" => "1"
os_disk.0.blob_uri: "" => "https://stalolnscaz1osimages.blob.core.windows.net/osimage/rhel76.01-30-2019.12.52.vhd"
os_disk.0.caching: "" => "None"
os_disk.0.os_state: "" => "Generalized"
os_disk.0.os_type: "" => "Linux"
os_disk.0.size_gb: "" => "120"
resource_group_name: "" => "rsg-lol-nsc-az1-managedimages"
tags.%: "" => "<computed>"
zone_resilient: "" => "false"
Error: Error applying plan:
1 error(s) occurred:
* azurerm_image.instance2[0]: 1 error(s) occurred:
* azurerm_image.instance2.0: compute.ImagesClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> Code="PropertyChangeNotAllowed" Message="Changing property 'zoneResilient' is not allowed." Target="zoneResilient"
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment