-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Terraform Core Version
1.11.3
ONTAP Provider Version
2.2.0
Affected Resource(s)
No response
Expected Behavior
runs successfully
Actual Behavior
provider crashes
Relevant Error/Panic Output Snippet
Terraform Configuration Files
resource "netapp-ontap_volume" "netapp_volume" {
cx_profile_name = "aws_lambda"
name = var.volumeName
svm_name = var.svmName
aggregates = [{name = "aggr1"}]
space = {
size = var.volumeSize
size_unit = "mb"
}
nas = {
export_policy_name = var.exportPolicy
}
}
Steps to Reproduce
run the provided resources.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
2.4.0