-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
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
Add fsx ontap_volume resource #21889
Add fsx ontap_volume resource #21889
Conversation
Depends on #21780 |
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
LGTM 🚀 Thanks @awsaxeman for the contribution! Verified Acceptance Tests in Commercial (us-west-2) make testacc TESTARGS='-run=TestAccFSxOntapVolume' PKG_NAME=internal/service/fsx TEST_COUNT=1 ACCTEST_PARALLELISM=10
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 10 -run=TestAccFSxOntapVolume -timeout 180m
=== RUN TestAccFSxOntapVolume_basic
=== PAUSE TestAccFSxOntapVolume_basic
=== RUN TestAccFSxOntapVolume_disappears
=== PAUSE TestAccFSxOntapVolume_disappears
=== RUN TestAccFSxOntapVolume_name
=== PAUSE TestAccFSxOntapVolume_name
=== RUN TestAccFSxOntapVolume_junctionPath
=== PAUSE TestAccFSxOntapVolume_junctionPath
=== RUN TestAccFSxOntapVolume_securityStyle
=== PAUSE TestAccFSxOntapVolume_securityStyle
=== RUN TestAccFSxOntapVolume_size
=== PAUSE TestAccFSxOntapVolume_size
=== RUN TestAccFSxOntapVolume_storageEfficiency
=== PAUSE TestAccFSxOntapVolume_storageEfficiency
=== RUN TestAccFSxOntapVolume_tags
=== PAUSE TestAccFSxOntapVolume_tags
=== RUN TestAccFSxOntapVolume_tieringPolicy
=== PAUSE TestAccFSxOntapVolume_tieringPolicy
=== CONT TestAccFSxOntapVolume_basic
=== CONT TestAccFSxOntapVolume_size
=== CONT TestAccFSxOntapVolume_securityStyle
=== CONT TestAccFSxOntapVolume_name
=== CONT TestAccFSxOntapVolume_tieringPolicy
=== CONT TestAccFSxOntapVolume_junctionPath
=== CONT TestAccFSxOntapVolume_tags
=== CONT TestAccFSxOntapVolume_storageEfficiency
=== CONT TestAccFSxOntapVolume_disappears
--- PASS: TestAccFSxOntapVolume_basic (2981.50s)
--- PASS: TestAccFSxOntapVolume_disappears (2983.29s)
--- PASS: TestAccFSxOntapVolume_storageEfficiency (3076.46s)
--- PASS: TestAccFSxOntapVolume_tags (3079.03s)
--- PASS: TestAccFSxOntapVolume_size (3122.38s)
--- PASS: TestAccFSxOntapVolume_junctionPath (3199.02s)
--- PASS: TestAccFSxOntapVolume_securityStyle (3350.74s)
--- PASS: TestAccFSxOntapVolume_tieringPolicy (3425.77s)
--- PASS: TestAccFSxOntapVolume_name (3576.23s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 3579.929s Verified Acceptance Tests in GovCloud (us-gov-west-2) make testacc TESTARGS='-run=TestAccFSxOntapVolume' PKG_NAME=internal/service/fsx TEST_COUNT=1 ACCTEST_PARALLELISM=10
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 10 -run=TestAccFSxOntapVolume -timeout 180m
=== RUN TestAccFSxOntapVolume_basic
=== PAUSE TestAccFSxOntapVolume_basic
=== RUN TestAccFSxOntapVolume_disappears
=== PAUSE TestAccFSxOntapVolume_disappears
=== RUN TestAccFSxOntapVolume_name
=== PAUSE TestAccFSxOntapVolume_name
=== RUN TestAccFSxOntapVolume_junctionPath
=== PAUSE TestAccFSxOntapVolume_junctionPath
=== RUN TestAccFSxOntapVolume_securityStyle
=== PAUSE TestAccFSxOntapVolume_securityStyle
=== RUN TestAccFSxOntapVolume_size
=== PAUSE TestAccFSxOntapVolume_size
=== RUN TestAccFSxOntapVolume_storageEfficiency
=== PAUSE TestAccFSxOntapVolume_storageEfficiency
=== RUN TestAccFSxOntapVolume_tags
=== PAUSE TestAccFSxOntapVolume_tags
=== RUN TestAccFSxOntapVolume_tieringPolicy
=== PAUSE TestAccFSxOntapVolume_tieringPolicy
=== CONT TestAccFSxOntapVolume_basic
=== CONT TestAccFSxOntapVolume_size
=== CONT TestAccFSxOntapVolume_tieringPolicy
=== CONT TestAccFSxOntapVolume_storageEfficiency
=== CONT TestAccFSxOntapVolume_junctionPath
=== CONT TestAccFSxOntapVolume_tags
=== CONT TestAccFSxOntapVolume_disappears
=== CONT TestAccFSxOntapVolume_name
=== CONT TestAccFSxOntapVolume_securityStyle
--- PASS: TestAccFSxOntapVolume_disappears (2691.94s)
--- PASS: TestAccFSxOntapVolume_size (2876.80s)
--- PASS: TestAccFSxOntapVolume_tags (2891.48s)
--- PASS: TestAccFSxOntapVolume_basic (2959.48s)
--- PASS: TestAccFSxOntapVolume_junctionPath (2959.80s)
--- PASS: TestAccFSxOntapVolume_securityStyle (2995.90s)
--- PASS: TestAccFSxOntapVolume_storageEfficiency (3033.19s)
--- PASS: TestAccFSxOntapVolume_tieringPolicy (3368.95s)
--- PASS: TestAccFSxOntapVolume_name (3397.83s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 3401.044s |
This functionality has been released in v3.67.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates #20778
Output from acceptance testing: