-
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
d/aws_route: 'destination_prefix_list_id' attribute set for managed prefix list destinations #17295
Merged
YakDriver
merged 7 commits into
hashicorp:main
from
ewbankkit:f-d/aws_route-managed_prefix_list-destination
Mar 29, 2021
Merged
d/aws_route: 'destination_prefix_list_id' attribute set for managed prefix list destinations #17295
YakDriver
merged 7 commits into
hashicorp:main
from
ewbankkit:f-d/aws_route-managed_prefix_list-destination
Mar 29, 2021
Commits on Mar 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8aa6b12 - Browse repository at this point
Copy the full SHA 8aa6b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b4009 - Browse repository at this point
Copy the full SHA 13b4009View commit details -
d/aws_route: 'destination_prefix_list_id' attribute can be specified …
…for managed prefix list destinations.
Configuration menu - View commit details
-
Copy full SHA for 50e88ab - Browse repository at this point
Copy the full SHA 50e88abView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4fdd60 - Browse repository at this point
Copy the full SHA e4fdd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad97f1d - Browse repository at this point
Copy the full SHA ad97f1dView commit details -
d/aws_route: Add acceptance test pre-check.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRouteDataSource_DestinationPrefixListId' ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRouteDataSource_DestinationPrefixListId -timeout 120m === RUN TestAccAWSRouteDataSource_DestinationPrefixListId === PAUSE TestAccAWSRouteDataSource_DestinationPrefixListId === CONT TestAccAWSRouteDataSource_DestinationPrefixListId --- PASS: TestAccAWSRouteDataSource_DestinationPrefixListId (220.65s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 220.742s
Configuration menu - View commit details
-
Copy full SHA for b713c1f - Browse repository at this point
Copy the full SHA b713c1fView commit details -
d/aws_route: Add 'ErrorCheck' to new acceptance tests.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSRouteDataSource_' ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSRouteDataSource_ -timeout 180m === RUN TestAccAWSRouteDataSource_basic === PAUSE TestAccAWSRouteDataSource_basic === RUN TestAccAWSRouteDataSource_TransitGatewayID === PAUSE TestAccAWSRouteDataSource_TransitGatewayID === RUN TestAccAWSRouteDataSource_IPv6DestinationCidr === PAUSE TestAccAWSRouteDataSource_IPv6DestinationCidr === RUN TestAccAWSRouteDataSource_LocalGatewayID === PAUSE TestAccAWSRouteDataSource_LocalGatewayID === RUN TestAccAWSRouteDataSource_CarrierGatewayID === PAUSE TestAccAWSRouteDataSource_CarrierGatewayID === RUN TestAccAWSRouteDataSource_DestinationPrefixListId === PAUSE TestAccAWSRouteDataSource_DestinationPrefixListId === RUN TestAccAWSRouteDataSource_GatewayVpcEndpoint === PAUSE TestAccAWSRouteDataSource_GatewayVpcEndpoint === CONT TestAccAWSRouteDataSource_basic === CONT TestAccAWSRouteDataSource_CarrierGatewayID --- PASS: TestAccAWSRouteDataSource_CarrierGatewayID (26.22s) === CONT TestAccAWSRouteDataSource_GatewayVpcEndpoint --- PASS: TestAccAWSRouteDataSource_GatewayVpcEndpoint (44.20s) === CONT TestAccAWSRouteDataSource_DestinationPrefixListId --- PASS: TestAccAWSRouteDataSource_basic (109.30s) === CONT TestAccAWSRouteDataSource_IPv6DestinationCidr --- PASS: TestAccAWSRouteDataSource_IPv6DestinationCidr (24.56s) === CONT TestAccAWSRouteDataSource_LocalGatewayID data_source_aws_outposts_outposts_test.go:67: skipping since no Outposts found --- SKIP: TestAccAWSRouteDataSource_LocalGatewayID (0.59s) === CONT TestAccAWSRouteDataSource_TransitGatewayID --- PASS: TestAccAWSRouteDataSource_DestinationPrefixListId (220.48s) --- PASS: TestAccAWSRouteDataSource_TransitGatewayID (390.35s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 524.910s
Configuration menu - View commit details
-
Copy full SHA for 4964548 - Browse repository at this point
Copy the full SHA 4964548View commit details
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.