-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_windows_file_system - add audit_log_configuration
#19970
Conversation
2f04568
to
33559d0
Compare
Co-authored-by: Kit Ewbank <Kit_Ewbank@hotmail.com>
Amended the typo 🤦 |
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 🚀.
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSFsxWindowsFileSystem_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSFsxWindowsFileSystem_ -timeout 180m
=== RUN TestAccAWSFsxWindowsFileSystem_basic
=== PAUSE TestAccAWSFsxWindowsFileSystem_basic
=== RUN TestAccAWSFsxWindowsFileSystem_singleAz2
=== PAUSE TestAccAWSFsxWindowsFileSystem_singleAz2
=== RUN TestAccAWSFsxWindowsFileSystem_storageTypeHdd
=== PAUSE TestAccAWSFsxWindowsFileSystem_storageTypeHdd
=== RUN TestAccAWSFsxWindowsFileSystem_multiAz
=== PAUSE TestAccAWSFsxWindowsFileSystem_multiAz
=== RUN TestAccAWSFsxWindowsFileSystem_disappears
=== PAUSE TestAccAWSFsxWindowsFileSystem_disappears
=== RUN TestAccAWSFsxWindowsFileSystem_AutomaticBackupRetentionDays
=== PAUSE TestAccAWSFsxWindowsFileSystem_AutomaticBackupRetentionDays
=== RUN TestAccAWSFsxWindowsFileSystem_CopyTagsToBackups
=== PAUSE TestAccAWSFsxWindowsFileSystem_CopyTagsToBackups
=== RUN TestAccAWSFsxWindowsFileSystem_DailyAutomaticBackupStartTime
=== PAUSE TestAccAWSFsxWindowsFileSystem_DailyAutomaticBackupStartTime
=== RUN TestAccAWSFsxWindowsFileSystem_KmsKeyId
=== PAUSE TestAccAWSFsxWindowsFileSystem_KmsKeyId
=== RUN TestAccAWSFsxWindowsFileSystem_SecurityGroupIds
=== PAUSE TestAccAWSFsxWindowsFileSystem_SecurityGroupIds
=== RUN TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory
=== PAUSE TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory
=== RUN TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory_Username
=== PAUSE TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory_Username
=== RUN TestAccAWSFsxWindowsFileSystem_StorageCapacity
=== PAUSE TestAccAWSFsxWindowsFileSystem_StorageCapacity
=== RUN TestAccAWSFsxWindowsFileSystem_Tags
=== PAUSE TestAccAWSFsxWindowsFileSystem_Tags
=== RUN TestAccAWSFsxWindowsFileSystem_ThroughputCapacity
=== PAUSE TestAccAWSFsxWindowsFileSystem_ThroughputCapacity
=== RUN TestAccAWSFsxWindowsFileSystem_WeeklyMaintenanceStartTime
=== PAUSE TestAccAWSFsxWindowsFileSystem_WeeklyMaintenanceStartTime
=== RUN TestAccAWSFsxWindowsFileSystem_auditConfig
=== PAUSE TestAccAWSFsxWindowsFileSystem_auditConfig
=== CONT TestAccAWSFsxWindowsFileSystem_basic
=== CONT TestAccAWSFsxWindowsFileSystem_SecurityGroupIds
=== CONT TestAccAWSFsxWindowsFileSystem_ThroughputCapacity
=== CONT TestAccAWSFsxWindowsFileSystem_Tags
=== CONT TestAccAWSFsxWindowsFileSystem_auditConfig
=== CONT TestAccAWSFsxWindowsFileSystem_disappears
=== CONT TestAccAWSFsxWindowsFileSystem_storageTypeHdd
=== CONT TestAccAWSFsxWindowsFileSystem_StorageCapacity
=== CONT TestAccAWSFsxWindowsFileSystem_singleAz2
=== CONT TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory_Username
=== CONT TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory
=== CONT TestAccAWSFsxWindowsFileSystem_multiAz
=== CONT TestAccAWSFsxWindowsFileSystem_WeeklyMaintenanceStartTime
=== CONT TestAccAWSFsxWindowsFileSystem_AutomaticBackupRetentionDays
=== CONT TestAccAWSFsxWindowsFileSystem_KmsKeyId
=== CONT TestAccAWSFsxWindowsFileSystem_DailyAutomaticBackupStartTime
=== CONT TestAccAWSFsxWindowsFileSystem_CopyTagsToBackups
--- PASS: TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory (3264.42s)
--- PASS: TestAccAWSFsxWindowsFileSystem_disappears (3446.19s)
--- PASS: TestAccAWSFsxWindowsFileSystem_WeeklyMaintenanceStartTime (3550.71s)
--- PASS: TestAccAWSFsxWindowsFileSystem_basic (3597.00s)
--- PASS: TestAccAWSFsxWindowsFileSystem_DailyAutomaticBackupStartTime (3676.88s)
--- PASS: TestAccAWSFsxWindowsFileSystem_auditConfig (3689.29s)
--- PASS: TestAccAWSFsxWindowsFileSystem_AutomaticBackupRetentionDays (3690.70s)
--- PASS: TestAccAWSFsxWindowsFileSystem_StorageCapacity (3925.09s)
--- PASS: TestAccAWSFsxWindowsFileSystem_ThroughputCapacity (3949.41s)
--- PASS: TestAccAWSFsxWindowsFileSystem_Tags (3979.15s)
--- PASS: TestAccAWSFsxWindowsFileSystem_singleAz2 (4319.90s)
--- PASS: TestAccAWSFsxWindowsFileSystem_storageTypeHdd (4522.83s)
--- PASS: TestAccAWSFsxWindowsFileSystem_SelfManagedActiveDirectory_Username (4575.30s)
--- PASS: TestAccAWSFsxWindowsFileSystem_SecurityGroupIds (4884.61s)
--- PASS: TestAccAWSFsxWindowsFileSystem_multiAz (4937.93s)
--- PASS: TestAccAWSFsxWindowsFileSystem_KmsKeyId (5199.66s)
--- PASS: TestAccAWSFsxWindowsFileSystem_CopyTagsToBackups (5261.80s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 5265.611s
This functionality has been released in v3.48.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
Closes #19793
Output from acceptance testing: