Skip to content

Commit 5a73197

Browse files
DrFaust92antonbabenko
authored andcommitted
Added VPC endpoints from #311 to Terraform 0.11 branch (#319)
* 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
1 parent 5d852ef commit 5a73197

File tree

6 files changed

+1592
-492
lines changed

6 files changed

+1592
-492
lines changed

README.md

Lines changed: 110 additions & 0 deletions
Large diffs are not rendered by default.

examples/complete-vpc/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,8 @@ module "vpc" {
9797
Environment = "staging"
9898
Name = "complete"
9999
}
100+
101+
vpc_endpoint_tags = {
102+
Endpoint = true
103+
}
100104
}

0 commit comments

Comments
 (0)