-
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
resource/aws_storagegateway_smb_file_share: Add support for admin_user_list #12196
Conversation
Why did Hashibot not look at this? |
Hi @Andrew-Kulpa 👋 Thank you for submitting this. Please see the repository FAQ for additional information about the review process. Overall this contribution looks to be on the right track, it just needs the merge conflicts handled then we can double check the testing and get this merged. 👍 |
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.
Hi @Andrew-Kulpa 👋 Since we didn't hear back from you we went ahead and fixed the merge conflicts so this can be pulled in. Thank you 🚀
Output from acceptance testing:
--- PASS: TestAccAWSStorageGatewaySmbFileShare_AdminUserList (905.74s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_audit (352.38s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_ActiveDirectory (805.96s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_GuestAccess (233.19s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_cacheAttributes (452.08s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_caseSensitivity (377.34s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_DefaultStorageClass (318.63s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_disappears (244.85s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_GuessMIMETypeEnabled (315.80s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_InvalidUserList (916.69s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSEncrypted (241.10s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSKeyArn (418.40s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ObjectACL (302.70s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ReadOnly (302.46s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_RequesterPays (293.18s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_smb_acl (959.71s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Tags (300.74s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ValidUserList (931.02s)
Sorry, I must've missed that notification. Thanks a bunch! 😅 |
This has been released in version 3.8.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This adds support for specifying a Storage Gateway SMB File Share admin user list. There was already support for invalid and valid user lists, but not an admin user list.
Community Note
Closes #12255
Release note for CHANGELOG:
Output from acceptance testing: