You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok I've just figured it out. I was using the same "volume_path" value in both instances of the "netapp-gcp_volume" resource, and it turns out that this value needs to be unique for all volumes in the same GCP project! The error message that I was receiving was not helpful in figuring this out.
Please update your code to generate more useful error messages.
Please update your documentation here to spell out that this argument must be a unique value for the project.
When I try to create multiple CVS volumes in the one Terraform manifest, I get the error:
Here is my Terraform config and Provider config:
Here is the first resource, which succeeds in creating:
Then here is the second resource in the same manifest which fails with the error I mention above:
Why can't I create two volumes (which have different names and different Terraform resource IDs) within the same manifest?
The text was updated successfully, but these errors were encountered: