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

add Amazon FSx for OpenZFS resources #22234

Merged
merged 12 commits into from
Jan 5, 2022

Conversation

awsaxeman
Copy link
Contributor

@awsaxeman awsaxeman commented Dec 15, 2021

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

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTS=TestAccFSxOpenzfsFileSystem PKG=fsx

=== RUN   TestAccFSxOpenzfsFileSystem_basic
=== PAUSE TestAccFSxOpenzfsFileSystem_basic
=== RUN   TestAccFSxOpenzfsFileSystem_diskIops
=== PAUSE TestAccFSxOpenzfsFileSystem_diskIops
=== RUN   TestAccFSxOpenzfsFileSystem_disappears
=== PAUSE TestAccFSxOpenzfsFileSystem_disappears
=== RUN   TestAccFSxOpenzfsFileSystem_rootVolume
=== PAUSE TestAccFSxOpenzfsFileSystem_rootVolume
=== RUN   TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== PAUSE TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== RUN   TestAccFSxOpenzfsFileSystem_tags
=== PAUSE TestAccFSxOpenzfsFileSystem_tags
=== RUN   TestAccFSxOpenzfsFileSystem_copyTags
=== PAUSE TestAccFSxOpenzfsFileSystem_copyTags
=== RUN   TestAccFSxOpenzfsFileSystem_throughput
=== PAUSE TestAccFSxOpenzfsFileSystem_throughput
=== RUN   TestAccFSxOpenzfsFileSystem_storageType
=== PAUSE TestAccFSxOpenzfsFileSystem_storageType
=== RUN   TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== PAUSE TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== RUN   TestAccFSxOpenzfsFileSystem_kmsKeyID
=== PAUSE TestAccFSxOpenzfsFileSystem_kmsKeyID
=== RUN   TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== RUN   TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== CONT  TestAccFSxOpenzfsFileSystem_basic
=== CONT  TestAccFSxOpenzfsFileSystem_copyTags
=== CONT  TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== CONT  TestAccFSxOpenzfsFileSystem_kmsKeyID
=== CONT  TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== CONT  TestAccFSxOpenzfsFileSystem_storageType
=== CONT  TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
--- PASS: TestAccFSxOpenzfsFileSystem_kmsKeyID (792.28s)
=== CONT  TestAccFSxOpenzfsFileSystem_throughput
--- PASS: TestAccFSxOpenzfsFileSystem_basic (792.35s)
=== CONT  TestAccFSxOpenzfsFileSystem_rootVolume
--- PASS: TestAccFSxOpenzfsFileSystem_storageType (802.61s)
=== CONT  TestAccFSxOpenzfsFileSystem_tags
--- PASS: TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime (850.63s)
--- PASS: TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime (858.44s)
=== CONT  TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== CONT  TestAccFSxOpenzfsFileSystem_disappears
--- PASS: TestAccFSxOpenzfsFileSystem_copyTags (858.70s)
--- PASS: TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays (963.56s)
=== CONT  TestAccFSxOpenzfsFileSystem_diskIops
--- PASS: TestAccFSxOpenzfsFileSystem_tags (822.52s)
--- PASS: TestAccFSxOpenzfsFileSystem_disappears (769.83s)
--- PASS: TestAccFSxOpenzfsFileSystem_diskIops (783.23s)
--- PASS: TestAccFSxOpenzfsFileSystem_throughput (1115.15s)
--- PASS: TestAccFSxOpenzfsFileSystem_rootVolume (1116.23s)
--- PASS: TestAccFSxOpenzfsFileSystem_securityGroupIDs (1568.48s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/fsx        2431.601s

$ make testacc TESTS=TestAccFSxOpenzfsVolume PKG=fsx
=== RUN   TestAccFSxOpenzfsVolume_basic
=== PAUSE TestAccFSxOpenzfsVolume_basic
=== RUN   TestAccFSxOpenzfsVolume_parentVolume
=== PAUSE TestAccFSxOpenzfsVolume_parentVolume
=== RUN   TestAccFSxOpenzfsVolume_tags
=== PAUSE TestAccFSxOpenzfsVolume_tags
=== RUN   TestAccFSxOpenzfsVolume_copyTags
=== PAUSE TestAccFSxOpenzfsVolume_copyTags
=== RUN   TestAccFSxOpenzfsVolume_name
=== PAUSE TestAccFSxOpenzfsVolume_name
=== RUN   TestAccFSxOpenzfsVolume_dataCompressionType
=== PAUSE TestAccFSxOpenzfsVolume_dataCompressionType
=== RUN   TestAccFSxOpenzfsVolume_readOnly
=== PAUSE TestAccFSxOpenzfsVolume_readOnly
=== RUN   TestAccFSxOpenzfsVolume_storageCapacity
=== PAUSE TestAccFSxOpenzfsVolume_storageCapacity
=== RUN   TestAccFSxOpenzfsVolume_nfsExports
=== PAUSE TestAccFSxOpenzfsVolume_nfsExports
=== RUN   TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== PAUSE TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxOpenzfsVolume_basic
=== CONT  TestAccFSxOpenzfsVolume_dataCompressionType
=== CONT  TestAccFSxOpenzfsVolume_tags
=== CONT  TestAccFSxOpenzfsVolume_nfsExports
=== CONT  TestAccFSxOpenzfsVolume_name
=== CONT  TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxOpenzfsVolume_parentVolume
=== CONT  TestAccFSxOpenzfsVolume_copyTags
=== CONT  TestAccFSxOpenzfsVolume_readOnly
=== CONT  TestAccFSxOpenzfsVolume_storageCapacity
--- PASS: TestAccFSxOpenzfsVolume_basic (860.72s)
--- PASS: TestAccFSxOpenzfsVolume_parentVolume (880.49s)
--- PASS: TestAccFSxOpenzfsVolume_tags (880.92s)
--- PASS: TestAccFSxOpenzfsVolume_copyTags (948.24s)
--- PASS: TestAccFSxOpenzfsVolume_storageCapacity (1005.07s)
--- PASS: TestAccFSxOpenzfsVolume_dataCompressionType (1005.64s)
--- PASS: TestAccFSxOpenzfsVolume_name (1008.81s)
--- PASS: TestAccFSxOpenzfsVolume_userAndGroupQuotas (1027.25s)
--- PASS: TestAccFSxOpenzfsVolume_readOnly (1067.03s)
--- PASS: TestAccFSxOpenzfsVolume_nfsExports (1071.18s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/fsx        1075.100s

$ make testacc TESTS=TestAccFSxBackup_openzfsBasic PKG=fsx

=== RUN   TestAccFSxBackup_openzfsBasic
=== PAUSE TestAccFSxBackup_openzfsBasic
=== CONT  TestAccFSxBackup_openzfsBasic
--- PASS: TestAccFSxBackup_openzfsBasic (1051.19s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/fsx        1055.364s

$ make testacc TESTS=TestAccFSxOpenzfsSnapshot PKG=fsx 

=== RUN   TestAccFSxOpenzfsSnapshot_basic
=== PAUSE TestAccFSxOpenzfsSnapshot_basic
=== RUN   TestAccFSxOpenzfsSnapshot_disappears
=== PAUSE TestAccFSxOpenzfsSnapshot_disappears
=== RUN   TestAccFSxOpenzfsSnapshot_tags
=== PAUSE TestAccFSxOpenzfsSnapshot_tags
=== RUN   TestAccFSxOpenzfsSnapshot_name
=== PAUSE TestAccFSxOpenzfsSnapshot_name
=== RUN   TestAccFSxOpenzfsSnapshot_childVolume
=== PAUSE TestAccFSxOpenzfsSnapshot_childVolume
=== RUN   TestAccFSxOpenzfsSnapshot_volumeId
=== PAUSE TestAccFSxOpenzfsSnapshot_volumeId
=== CONT  TestAccFSxOpenzfsSnapshot_basic
=== CONT  TestAccFSxOpenzfsSnapshot_name
=== CONT  TestAccFSxOpenzfsSnapshot_tags
=== CONT  TestAccFSxOpenzfsSnapshot_volumeId
=== CONT  TestAccFSxOpenzfsSnapshot_disappears
=== CONT  TestAccFSxOpenzfsSnapshot_childVolume
--- PASS: TestAccFSxOpenzfsSnapshot_disappears (856.79s)
--- PASS: TestAccFSxOpenzfsSnapshot_basic (878.87s)
--- PASS: TestAccFSxOpenzfsSnapshot_childVolume (934.50s)
--- PASS: TestAccFSxOpenzfsSnapshot_tags (941.06s)
--- PASS: TestAccFSxOpenzfsSnapshot_name (1038.97s)
--- PASS: TestAccFSxOpenzfsSnapshot_volumeId (1107.69s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/fsx        1111.886s
...

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. provider Pertains to the provider itself, rather than any interaction with AWS. service/fsx Issues and PRs that pertain to the fsx service. size/XL Managed by automation to categorize the size of a PR. labels Dec 15, 2021
Copy link
Collaborator

@DrFaust92 DrFaust92 left a comment

Choose a reason for hiding this comment

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

Looks great, some cosmetic changes

internal/service/fsx/openzfs_file_system.go Outdated Show resolved Hide resolved
internal/service/fsx/openzfs_file_system.go Show resolved Hide resolved
internal/service/fsx/openzfs_file_system.go Outdated Show resolved Hide resolved
internal/service/fsx/openzfs_file_system.go Outdated Show resolved Hide resolved
internal/service/fsx/openzfs_file_system.go Outdated Show resolved Hide resolved
@DrFaust92 DrFaust92 added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Dec 15, 2021
@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. service/ec2 Issues and PRs that pertain to the ec2 service. sweeper Pertains to changes to or issues with the sweeper. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. and removed documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/ec2 Issues and PRs that pertain to the ec2 service. sweeper Pertains to changes to or issues with the sweeper. labels Dec 17, 2021
@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. service/ec2 Issues and PRs that pertain to the ec2 service. sweeper Pertains to changes to or issues with the sweeper. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Dec 20, 2021
@awsaxeman awsaxeman changed the title [wip] add Amazon FSx for OpenZFS file system resource add Amazon FSx for OpenZFS resources Dec 30, 2021
@awsaxeman awsaxeman marked this pull request as ready for review December 30, 2021 06:08
@ewbankkit
Copy link
Contributor

% make testacc TESTARGS='-run=TestAccFSxOpenzfsFileSystem_\|TestAccFSxOpenzfsVolume_\|TestAccFSxBackup_openzfs\|TestAccFSxOpenzfsSnapshot_' PKG=fsx
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 20 -run=TestAccFSxOpenzfsFileSystem_\|TestAccFSxOpenzfsVolume_\|TestAccFSxBackup_openzfs\|TestAccFSxOpenzfsSnapshot_ -timeout 180m
=== RUN   TestAccFSxBackup_openzfsBasic
=== PAUSE TestAccFSxBackup_openzfsBasic
=== RUN   TestAccFSxOpenzfsFileSystem_basic
=== PAUSE TestAccFSxOpenzfsFileSystem_basic
=== RUN   TestAccFSxOpenzfsFileSystem_diskIops
=== PAUSE TestAccFSxOpenzfsFileSystem_diskIops
=== RUN   TestAccFSxOpenzfsFileSystem_disappears
=== PAUSE TestAccFSxOpenzfsFileSystem_disappears
=== RUN   TestAccFSxOpenzfsFileSystem_rootVolume
=== PAUSE TestAccFSxOpenzfsFileSystem_rootVolume
=== RUN   TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== PAUSE TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== RUN   TestAccFSxOpenzfsFileSystem_tags
=== PAUSE TestAccFSxOpenzfsFileSystem_tags
=== RUN   TestAccFSxOpenzfsFileSystem_copyTags
=== PAUSE TestAccFSxOpenzfsFileSystem_copyTags
=== RUN   TestAccFSxOpenzfsFileSystem_throughput
=== PAUSE TestAccFSxOpenzfsFileSystem_throughput
=== RUN   TestAccFSxOpenzfsFileSystem_storageType
=== PAUSE TestAccFSxOpenzfsFileSystem_storageType
=== RUN   TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== RUN   TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== PAUSE TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== RUN   TestAccFSxOpenzfsFileSystem_kmsKeyID
=== PAUSE TestAccFSxOpenzfsFileSystem_kmsKeyID
=== RUN   TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== RUN   TestAccFSxOpenzfsSnapshot_basic
=== PAUSE TestAccFSxOpenzfsSnapshot_basic
=== RUN   TestAccFSxOpenzfsSnapshot_disappears
=== PAUSE TestAccFSxOpenzfsSnapshot_disappears
=== RUN   TestAccFSxOpenzfsSnapshot_tags
=== PAUSE TestAccFSxOpenzfsSnapshot_tags
=== RUN   TestAccFSxOpenzfsSnapshot_name
=== PAUSE TestAccFSxOpenzfsSnapshot_name
=== RUN   TestAccFSxOpenzfsSnapshot_childVolume
=== PAUSE TestAccFSxOpenzfsSnapshot_childVolume
=== RUN   TestAccFSxOpenzfsSnapshot_volumeId
=== PAUSE TestAccFSxOpenzfsSnapshot_volumeId
=== RUN   TestAccFSxOpenzfsVolume_basic
=== PAUSE TestAccFSxOpenzfsVolume_basic
=== RUN   TestAccFSxOpenzfsVolume_parentVolume
=== PAUSE TestAccFSxOpenzfsVolume_parentVolume
=== RUN   TestAccFSxOpenzfsVolume_tags
=== PAUSE TestAccFSxOpenzfsVolume_tags
=== RUN   TestAccFSxOpenzfsVolume_copyTags
=== PAUSE TestAccFSxOpenzfsVolume_copyTags
=== RUN   TestAccFSxOpenzfsVolume_name
=== PAUSE TestAccFSxOpenzfsVolume_name
=== RUN   TestAccFSxOpenzfsVolume_dataCompressionType
=== PAUSE TestAccFSxOpenzfsVolume_dataCompressionType
=== RUN   TestAccFSxOpenzfsVolume_readOnly
=== PAUSE TestAccFSxOpenzfsVolume_readOnly
=== RUN   TestAccFSxOpenzfsVolume_storageCapacity
=== PAUSE TestAccFSxOpenzfsVolume_storageCapacity
=== RUN   TestAccFSxOpenzfsVolume_nfsExports
=== PAUSE TestAccFSxOpenzfsVolume_nfsExports
=== RUN   TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== PAUSE TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxBackup_openzfsBasic
=== CONT  TestAccFSxOpenzfsSnapshot_tags
=== CONT  TestAccFSxOpenzfsVolume_dataCompressionType
=== CONT  TestAccFSxOpenzfsFileSystem_kmsKeyID
=== CONT  TestAccFSxOpenzfsVolume_name
=== CONT  TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxOpenzfsVolume_nfsExports
=== CONT  TestAccFSxOpenzfsVolume_storageCapacity
=== CONT  TestAccFSxOpenzfsVolume_readOnly
=== CONT  TestAccFSxOpenzfsVolume_copyTags
=== CONT  TestAccFSxOpenzfsVolume_tags
=== CONT  TestAccFSxOpenzfsVolume_parentVolume
=== CONT  TestAccFSxOpenzfsVolume_basic
=== CONT  TestAccFSxOpenzfsFileSystem_throughput
=== CONT  TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== CONT  TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== CONT  TestAccFSxOpenzfsSnapshot_volumeId
=== CONT  TestAccFSxOpenzfsSnapshot_childVolume
=== CONT  TestAccFSxOpenzfsFileSystem_storageType
=== CONT  TestAccFSxOpenzfsSnapshot_name
=== CONT  TestAccFSxOpenzfsVolume_userAndGroupQuotas
    openzfs_volume_test.go:376: Step 3/3 error: Check failed: Check 4/15 error: aws_fsx_openzfs_volume.test: Attribute 'user_and_group_quotas.0.id' expected "10", got "100"
--- PASS: TestAccFSxOpenzfsFileSystem_kmsKeyID (819.81s)
=== CONT  TestAccFSxOpenzfsFileSystem_tags
--- PASS: TestAccFSxOpenzfsFileSystem_storageType (825.35s)
=== CONT  TestAccFSxOpenzfsFileSystem_copyTags
--- PASS: TestAccFSxOpenzfsVolume_basic (859.20s)
=== CONT  TestAccFSxOpenzfsFileSystem_rootVolume
--- PASS: TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays (867.04s)
=== CONT  TestAccFSxOpenzfsFileSystem_securityGroupIDs
--- PASS: TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime (884.76s)
=== CONT  TestAccFSxOpenzfsSnapshot_basic
--- PASS: TestAccFSxOpenzfsVolume_copyTags (923.84s)
=== CONT  TestAccFSxOpenzfsSnapshot_disappears
--- PASS: TestAccFSxOpenzfsSnapshot_childVolume (941.50s)
=== CONT  TestAccFSxOpenzfsFileSystem_diskIops
--- PASS: TestAccFSxOpenzfsVolume_tags (943.25s)
=== CONT  TestAccFSxOpenzfsFileSystem_disappears
--- PASS: TestAccFSxOpenzfsSnapshot_tags (965.53s)
=== CONT  TestAccFSxOpenzfsFileSystem_basic
--- PASS: TestAccFSxOpenzfsVolume_parentVolume (966.26s)
=== CONT  TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
--- PASS: TestAccFSxOpenzfsVolume_nfsExports (983.90s)
--- PASS: TestAccFSxOpenzfsVolume_storageCapacity (1025.80s)
--- PASS: TestAccFSxBackup_openzfsBasic (1040.94s)
--- PASS: TestAccFSxOpenzfsVolume_dataCompressionType (1041.46s)
--- FAIL: TestAccFSxOpenzfsVolume_userAndGroupQuotas (1042.01s)
--- PASS: TestAccFSxOpenzfsVolume_readOnly (1066.88s)
--- PASS: TestAccFSxOpenzfsVolume_name (1068.20s)
--- PASS: TestAccFSxOpenzfsSnapshot_name (1085.56s)
--- PASS: TestAccFSxOpenzfsFileSystem_throughput (1123.54s)
--- PASS: TestAccFSxOpenzfsSnapshot_volumeId (1128.56s)
--- PASS: TestAccFSxOpenzfsFileSystem_copyTags (831.49s)
--- PASS: TestAccFSxOpenzfsFileSystem_tags (840.08s)
--- PASS: TestAccFSxOpenzfsFileSystem_basic (763.87s)
--- PASS: TestAccFSxOpenzfsFileSystem_disappears (817.34s)
--- PASS: TestAccFSxOpenzfsFileSystem_diskIops (821.74s)
--- PASS: TestAccFSxOpenzfsSnapshot_disappears (877.11s)
--- PASS: TestAccFSxOpenzfsSnapshot_basic (918.27s)
--- PASS: TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime (864.61s)
--- PASS: TestAccFSxOpenzfsFileSystem_rootVolume (1216.03s)
--- PASS: TestAccFSxOpenzfsFileSystem_securityGroupIDs (1535.84s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/fsx	2406.454s

Maybe user_and_group_quotas should be TypeSet if order is not significant?

@awsaxeman
Copy link
Contributor Author

awsaxeman commented Jan 4, 2022

Maybe user_and_group_quotas should be TypeSet if order is not significant?

order should not be significant, I changed it to Typeset for both the root volume quotas in the file system and the volume resource. Ran the test several times on both and all came back ok.

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 🚀.

Commercial
% make testacc TESTARGS='-run=TestAccFSxOpenzfsFileSystem_\|TestAccFSxOpenzfsVolume_\|TestAccFSxBackup_openzfs\|TestAccFSxOpenzfsSnapshot_' PKG=fsx
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 20 -run=TestAccFSxOpenzfsFileSystem_\|TestAccFSxOpenzfsVolume_\|TestAccFSxBackup_openzfs\|TestAccFSxOpenzfsSnapshot_ -timeout 180m
=== RUN   TestAccFSxBackup_openzfsBasic
=== PAUSE TestAccFSxBackup_openzfsBasic
=== RUN   TestAccFSxOpenzfsFileSystem_basic
=== PAUSE TestAccFSxOpenzfsFileSystem_basic
=== RUN   TestAccFSxOpenzfsFileSystem_diskIops
=== PAUSE TestAccFSxOpenzfsFileSystem_diskIops
=== RUN   TestAccFSxOpenzfsFileSystem_disappears
=== PAUSE TestAccFSxOpenzfsFileSystem_disappears
=== RUN   TestAccFSxOpenzfsFileSystem_rootVolume
=== PAUSE TestAccFSxOpenzfsFileSystem_rootVolume
=== RUN   TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== PAUSE TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== RUN   TestAccFSxOpenzfsFileSystem_tags
=== PAUSE TestAccFSxOpenzfsFileSystem_tags
=== RUN   TestAccFSxOpenzfsFileSystem_copyTags
=== PAUSE TestAccFSxOpenzfsFileSystem_copyTags
=== RUN   TestAccFSxOpenzfsFileSystem_throughput
=== PAUSE TestAccFSxOpenzfsFileSystem_throughput
=== RUN   TestAccFSxOpenzfsFileSystem_storageType
=== PAUSE TestAccFSxOpenzfsFileSystem_storageType
=== RUN   TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== RUN   TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== PAUSE TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== RUN   TestAccFSxOpenzfsFileSystem_kmsKeyID
=== PAUSE TestAccFSxOpenzfsFileSystem_kmsKeyID
=== RUN   TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== RUN   TestAccFSxOpenzfsSnapshot_basic
=== PAUSE TestAccFSxOpenzfsSnapshot_basic
=== RUN   TestAccFSxOpenzfsSnapshot_disappears
=== PAUSE TestAccFSxOpenzfsSnapshot_disappears
=== RUN   TestAccFSxOpenzfsSnapshot_tags
=== PAUSE TestAccFSxOpenzfsSnapshot_tags
=== RUN   TestAccFSxOpenzfsSnapshot_name
=== PAUSE TestAccFSxOpenzfsSnapshot_name
=== RUN   TestAccFSxOpenzfsSnapshot_childVolume
=== PAUSE TestAccFSxOpenzfsSnapshot_childVolume
=== RUN   TestAccFSxOpenzfsSnapshot_volumeId
=== PAUSE TestAccFSxOpenzfsSnapshot_volumeId
=== RUN   TestAccFSxOpenzfsVolume_basic
=== PAUSE TestAccFSxOpenzfsVolume_basic
=== RUN   TestAccFSxOpenzfsVolume_parentVolume
=== PAUSE TestAccFSxOpenzfsVolume_parentVolume
=== RUN   TestAccFSxOpenzfsVolume_tags
=== PAUSE TestAccFSxOpenzfsVolume_tags
=== RUN   TestAccFSxOpenzfsVolume_copyTags
=== PAUSE TestAccFSxOpenzfsVolume_copyTags
=== RUN   TestAccFSxOpenzfsVolume_name
=== PAUSE TestAccFSxOpenzfsVolume_name
=== RUN   TestAccFSxOpenzfsVolume_dataCompressionType
=== PAUSE TestAccFSxOpenzfsVolume_dataCompressionType
=== RUN   TestAccFSxOpenzfsVolume_readOnly
=== PAUSE TestAccFSxOpenzfsVolume_readOnly
=== RUN   TestAccFSxOpenzfsVolume_storageCapacity
=== PAUSE TestAccFSxOpenzfsVolume_storageCapacity
=== RUN   TestAccFSxOpenzfsVolume_nfsExports
=== PAUSE TestAccFSxOpenzfsVolume_nfsExports
=== RUN   TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== PAUSE TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxBackup_openzfsBasic
=== CONT  TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== CONT  TestAccFSxOpenzfsFileSystem_copyTags
=== CONT  TestAccFSxOpenzfsFileSystem_basic
=== CONT  TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxOpenzfsVolume_nfsExports
=== CONT  TestAccFSxOpenzfsVolume_storageCapacity
=== CONT  TestAccFSxOpenzfsVolume_readOnly
=== CONT  TestAccFSxOpenzfsVolume_dataCompressionType
=== CONT  TestAccFSxOpenzfsVolume_name
=== CONT  TestAccFSxOpenzfsVolume_copyTags
=== CONT  TestAccFSxOpenzfsFileSystem_disappears
=== CONT  TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== CONT  TestAccFSxOpenzfsFileSystem_tags
=== CONT  TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== CONT  TestAccFSxOpenzfsFileSystem_storageType
=== CONT  TestAccFSxOpenzfsFileSystem_throughput
=== CONT  TestAccFSxOpenzfsFileSystem_rootVolume
=== CONT  TestAccFSxOpenzfsFileSystem_diskIops
=== CONT  TestAccFSxOpenzfsVolume_tags
--- PASS: TestAccFSxOpenzfsFileSystem_disappears (736.17s)
=== CONT  TestAccFSxOpenzfsSnapshot_name
--- PASS: TestAccFSxOpenzfsFileSystem_storageType (766.30s)
=== CONT  TestAccFSxOpenzfsVolume_parentVolume
--- PASS: TestAccFSxOpenzfsFileSystem_basic (807.89s)
=== CONT  TestAccFSxOpenzfsVolume_basic
--- PASS: TestAccFSxOpenzfsFileSystem_diskIops (820.76s)
=== CONT  TestAccFSxOpenzfsSnapshot_volumeId
--- PASS: TestAccFSxOpenzfsFileSystem_tags (866.52s)
=== CONT  TestAccFSxOpenzfsSnapshot_childVolume
--- PASS: TestAccFSxOpenzfsFileSystem_copyTags (868.82s)
=== CONT  TestAccFSxOpenzfsSnapshot_basic
--- PASS: TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays (910.94s)
=== CONT  TestAccFSxOpenzfsSnapshot_tags
--- PASS: TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime (921.36s)
=== CONT  TestAccFSxOpenzfsSnapshot_disappears
--- PASS: TestAccFSxOpenzfsVolume_tags (954.53s)
=== CONT  TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
--- PASS: TestAccFSxBackup_openzfsBasic (973.41s)
=== CONT  TestAccFSxOpenzfsFileSystem_kmsKeyID
--- PASS: TestAccFSxOpenzfsVolume_copyTags (986.44s)
--- PASS: TestAccFSxOpenzfsVolume_readOnly (1011.95s)
--- PASS: TestAccFSxOpenzfsVolume_storageCapacity (1030.38s)
--- PASS: TestAccFSxOpenzfsVolume_userAndGroupQuotas (1049.92s)
--- PASS: TestAccFSxOpenzfsVolume_dataCompressionType (1054.05s)
--- PASS: TestAccFSxOpenzfsVolume_nfsExports (1071.23s)
--- PASS: TestAccFSxOpenzfsVolume_name (1081.30s)
--- PASS: TestAccFSxOpenzfsFileSystem_throughput (1112.35s)
--- PASS: TestAccFSxOpenzfsFileSystem_rootVolume (1218.30s)
--- PASS: TestAccFSxOpenzfsFileSystem_securityGroupIDs (1521.43s)
--- PASS: TestAccFSxOpenzfsVolume_basic (880.54s)
--- PASS: TestAccFSxOpenzfsVolume_parentVolume (939.74s)
--- PASS: TestAccFSxOpenzfsSnapshot_childVolume (858.55s)
--- PASS: TestAccFSxOpenzfsSnapshot_name (993.12s)
--- PASS: TestAccFSxOpenzfsSnapshot_basic (882.49s)
--- PASS: TestAccFSxOpenzfsFileSystem_kmsKeyID (799.61s)
--- PASS: TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime (852.98s)
--- PASS: TestAccFSxOpenzfsSnapshot_tags (899.04s)
--- PASS: TestAccFSxOpenzfsSnapshot_disappears (890.34s)
--- PASS: TestAccFSxOpenzfsSnapshot_volumeId (1050.51s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/fsx	1875.090s
GovCloud
% make testacc TESTARGS='-run=TestAccFSxOpenzfsFileSystem_\|TestAccFSxOpenzfsVolume_\|TestAccFSxBackup_openzfs\|TestAccFSxOpenzfsSnapshot_' PKG=fsx
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 20 -run=TestAccFSxOpenzfsFileSystem_\|TestAccFSxOpenzfsVolume_\|TestAccFSxBackup_openzfs\|TestAccFSxOpenzfsSnapshot_ -timeout 180m
=== RUN   TestAccFSxBackup_openzfsBasic
=== PAUSE TestAccFSxBackup_openzfsBasic
=== RUN   TestAccFSxOpenzfsFileSystem_basic
=== PAUSE TestAccFSxOpenzfsFileSystem_basic
=== RUN   TestAccFSxOpenzfsFileSystem_diskIops
=== PAUSE TestAccFSxOpenzfsFileSystem_diskIops
=== RUN   TestAccFSxOpenzfsFileSystem_disappears
=== PAUSE TestAccFSxOpenzfsFileSystem_disappears
=== RUN   TestAccFSxOpenzfsFileSystem_rootVolume
=== PAUSE TestAccFSxOpenzfsFileSystem_rootVolume
=== RUN   TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== PAUSE TestAccFSxOpenzfsFileSystem_securityGroupIDs
=== RUN   TestAccFSxOpenzfsFileSystem_tags
=== PAUSE TestAccFSxOpenzfsFileSystem_tags
=== RUN   TestAccFSxOpenzfsFileSystem_copyTags
=== PAUSE TestAccFSxOpenzfsFileSystem_copyTags
=== RUN   TestAccFSxOpenzfsFileSystem_throughput
=== PAUSE TestAccFSxOpenzfsFileSystem_throughput
=== RUN   TestAccFSxOpenzfsFileSystem_storageType
=== PAUSE TestAccFSxOpenzfsFileSystem_storageType
=== RUN   TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
=== RUN   TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== PAUSE TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
=== RUN   TestAccFSxOpenzfsFileSystem_kmsKeyID
=== PAUSE TestAccFSxOpenzfsFileSystem_kmsKeyID
=== RUN   TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== PAUSE TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
=== RUN   TestAccFSxOpenzfsSnapshot_basic
=== PAUSE TestAccFSxOpenzfsSnapshot_basic
=== RUN   TestAccFSxOpenzfsSnapshot_disappears
=== PAUSE TestAccFSxOpenzfsSnapshot_disappears
=== RUN   TestAccFSxOpenzfsSnapshot_tags
=== PAUSE TestAccFSxOpenzfsSnapshot_tags
=== RUN   TestAccFSxOpenzfsSnapshot_name
=== PAUSE TestAccFSxOpenzfsSnapshot_name
=== RUN   TestAccFSxOpenzfsSnapshot_childVolume
=== PAUSE TestAccFSxOpenzfsSnapshot_childVolume
=== RUN   TestAccFSxOpenzfsSnapshot_volumeId
=== PAUSE TestAccFSxOpenzfsSnapshot_volumeId
=== RUN   TestAccFSxOpenzfsVolume_basic
=== PAUSE TestAccFSxOpenzfsVolume_basic
=== RUN   TestAccFSxOpenzfsVolume_parentVolume
=== PAUSE TestAccFSxOpenzfsVolume_parentVolume
=== RUN   TestAccFSxOpenzfsVolume_tags
=== PAUSE TestAccFSxOpenzfsVolume_tags
=== RUN   TestAccFSxOpenzfsVolume_copyTags
=== PAUSE TestAccFSxOpenzfsVolume_copyTags
=== RUN   TestAccFSxOpenzfsVolume_name
=== PAUSE TestAccFSxOpenzfsVolume_name
=== RUN   TestAccFSxOpenzfsVolume_dataCompressionType
=== PAUSE TestAccFSxOpenzfsVolume_dataCompressionType
=== RUN   TestAccFSxOpenzfsVolume_readOnly
=== PAUSE TestAccFSxOpenzfsVolume_readOnly
=== RUN   TestAccFSxOpenzfsVolume_storageCapacity
=== PAUSE TestAccFSxOpenzfsVolume_storageCapacity
=== RUN   TestAccFSxOpenzfsVolume_nfsExports
=== PAUSE TestAccFSxOpenzfsVolume_nfsExports
=== RUN   TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== PAUSE TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxBackup_openzfsBasic
=== CONT  TestAccFSxOpenzfsSnapshot_tags
=== CONT  TestAccFSxOpenzfsVolume_dataCompressionType
=== CONT  TestAccFSxOpenzfsFileSystem_copyTags
=== CONT  TestAccFSxOpenzfsFileSystem_tags
=== CONT  TestAccFSxOpenzfsFileSystem_throughput
=== CONT  TestAccFSxOpenzfsVolume_userAndGroupQuotas
=== CONT  TestAccFSxOpenzfsVolume_nfsExports
=== CONT  TestAccFSxOpenzfsVolume_storageCapacity
=== CONT  TestAccFSxOpenzfsVolume_readOnly
=== CONT  TestAccFSxOpenzfsVolume_basic
=== CONT  TestAccFSxOpenzfsVolume_copyTags
=== CONT  TestAccFSxOpenzfsSnapshot_volumeId
=== CONT  TestAccFSxOpenzfsSnapshot_childVolume
=== CONT  TestAccFSxOpenzfsVolume_tags
=== CONT  TestAccFSxOpenzfsSnapshot_name
=== CONT  TestAccFSxOpenzfsVolume_parentVolume
=== CONT  TestAccFSxOpenzfsFileSystem_rootVolume
=== CONT  TestAccFSxOpenzfsSnapshot_disappears
=== CONT  TestAccFSxOpenzfsVolume_name
=== CONT  TestAccFSxOpenzfsVolume_nfsExports
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1b, us-gov-west-1c, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
--- SKIP: TestAccFSxOpenzfsVolume_nfsExports (27.13s)
=== CONT  TestAccFSxOpenzfsSnapshot_basic
=== CONT  TestAccFSxOpenzfsFileSystem_tags
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsSnapshot_tags
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 21, in resource "aws_fsx_openzfs_file_system" "test":
          21: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsSnapshot_childVolume
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1c, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 21, in resource "aws_fsx_openzfs_file_system" "test":
          21: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_name
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_tags
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsSnapshot_disappears
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1b, us-gov-west-1c, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 21, in resource "aws_fsx_openzfs_file_system" "test":
          21: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_copyTags
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_dataCompressionType
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1b, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_storageCapacity
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1b, us-gov-west-1a, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_throughput
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1b, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_rootVolume
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1b, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsSnapshot_name
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1b, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 21, in resource "aws_fsx_openzfs_file_system" "test":
          21: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_copyTags
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_parentVolume
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_userAndGroupQuotas
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1c, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxBackup_openzfsBasic
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1b, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 27, in resource "aws_fsx_openzfs_file_system" "test":
          27: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsVolume_readOnly
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1b, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsSnapshot_volumeId
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1b, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 21, in resource "aws_fsx_openzfs_file_system" "test":
          21: resource "aws_fsx_openzfs_file_system" "test" {
        
--- SKIP: TestAccFSxOpenzfsSnapshot_tags (34.78s)
=== CONT  TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
--- SKIP: TestAccFSxOpenzfsFileSystem_tags (34.93s)
=== CONT  TestAccFSxOpenzfsFileSystem_kmsKeyID
=== CONT  TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
--- SKIP: TestAccFSxOpenzfsVolume_name (35.21s)
--- SKIP: TestAccFSxOpenzfsSnapshot_disappears (35.70s)
=== CONT  TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
--- SKIP: TestAccFSxOpenzfsSnapshot_childVolume (35.70s)
=== CONT  TestAccFSxOpenzfsFileSystem_storageType
--- SKIP: TestAccFSxOpenzfsFileSystem_copyTags (35.70s)
=== CONT  TestAccFSxOpenzfsFileSystem_diskIops
--- SKIP: TestAccFSxOpenzfsVolume_tags (35.74s)
=== CONT  TestAccFSxOpenzfsFileSystem_basic
--- SKIP: TestAccFSxOpenzfsFileSystem_throughput (35.99s)
=== CONT  TestAccFSxOpenzfsFileSystem_disappears
--- SKIP: TestAccFSxOpenzfsSnapshot_name (36.02s)
=== CONT  TestAccFSxOpenzfsFileSystem_securityGroupIDs
--- SKIP: TestAccFSxOpenzfsVolume_storageCapacity (36.02s)
--- SKIP: TestAccFSxOpenzfsVolume_userAndGroupQuotas (36.10s)
--- SKIP: TestAccFSxOpenzfsVolume_parentVolume (36.22s)
--- SKIP: TestAccFSxOpenzfsFileSystem_rootVolume (36.54s)
--- SKIP: TestAccFSxOpenzfsVolume_dataCompressionType (36.57s)
--- SKIP: TestAccFSxOpenzfsVolume_readOnly (36.61s)
--- SKIP: TestAccFSxBackup_openzfsBasic (36.61s)
--- SKIP: TestAccFSxOpenzfsVolume_copyTags (36.64s)
--- SKIP: TestAccFSxOpenzfsSnapshot_volumeId (36.64s)
=== CONT  TestAccFSxOpenzfsVolume_basic
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1b, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 31, in resource "aws_fsx_openzfs_file_system" "test":
          31: resource "aws_fsx_openzfs_file_system" "test" {
        
--- SKIP: TestAccFSxOpenzfsVolume_basic (41.77s)
=== CONT  TestAccFSxOpenzfsSnapshot_basic
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1c, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 21, in resource "aws_fsx_openzfs_file_system" "test":
          21: resource "aws_fsx_openzfs_file_system" "test" {
        
--- SKIP: TestAccFSxOpenzfsSnapshot_basic (20.15s)
=== CONT  TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1b, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_kmsKeyID
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1b, us-gov-west-1c, us-gov-west-1a
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 37, in resource "aws_fsx_openzfs_file_system" "test":
          37: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_storageType
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1c, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_diskIops
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1b, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_basic
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1b, us-gov-west-1a, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_disappears
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1a, us-gov-west-1c, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
=== CONT  TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1b, us-gov-west-1a, us-gov-west-1c
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 32, in resource "aws_fsx_openzfs_file_system" "test":
          32: resource "aws_fsx_openzfs_file_system" "test" {
        
--- SKIP: TestAccFSxOpenzfsFileSystem_dailyAutomaticBackupStartTime (19.19s)
=== CONT  TestAccFSxOpenzfsFileSystem_securityGroupIDs
    acctest.go:960: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
        
        Error: error creating FSx OpenZFS File System: BadRequest: Amazon FSx does not currently support OpenZFS file system creation in the following Availability Zones: us-gov-west-1c, us-gov-west-1a, us-gov-west-1b
        
          with aws_fsx_openzfs_file_system.test,
          on terraform_plugin_test.tf line 55, in resource "aws_fsx_openzfs_file_system" "test":
          55: resource "aws_fsx_openzfs_file_system" "test" {
        
--- SKIP: TestAccFSxOpenzfsFileSystem_automaticBackupRetentionDays (20.57s)
--- SKIP: TestAccFSxOpenzfsFileSystem_kmsKeyID (22.27s)
--- SKIP: TestAccFSxOpenzfsFileSystem_disappears (21.22s)
--- SKIP: TestAccFSxOpenzfsFileSystem_storageType (21.62s)
--- SKIP: TestAccFSxOpenzfsFileSystem_diskIops (21.66s)
--- SKIP: TestAccFSxOpenzfsFileSystem_basic (21.63s)
--- SKIP: TestAccFSxOpenzfsFileSystem_weeklyMaintenanceStartTime (21.73s)
--- SKIP: TestAccFSxOpenzfsFileSystem_securityGroupIDs (22.47s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/fsx	62.182s

@ewbankkit
Copy link
Contributor

@awsaxeman Thanks for the contribution 🎉 👏.

@github-actions
Copy link

github-actions bot commented Jan 6, 2022

This functionality has been released in v3.71.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

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 30, 2022
@justinretzolk justinretzolk added the partner Contribution from a partner. label May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. new-resource Introduces a new resource. partner Contribution from a partner. provider Pertains to the provider itself, rather than any interaction with AWS. service/ec2 Issues and PRs that pertain to the ec2 service. service/fsx Issues and PRs that pertain to the fsx service. size/XL Managed by automation to categorize the size of a PR. sweeper Pertains to changes to or issues with the sweeper. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants