ccycv opened a new issue, #48:
URL: https://github.com/apache/cloudstack-terraform-provider/issues/48

   Is there a way to register a template in all the available zones without 
having to specify each zone?
   
   I tested with value "all" and I get this error.
   
   
   ```
   cloudstack_template.Test1: Creating...
   ╷
   │ Error: Error retrieving ID of zone all: No match found for all: &{Count:0 
Zones:[]}
   │
   │   with cloudstack_template.Test1,
   │   on acs.tf line 95, in resource "cloudstack_template" "Test1":
   │   95: resource "cloudstack_template" "Test1" {
   
   ```
   
   And with value "-1" works... but is still get this error even the template 
is registered in all cloudstack zones.
   
   
   ```
   cloudstack_template.Test1: Still creating... [10s elapsed]
   ╷
   │ Error: There is more then one result for Template UUID: 
f16ffd67-c9a8-42fe-91b1-30624a3635ba!
   │
   │   with cloudstack_template.Test1,
   │   on acs.tf line 96, in resource "cloudstack_template" "Test1":
   │   96: resource "cloudstack_template" "Test1" {
   │
   ╵
   PS I:\terraform\cloudstack Register Templates>
   ``` 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to