-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Data source: use aws_subnets over aws_subnet_ids #1113
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rhoboat
requested review from
marinalimeira,
infraredgirl,
robmorgan and
ina-stoyanova
as code owners
May 4, 2022 16:17
yorinasub17
previously approved these changes
May 4, 2022
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 assuming the tests pass!
Test failures:
--- FAIL: TestValidateAllTerraformModulesOnTerratest/home/circleci/project/examples/azure/terraform-azure-frontdoor-example (3.06s)
=== CONT TestTerraformRedeployExample
ec2-syslog.go:81: 'Fetching syslog for Instance i-0ff7bf658328561de in us-west-1' unsuccessful after 120 retries
=== CONT TestGetInstanceIdsForAsg
asg_test.go:82:
Error Trace: asg_test.go:82
asg_test.go:53
asg_test.go:43
Error: Received unexpected error:
Unsupported: The requested configuration is currently not supported. Please check the documentation for supported configurations.
status code: 400, request id: f6ffd647-52b3-4559-ab82-50a086088713
Test: TestGetInstanceIdsForAsg
=== CONT TestGetInstanceIdsForAsg
asg_test.go:154:
Error Trace: asg_test.go:154
asg_test.go:133
panic.go:642
testing.go:756
asg_test.go:82
asg_test.go:53
asg_test.go:43
Error: Received unexpected error:
ValidationError: AutoScalingGroup name not found - null
status code: 400, request id: de4e3814-36e7-48af-b33c-710a30001db6
Test: TestGetInstanceIdsForAsg
--- FAIL: TestGetInstanceIdsForAsg (2.82s)
assertion_compare.go:313:
Error Trace: apply_test.go:185
Error: "25" is not greater than "25"
Test: TestParallelism
Messages: []
--- FAIL: TestParallelism (31.75s) |
yorinasub17
approved these changes
May 5, 2022
1 and 2 are still failing, but unrelated to this change. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Addresses internal aws v4 compatibility.
This updates example code only. The provider version handles both old and new data sources, so users have no updates to make on their end as a result of this change. It is backward compatible. When we bump the provider version to at least 3.75 and/or remove the 4.x lock, that's when we have a potential backward incompatibility, but most likely, even that update will be functionally backward compatible, i.e., only require an update to the provider version, and no config changes, imports, or state migrations.
Documentation
N/A
TODOs
feature/new-vpc-endpoints-955
orbug/missing-count-param-434
.Ensure any 3rd party code adheres with our license policy: https://www.notion.so/gruntwork/Gruntwork-licenses-and-open-source-usage-policy-f7dece1f780341c7b69c1763f22b1378Maintainers Only. If there were backwards incompatible changes, include a migration guide in the release notes.Related Issues
Addresses https://github.com/gruntwork-io/cloud-chasers/issues/20