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

provider/aws: Add 'aws_vpc_endpoint' data source #11323

Merged
merged 1 commit into from Jan 23, 2017
Merged

provider/aws: Add 'aws_vpc_endpoint' data source #11323

merged 1 commit into from Jan 23, 2017

Conversation

ewbankkit
Copy link
Contributor

Provides details about a specific VPC endpoint.
Acceptance test:

make testacc TEST=./builtin/providers/aws/ TESTARGS='-run=TestAccDataSourceAwsVpcEndpoint_'

@stack72
Copy link
Contributor

stack72 commented Jan 23, 2017

LGTM! Thanks for the work here :)

% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccDataSourceAwsVpcEndpoint_'                                              ✭
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/23 23:46:14 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccDataSourceAwsVpcEndpoint_ -timeout 120m
=== RUN   TestAccDataSourceAwsVpcEndpoint_basic
--- PASS: TestAccDataSourceAwsVpcEndpoint_basic (54.30s)
=== RUN   TestAccDataSourceAwsVpcEndpoint_withRouteTable
--- PASS: TestAccDataSourceAwsVpcEndpoint_withRouteTable (63.67s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	118.002s

@stack72 stack72 merged commit c5f94d2 into hashicorp:master Jan 23, 2017
pielu pushed a commit to pielu/terraform that referenced this pull request Jan 24, 2017
* commit '439b5507bbe9b00c7154d5b30dd9e35600ef05a2': (688 commits)
  Update CHANGELOG.md
  provider/aws: Added API GW documentation regarding request/response templates (hashicorp#11380)
  Update CHANGELOG.md
  provider/aws: Added a S3 Bucket domain name attribute (hashicorp#10088)
  provider/postgresql: Fix failing acceptance test (hashicorp#11375)
  provider/heroku: Fix failing acceptance test (hashicorp#11374)
  provider/aws: Fix acceptance tests w/ missing values (hashicorp#11377)
  provider/aws: Fix failing ecs acceptance test w/ ALB (hashicorp#11367)
  fix fat-fingered change in test
  provider/aws: Add diff suppress function for aws_db_instance
  Update CHANGELOG.md
  provider/openstack: Volume Attachment Updates (hashicorp#11285)
  Update CHANGELOG.md
  adding (backwards compatible) support for providing multiple source filename and content (hashicorp#11271)
  Correct aws_s3_bucket_object data source acceptance tests. (hashicorp#11346)
  Update CHANGELOG.md
  Add 'aws_vpc_endpoint' data source. (hashicorp#11323)
  Update CHANGELOG.md
  Add 'aws_canonical_user_id' data source. (hashicorp#11332)
  Update CHANGELOG.md
  ...
@ewbankkit ewbankkit deleted the aws_vpc_endpoint-data_source branch January 24, 2017 22:12
@ghost
Copy link

ghost commented Apr 17, 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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants