NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

No argument/resource reference to create workspace in cloud manager #42

Closed vijaymailb closed 2 years ago

vijaymailb commented 3 years ago

Hi Team,

We need to create multiple workspace for different environments. Is it possible to include workspace(tenant) resource in provider?

edarzi commented 3 years ago

Hi

Workspace is on the account level, you can create it once and it not associated to the connector. all connectors in the account will see the workspaces. create it once from the UI and use it in the calls

lonico commented 3 years ago

@edarzi Do we have some document that explains this? We could point to it in our documentation.