Skip to content

Instantly share code, notes, and snippets.

@horsey
Created April 24, 2017 06:33
Show Gist options
  • Select an option

  • Save horsey/355b4caa85cb10b3135d828fc554c63b to your computer and use it in GitHub Desktop.

Select an option

Save horsey/355b4caa85cb10b3135d828fc554c63b to your computer and use it in GitHub Desktop.
Output of `terraform apply' with an updated tag filed in the azurerm_redis_cache resource
(azure) vagrant@vagrant:~/add-redis/prod/providers/azure$ cd ..
(azure) vagrant@vagrant:~/add-redis/prod/providers$ terraform apply azure/
data.terraform_remote_state.foo: Refreshing state...
azurerm_resource_group.production: Refreshing state... (ID: /subscrip...oduction)
azurerm_virtual_network.vnet: Refreshing state... (ID: /subscrip...oduction)
azurerm_storage_account.SnapIOTStorage: Refreshing state... (ID: /subscrip...tstorage)
azurerm_public_ip.BastionPublicIP: Refreshing state... (ID: /subscrip...PublicIP)
azurerm_redis_cache.redis: Refreshing state... (ID: /subscrip...s/redis0)
azurerm_network_security_group.LBSecGroup: Refreshing state... (ID: /subscrip...SecGroup)
azurerm_public_ip.NginxPublicIP: Refreshing state... (ID: /subscrip...PublicIP)
azurerm_storage_container.test: Refreshing state... (ID: vhds)
azurerm_subnet.app-subnet: Refreshing state... (ID: /subscrip...p-subnet)
azurerm_subnet.build-subnet: Refreshing state... (ID: /subscrip...d-subnet)
azurerm_subnet.db-subnet: Refreshing state... (ID: /subscrip...b-subnet)
azurerm_subnet.lb-subnet: Refreshing state... (ID: /subscrip...b-subnet)
azurerm_network_security_rule.AllowExternalSSH: Refreshing state... (ID: /subscrip...ernalSSH)
azurerm_network_security_rule.AllowHTTPSFromInternet: Refreshing state... (ID: /subscrip...Internet)
azurerm_network_security_rule.AllowHTTPFromInternet: Refreshing state... (ID: /subscrip...Internet)
azurerm_network_security_rule.DenyNonHTTPFromInternet: Refreshing state... (ID: /subscrip...Internet)
azurerm_network_interface.lb0-ni: Refreshing state... (ID: /subscrip...s/lb0-ni)
azurerm_network_interface.bastion0-ni: Refreshing state... (ID: /subscrip...tion0-ni)
azurerm_network_interface.app0-ni: Refreshing state... (ID: /subscrip.../app0-ni)
azurerm_network_interface.bld0-ni: Refreshing state... (ID: /subscrip.../bld0-ni)
azurerm_network_interface.db0-ni: Refreshing state... (ID: /subscrip...s/db0-ni)
azurerm_virtual_machine.appserver0: Refreshing state... (ID: /subscrip...ppserver)
azurerm_virtual_machine.bastion0: Refreshing state... (ID: /subscrip.../bastion)
azurerm_virtual_machine.db0: Refreshing state... (ID: /subscrip...ines/db0)
azurerm_virtual_machine.lb1: Refreshing state... (ID: /subscrip...ines/lb1)
azurerm_virtual_machine.bs0: Refreshing state... (ID: /subscrip...ines/bs0)
azurerm_redis_cache.redis: Modifying... (ID: /subscrip...s/redis0)
tags.%: "0" => "2"
tags.environment: "" => "production"
tags.role: "" => "redis"
azurerm_virtual_machine.db0: Modifying... (ID: /subscrip...ines/db0)
storage_data_disk.0.create_option: "Empty" => "empty"
azurerm_redis_cache.redis: Modifications complete (ID: /subscrip...s/redis0)
^[[Oazurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 10s elapsed)
^[[I^[[O^[[I^Uazurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 20s elapsed)
^[[Oazurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 30s elapsed)
azurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 40s elapsed)
^[[I^[[Oazurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 50s elapsed)
azurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 1m0s elapsed)
azurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 1m10s elapsed)
^[[I^[[Oazurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 1m20s elapsed)
azurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 1m30s elapsed)
^[[I^U
^[[Oazurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 1m40s elapsed)
azurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 1m50s elapsed)
azurerm_virtual_machine.db0: Still modifying... (ID: /subscrip...ines/db0, 2m0s elapsed)
azurerm_virtual_machine.db0: Modifications complete (ID: /subscrip...ines/db0)
Apply complete! Resources: 0 added, 2 changed, 0 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment