Cloud-Temple / terraform-provider-cloudtemple

Cloud Temple CSP Terraform Provider
https://cloud-temple.com
Mozilla Public License 2.0
8 stars 1 forks source link

Terraform fails when an alarm is triggered on a virtual machine #145

Closed pbesret closed 2 weeks ago

pbesret commented 2 weeks ago

Describe the bug When running a terraform plan/apply on a cloudtemple_compute_virtual_machine that has an alarm triggered, terraform plugin fails with message no terraform tag found for "ID"

Steps to reproduce Steps to reproduce the behavior:

  1. Create a cloudtemple_compute_virtual_machine.
  2. Trigger an alarm on the virtual machine
  3. Run terraform plan