terraform-provider-netapp-cloudmanager
terraform-provider-netapp-cloudmanager copied to clipboard
Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Comment on volumes are already implemented in the provider when creating a new volume but not yet when updating an existing volume . This PR add it into the Volume...
Hello We are using netapp-cloudmanager_cvo_gcp resources to deploy NetApp CVO in GCP and we are trying to check the cost based on the tags but I cannot see tag option...
This change updates cloud.google.com/go/storage to a newer version to support GCP identity federation. As described here: https://github.com/hashicorp/terraform/pull/32203
Can we have the ability to clone a volume, as in here https://docs.netapp.com/zh-cn/occm38/api.html#_vsa_volumes
Version: 23.11.0 Terraform: v1.4.4 Using the `netapp-cloudmanager_cvo_gcp` resource, if any of the arguments `vpc0_firewall_rule_name`, `vpc1_firewall_rule_name`, `vpc2_firewall_rule_name` or `vpc3_firewall_rule_ntag_ame` (issue [185](https://github.com/NetApp/terraform-provider-netapp-cloudmanager/issues/185) for the misspelling) are null a firewall rule is created...
Hello Import fail of netapp-cloudmanager_connector_aws. The region value is specified, but I got the bellow error message. command : ``` terraform import netapp-cloudmanager_connector_aws.aws-connector : -var-file my.tfvars ``` error ``` netapp-cloudmanager_connector_aws.aws-connector:...
Hi, I tried to use the netapp-cloudmanager provider within a corporate gcp account where the executing user needs to impersonate a service account that actually has the rights to deploy...
Are there any plans to add capabilities to tag volumes in AWS? Also support for flexcache type volumes would be greatly appreciated.
A customer recently requested information on how to know which permutation to use to deploy a specific release of a GCP CVO from TerraForm and it seems like that information...
Team, We were trying to deploy, Connector/CVO resources in azure using terraform cloud manager provider 22.12.0(latest in TF registry),however due to policy violation I was unable to apply the code,...