We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7.4
2.0.1
Provide options for:
Currently, we only have compression
None of the options above is available.
resource "netapp-ontap_storage_volume_resource" "ontap_vol" { cx_profile_name = "aws" name = "vol1" svm_name = "mySvm" aggregates = [ { name = "aggr1" } ] space = { size = 20480 size_unit = "mb" } efficiency { compression = "none" dedupe = "both" # not supported compaction = "inline" # not supported } }
Running terraform apply
No response
See ONTAP REST API for further reference.
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Core Version
1.7.4
ONTAP Provider Version
2.0.1
Affected Resource(s)
Expected Behavior
Provide options for:
Currently, we only have compression
Actual Behavior
None of the options above is available.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Running terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
See ONTAP REST API for further reference.
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: