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

Setting Ontap Version gives InvalidMetadataException. GCP CVO-HA #105

Closed dbilostotskyi-clgx closed 2 years ago

dbilostotskyi-clgx commented 2 years ago

Hello, Whichever version I try to set with ontap_version I get the following error: "InvalidMetadataException: There is no valid configuration for Ontap Version 9.11.0P1. I also tried 9.10, 9.10.1, 9.10.3, and 9.11.1. Could you please advise if my version formats are wrong? Thanks

chuyich commented 2 years ago

For GCP HA, the version format is "ONTAP-xxxx.gcpha" Here is an example ontap_version = "ONTAP-9.9.1P3.T1.gcpha"

dbilostotskyi-clgx commented 2 years ago

Thanks a lot! It works.