Skip to content
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

Use availability zone config func (e data sources) #14581

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Conversation

YakDriver
Copy link
Member

@YakDriver YakDriver commented Aug 11, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #12995
Depends on #14568

Release note for CHANGELOG:

NONE

Output from acceptance testing:


@YakDriver YakDriver requested a review from a team August 11, 2020 21:08
@ghost ghost added size/L Managed by automation to categorize the size of a PR. service/ec2 Issues and PRs that pertain to the ec2 service. service/efs Issues and PRs that pertain to the efs service. service/elasticache Issues and PRs that pertain to the elasticache service. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. service/elb Issues and PRs that pertain to the elb service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Aug 11, 2020
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 🚀

Output from acceptance testing in AWS Commercial:

--- PASS: TestAccAWSDataElasticsearchDomain_advanced (1450.47s)
--- PASS: TestAccAWSDataElasticsearchDomain_basic (1202.90s)

--- PASS: TestAccAWSEbsSnapshotDataSource_basic (77.00s)
--- PASS: TestAccAWSEbsSnapshotDataSource_Filter (72.18s)
--- PASS: TestAccAWSEbsSnapshotDataSource_MostRecent (114.26s)

--- PASS: TestAccAWSEbsVolumeDataSource_basic (61.60s)
--- PASS: TestAccAWSEbsVolumeDataSource_multipleFilters (56.19s)

--- PASS: TestAccAWSEc2InstanceTypeOfferingDataSource_Filter (43.29s)
--- PASS: TestAccAWSEc2InstanceTypeOfferingDataSource_LocationType (42.29s)
--- PASS: TestAccAWSEc2InstanceTypeOfferingDataSource_PreferredInstanceTypes (52.64s)

--- PASS: TestAccAWSEc2InstanceTypeOfferingsDataSource_Filter (43.75s)
--- PASS: TestAccAWSEc2InstanceTypeOfferingsDataSource_LocationType (39.51s)

--- PASS: TestAccAwsEc2SpotPriceDataSource_basic (42.26s)
--- PASS: TestAccAwsEc2SpotPriceDataSource_Filter (53.94s)

--- PASS: TestAccAWSEc2TransitGatewayVpcAttachmentDataSource_Filter (293.48s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachmentDataSource_ID (286.36s)

--- PASS: TestAccDataSourceAwsEbsVolumes_basic (94.71s)

--- PASS: TestAccDataSourceAwsEfsMountTarget_basic (138.38s)

--- SKIP: TestAccDataSourceAWSEIP_CustomerOwnedIpv4Pool (2.33s)
--- PASS: TestAccDataSourceAwsEip_Filter (42.59s)
--- PASS: TestAccDataSourceAwsEip_Id (44.43s)
--- PASS: TestAccDataSourceAwsEip_Instance (109.29s)
--- PASS: TestAccDataSourceAwsEip_NetworkInterface (40.07s)
--- PASS: TestAccDataSourceAwsEip_PublicIP_EC2Classic (47.72s)
--- PASS: TestAccDataSourceAwsEip_PublicIP_VPC (39.33s)
--- PASS: TestAccDataSourceAwsEip_Tags (26.97s)

--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_basic (677.00s)
--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_ClusterMode (938.09s)
--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_NonExistent (6.76s)

--- PASS: TestAccDataSourceAWSELB_basic (29.88s)

Output from acceptance testing in AWS GovCloud (US) (failure due to #8316):

--- PASS: TestAccAWSDataElasticsearchDomain_advanced (1261.03s)
--- PASS: TestAccAWSDataElasticsearchDomain_basic (1166.98s)

--- PASS: TestAccAWSEbsSnapshotDataSource_basic (61.27s)
--- PASS: TestAccAWSEbsSnapshotDataSource_Filter (62.61s)
--- PASS: TestAccAWSEbsSnapshotDataSource_MostRecent (70.00s)

--- PASS: TestAccAWSEbsVolumeDataSource_basic (46.46s)
--- PASS: TestAccAWSEbsVolumeDataSource_multipleFilters (46.68s)

--- PASS: TestAccAWSEc2InstanceTypeOfferingDataSource_Filter (30.62s)
--- PASS: TestAccAWSEc2InstanceTypeOfferingDataSource_LocationType (31.90s)
--- PASS: TestAccAWSEc2InstanceTypeOfferingDataSource_PreferredInstanceTypes (29.62s)

--- PASS: TestAccAWSEc2InstanceTypeOfferingsDataSource_Filter (29.65s)
--- PASS: TestAccAWSEc2InstanceTypeOfferingsDataSource_LocationType (27.74s)

--- PASS: TestAccAwsEc2SpotPriceDataSource_basic (30.54s)
--- PASS: TestAccAwsEc2SpotPriceDataSource_Filter (31.70s)

--- PASS: TestAccAWSEc2TransitGatewayVpcAttachmentDataSource_Filter (348.20s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachmentDataSource_ID (347.79s)

--- PASS: TestAccDataSourceAwsEbsVolumes_basic (73.37s)

--- PASS: TestAccDataSourceAwsEfsMountTarget_basic (125.32s)

--- SKIP: TestAccDataSourceAWSEIP_CustomerOwnedIpv4Pool (0.97s)
--- PASS: TestAccDataSourceAwsEip_Filter (32.15s)
--- PASS: TestAccDataSourceAwsEip_Id (30.97s)
--- PASS: TestAccDataSourceAwsEip_Instance (100.35s)
--- PASS: TestAccDataSourceAwsEip_NetworkInterface (43.46s)
--- FAIL: TestAccDataSourceAwsEip_PublicIP_EC2Classic (5.01s)
--- PASS: TestAccDataSourceAwsEip_PublicIP_VPC (30.61s)
--- PASS: TestAccDataSourceAwsEip_Tags (29.74s)

--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_basic (872.68s)
--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_ClusterMode (1095.01s)
--- PASS: TestAccDataSourceAwsElasticacheReplicationGroup_NonExistent (2.83s)

--- PASS: TestAccDataSourceAWSELB_basic (15.98s)

@YakDriver YakDriver merged commit b7703e2 into master Aug 17, 2020
@YakDriver YakDriver deleted the td-hardaz-ds-e branch August 17, 2020 16:58
@YakDriver YakDriver added this to the v3.3.0 milestone Aug 17, 2020
@ghost
Copy link

ghost commented Aug 20, 2020

This has been released in version 3.3.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!

@YakDriver YakDriver added the partition/aws-us-gov Pertains to the aws-us-gov partition. label Aug 27, 2020
@ghost
Copy link

ghost commented Sep 16, 2020

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!

@ghost ghost locked and limited conversation to collaborators Sep 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
partition/aws-us-gov Pertains to the aws-us-gov partition. service/ec2 Issues and PRs that pertain to the ec2 service. service/efs Issues and PRs that pertain to the efs service. service/elasticache Issues and PRs that pertain to the elasticache service. service/elasticsearch Issues and PRs that pertain to the elasticsearch service. service/elb Issues and PRs that pertain to the elb service. size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants