Skip to content

Commit

Permalink
Added VPC endpoints from #311 to Terraform 0.11 branch (#319)
Browse files Browse the repository at this point in the history
* add missing endpoints from #311

* fix mistakes in endpoint names

* added endpoints cloudformation, codepipeline, appmesh, sagemaker (api+runtime), transfer, servicecatalog, storagegateway

* fix mistakes in endpoint names

* fix mistakes in endpoint names

* add endpoint tag to full example

* terraform format
  • Loading branch information
DrFaust92 authored and antonbabenko committed Sep 3, 2019
1 parent 5d852ef commit 5a73197
Show file tree
Hide file tree
Showing 6 changed files with 1,592 additions and 492 deletions.
110 changes: 110 additions & 0 deletions README.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions examples/complete-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,8 @@ module "vpc" {
Environment = "staging"
Name = "complete"
}

vpc_endpoint_tags = {
Endpoint = true
}
}
Loading

0 comments on commit 5a73197

Please sign in to comment.