ianc769 opened a new pull request, #167:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/167

   Adding `project` as a terraform managed resource option -> 
https://cloudstack.apache.org/api/apidocs-4.20/apis/createProject.html
   
   
   Using this code for example:
   ```hcl
   resource "cloudstack_project" "foo" {
     name         = "terraform-test-project"
     display_text = "Terraform Test Project"
   }
   ```
   
   ```  # cloudstack_project.foo will be created
   + resource "cloudstack_project" "foo" {
     + display_text = "Terraform Test Project"
     + domain       = (known after apply)
     + id           = (known after apply)
     + name         = "terraform-test-project"
     }
   ```
   
   ```bash
   cloudstack_project.foo: Creating...
   cloudstack_project.foo: Creation complete after 1s 
[id=06c584de-8f5f-4c72-8eab-672668e3c165]
   ```
   
   
![image](https://github.com/user-attachments/assets/83d285be-57a0-48c6-a75e-a28456747529)
   


-- 
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

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

Reply via email to