Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-vpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-vpc
Commits
d0011447
Commit
d0011447
authored
Feb 01, 2019
by
thebugfinder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add files updated by pre-commit
parent
92596fa7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
65 additions
and
54 deletions
+65
-54
README.md
README.md
+58
-44
main.tf
examples/complete-vpc/main.tf
+6
-9
README.md
examples/test_fixture/README.md
+1
-1
No files found.
README.md
View file @
d0011447
This diff is collapsed.
Click to expand it.
examples/complete-vpc/main.tf
View file @
d0011447
...
...
@@ -43,9 +43,9 @@ module "vpc" {
enable_dynamodb_endpoint
=
true
# VPC endpoint for SSM
enable_ssm_endpoint
=
true
ssm_endpoint_private_dns_enabled
=
true
ssm_endpoint_security_group_ids
=
[
"
${data
.
aws_security_group
.
default
.
id
}
"
]
enable_ssm_endpoint
=
true
ssm_endpoint_private_dns_enabled
=
true
ssm_endpoint_security_group_ids
=
[
"
${data
.
aws_security_group
.
default
.
id
}
"
]
// ssm_endpoint_subnet_ids = ["..."]
...
...
@@ -53,17 +53,14 @@ module "vpc" {
enable_ssmmessages_endpoint
=
true
ssmmessages_endpoint_private_dns_enabled
=
true
ssmmessages_endpoint_security_group_ids
=
[
"
${data
.
aws_security_group
.
default
.
id
}
"
]
# VPC Endpoint for EC2
enable_ec2_endpoint
=
true
ec2_endpoint_private_dns_enabled
=
true
ec2_endpoint_security_group_ids
=
[
"
${data
.
aws_security_group
.
default
.
id
}
"
]
enable_ec2_endpoint
=
true
ec2_endpoint_private_dns_enabled
=
true
ec2_endpoint_security_group_ids
=
[
"
${data
.
aws_security_group
.
default
.
id
}
"
]
# VPC Endpoint for EC2MESSAGES
enable_ec2messages_endpoint
=
true
ec2messages_endpoint_private_dns_enabled
=
true
ec2messages_endpoint_security_group_ids
=
[
"
${data
.
aws_security_group
.
default
.
id
}
"
]
tags
=
{
Owner
=
"user"
Environment
=
"staging"
...
...
examples/test_fixture/README.md
View file @
d0011447
...
...
@@ -25,7 +25,7 @@ This will destroy any existing test resources, create the resources afresh, run
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| region |
| string |
`"eu-west-1"
`
| no |
| region |
- | string |
`eu-west-1
`
| no |
## Outputs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment