Skip to content
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

r/fsx_ontap_file_system - Support updating storage_capacity, throughput_capacity, disk_iops_configuration #24002

Merged
merged 8 commits into from
Apr 3, 2022

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Apr 2, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #23983
Closes #23982
Closes #23861

Output from acceptance testing:

$ make testacc TESTS=TestAccFSxOntapFileSystem_ PKG=fsx

--- PASS: TestAccFSxOntapFileSystem_endpointIPAddressRange (2030.71s)
--- PASS: TestAccFSxOntapFileSystem_basic (2051.03s)
--- PASS: TestAccFSxOntapFileSystem_weeklyMaintenanceStartTime (2109.52s)
--- PASS: TestAccFSxOntapFileSystem_fsxAdminPassword (2173.09s)
--- PASS: TestAccFSxOntapFileSystem_disappears (2212.25s)
--- PASS: TestAccFSxOntapFileSystem_dailyAutomaticBackupStartTime (2234.94s)
--- PASS: TestAccFSxOntapFileSystem_storageCapacity (2235.10s)
--- PASS: TestAccFSxOntapFileSystem_routeTableIDs (2235.11s)
--- PASS: TestAccFSxOntapFileSystem_automaticBackupRetentionDays (2313.13s)
--- PASS: TestAccFSxOntapFileSystem_tags (2439.78s)
--- PASS: TestAccFSxOntapFileSystem_kmsKeyID (2477.77s)
--- PASS: TestAccFSxOntapFileSystem_diskIops (2174.13s)
--- PASS: TestAccFSxOntapFileSystem_throughputCapacity (3168.08s)

@github-actions github-actions bot added service/fsx Issues and PRs that pertain to the fsx service. needs-triage Waiting for first response or review from a maintainer. size/XS Managed by automation to categorize the size of a PR. and removed service/fsx Issues and PRs that pertain to the fsx service. needs-triage Waiting for first response or review from a maintainer. labels Apr 2, 2022
@github-actions github-actions bot added size/M Managed by automation to categorize the size of a PR. service/fsx Issues and PRs that pertain to the fsx service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. and removed size/XS Managed by automation to categorize the size of a PR. labels Apr 2, 2022
@DrFaust92 DrFaust92 added the enhancement Requests to existing resources that expand the functionality or scope. label Apr 2, 2022
@DrFaust92 DrFaust92 changed the title r/fsx_ontap_file_system - Support updating storage_capacity and thorughput_capacity r/fsx_ontap_file_system - Support updating storage_capacity, thorughput_capacity, disk_iops_configuration Apr 2, 2022
@DrFaust92 DrFaust92 marked this pull request as ready for review April 2, 2022 18:59
@ewbankkit ewbankkit changed the title r/fsx_ontap_file_system - Support updating storage_capacity, thorughput_capacity, disk_iops_configuration r/fsx_ontap_file_system - Support updating storage_capacity, throughput_capacity, disk_iops_configuration Apr 2, 2022
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% make testacc TESTS=TestAccFSxOntapFileSystem_ PKG=fsx ACCTEST_PARALLELISM=2 ACCTEST_TIMEOUT=720m
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 2 -run='TestAccFSxOntapFileSystem_'  -timeout 720m
=== RUN   TestAccFSxOntapFileSystem_basic
=== PAUSE TestAccFSxOntapFileSystem_basic
=== RUN   TestAccFSxOntapFileSystem_fsxAdminPassword
=== PAUSE TestAccFSxOntapFileSystem_fsxAdminPassword
=== RUN   TestAccFSxOntapFileSystem_endpointIPAddressRange
=== PAUSE TestAccFSxOntapFileSystem_endpointIPAddressRange
=== RUN   TestAccFSxOntapFileSystem_diskIops
=== PAUSE TestAccFSxOntapFileSystem_diskIops
=== RUN   TestAccFSxOntapFileSystem_disappears
=== PAUSE TestAccFSxOntapFileSystem_disappears
=== RUN   TestAccFSxOntapFileSystem_securityGroupIDs
=== PAUSE TestAccFSxOntapFileSystem_securityGroupIDs
=== RUN   TestAccFSxOntapFileSystem_routeTableIDs
=== PAUSE TestAccFSxOntapFileSystem_routeTableIDs
=== RUN   TestAccFSxOntapFileSystem_tags
=== PAUSE TestAccFSxOntapFileSystem_tags
=== RUN   TestAccFSxOntapFileSystem_weeklyMaintenanceStartTime
=== PAUSE TestAccFSxOntapFileSystem_weeklyMaintenanceStartTime
=== RUN   TestAccFSxOntapFileSystem_automaticBackupRetentionDays
=== PAUSE TestAccFSxOntapFileSystem_automaticBackupRetentionDays
=== RUN   TestAccFSxOntapFileSystem_kmsKeyID
=== PAUSE TestAccFSxOntapFileSystem_kmsKeyID
=== RUN   TestAccFSxOntapFileSystem_dailyAutomaticBackupStartTime
=== PAUSE TestAccFSxOntapFileSystem_dailyAutomaticBackupStartTime
=== RUN   TestAccFSxOntapFileSystem_throughputCapacity
=== PAUSE TestAccFSxOntapFileSystem_throughputCapacity
=== RUN   TestAccFSxOntapFileSystem_storageCapacity
=== PAUSE TestAccFSxOntapFileSystem_storageCapacity
=== CONT  TestAccFSxOntapFileSystem_basic
=== CONT  TestAccFSxOntapFileSystem_tags
--- PASS: TestAccFSxOntapFileSystem_basic (2070.34s)
=== CONT  TestAccFSxOntapFileSystem_storageCapacity
--- PASS: TestAccFSxOntapFileSystem_tags (2112.19s)
=== CONT  TestAccFSxOntapFileSystem_throughputCapacity
--- PASS: TestAccFSxOntapFileSystem_storageCapacity (2233.40s)
=== CONT  TestAccFSxOntapFileSystem_dailyAutomaticBackupStartTime
--- PASS: TestAccFSxOntapFileSystem_throughputCapacity (3751.62s)
=== CONT  TestAccFSxOntapFileSystem_kmsKeyID
--- PASS: TestAccFSxOntapFileSystem_dailyAutomaticBackupStartTime (2125.86s)
=== CONT  TestAccFSxOntapFileSystem_automaticBackupRetentionDays
--- PASS: TestAccFSxOntapFileSystem_kmsKeyID (1996.81s)
=== CONT  TestAccFSxOntapFileSystem_weeklyMaintenanceStartTime
--- PASS: TestAccFSxOntapFileSystem_automaticBackupRetentionDays (2131.41s)
=== CONT  TestAccFSxOntapFileSystem_routeTableIDs
--- PASS: TestAccFSxOntapFileSystem_weeklyMaintenanceStartTime (2134.65s)
=== CONT  TestAccFSxOntapFileSystem_securityGroupIDs
--- PASS: TestAccFSxOntapFileSystem_routeTableIDs (2235.04s)
=== CONT  TestAccFSxOntapFileSystem_endpointIPAddressRange
--- PASS: TestAccFSxOntapFileSystem_endpointIPAddressRange (2316.55s)
=== CONT  TestAccFSxOntapFileSystem_diskIops
--- PASS: TestAccFSxOntapFileSystem_securityGroupIDs (4501.38s)
=== CONT  TestAccFSxOntapFileSystem_fsxAdminPassword
--- PASS: TestAccFSxOntapFileSystem_diskIops (2139.55s)
=== CONT  TestAccFSxOntapFileSystem_disappears
--- PASS: TestAccFSxOntapFileSystem_fsxAdminPassword (2033.79s)
--- PASS: TestAccFSxOntapFileSystem_disappears (2271.86s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/fsx	17527.925s

@ewbankkit
Copy link
Contributor

@DrFaust92 Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 690cee1 into hashicorp:main Apr 3, 2022
@github-actions github-actions bot added this to the v4.9.0 milestone Apr 3, 2022
@DrFaust92 DrFaust92 deleted the fsx_ontap branch April 3, 2022 15:54
@github-actions
Copy link

github-actions bot commented Apr 7, 2022

This functionality has been released in v4.9.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!

@github-actions
Copy link

github-actions bot commented May 9, 2022

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/fsx Issues and PRs that pertain to the fsx service. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
2 participants