-
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
Remove usage of terraform.NewResourceConfig #9709
Conversation
Holding till next week's tf release. |
Terraform v0.12.7 is now merged. This is ready for rebase/resubmission. 👍 |
846ea5a
to
aa5561f
Compare
aa5561f
to
b7d31a2
Compare
PR is ready for review |
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 🚀
--- PASS: TestAccAWSProvider_Region_AwsChina (2.96s)
--- PASS: TestAccAWSProvider_Region_AwsCommercial (3.01s)
--- PASS: TestAccAWSProvider_Region_AwsGovCloudUs (3.03s)
--- PASS: TestAccAWSProvider_Endpoints_Deprecated (3.21s)
--- PASS: TestAccAWSProvider_Endpoints (3.22s)
This has been released in version 2.28.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! |
the
config
package (co-dependent ofterraform.NewResourceConfig
) is being removed. The new functionterraform.NewResourceConfigRaw
should replace both of them.