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

Resource Group created with the CVO in Azure #69

Closed davetustin closed 3 years ago

davetustin commented 3 years ago

Hi,

When creating a CVO with netapp-cloudmanager_cvo_azure the resource group is created at the same time. If you want to use an existing resource group, this is not possible and Terraform stops due to the group already existing.

If this could be changed so the resource group can be built outside of the CVO and use that group for the resources, that would be great!

Thanks

edarzi commented 3 years ago

Hi

that is possible by adding the "allow_deploy_in_existing_rg" parameter in the azure cvo creation. take a look in the documentation.

davetustin commented 3 years ago

Hi @edarzi

Thank you! I am still getting used to this provider, I should have seen that.

Thanks for your help! Dave