Cannot destroy one module using Terraform destroy

后端 未结 0 820

I have created a few instances using Terraform module:

resource "google_compute_instance" "cluster" {
  count = var.num_instances
  name =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题