-
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_efs_file_system and resource/aws_efs_mount_target: Support for cn-north-1 and cn-northwest-1 #11746
Conversation
…rt for cn-north-1 and cn-northwest-1
@fl0ge Thanks for this. for example via |
…rt for cn-north-1 and cn-northwest-1 (using AWSClient.dnsSuffix)
@ewbankkit Thanks for your feedback New output from acceptance testing:
|
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.
Looks great, thanks @fl0ge and @ewbankkit 🚀
Output from acceptance testing:
--- PASS: TestAccAWSEFSFileSystem_basic (129.11s)
--- PASS: TestAccAWSEFSFileSystem_disappears (47.50s)
--- PASS: TestAccAWSEFSFileSystem_kmsConfigurationWithoutEncryption (27.34s)
--- PASS: TestAccAWSEFSFileSystem_kmsKey (77.16s)
--- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy (82.54s)
--- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy_removal (57.93s)
--- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy_update (134.72s)
--- PASS: TestAccAWSEFSFileSystem_pagedTags (103.28s)
--- PASS: TestAccAWSEFSFileSystem_ProvisionedThroughputInMibps (93.37s)
--- PASS: TestAccAWSEFSFileSystem_tags (79.55s)
--- PASS: TestAccAWSEFSFileSystem_ThroughputMode (149.82s)
--- PASS: TestAccAWSEFSMountTarget_basic (243.16s)
--- PASS: TestAccAWSEFSMountTarget_disappears (173.77s)
--- PASS: TestAccDataSourceAwsEfsFileSystem_id (203.85s)
--- PASS: TestAccDataSourceAwsEfsFileSystem_name (226.40s)
--- PASS: TestAccDataSourceAwsEfsMountTargetByMountTargetId (221.82s)
Thanks @bflad for the merge. We'll be able to use v2.47.0 release when it comes out! |
This has been released in version 2.47.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! |
Community Note
Release note for CHANGELOG:
Output from acceptance testing: