Commit d0011447 authored by thebugfinder's avatar thebugfinder

add files updated by pre-commit

parent 92596fa7
This diff is collapsed.
...@@ -43,9 +43,9 @@ module "vpc" { ...@@ -43,9 +43,9 @@ module "vpc" {
enable_dynamodb_endpoint = true enable_dynamodb_endpoint = true
# VPC endpoint for SSM # VPC endpoint for SSM
enable_ssm_endpoint = true enable_ssm_endpoint = true
ssm_endpoint_private_dns_enabled = true ssm_endpoint_private_dns_enabled = true
ssm_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"] ssm_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"]
// ssm_endpoint_subnet_ids = ["..."] // ssm_endpoint_subnet_ids = ["..."]
...@@ -53,17 +53,14 @@ module "vpc" { ...@@ -53,17 +53,14 @@ module "vpc" {
enable_ssmmessages_endpoint = true enable_ssmmessages_endpoint = true
ssmmessages_endpoint_private_dns_enabled = true ssmmessages_endpoint_private_dns_enabled = true
ssmmessages_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"] ssmmessages_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"]
# VPC Endpoint for EC2 # VPC Endpoint for EC2
enable_ec2_endpoint = true enable_ec2_endpoint = true
ec2_endpoint_private_dns_enabled = true ec2_endpoint_private_dns_enabled = true
ec2_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"] ec2_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"]
# VPC Endpoint for EC2MESSAGES # VPC Endpoint for EC2MESSAGES
enable_ec2messages_endpoint = true enable_ec2messages_endpoint = true
ec2messages_endpoint_private_dns_enabled = true ec2messages_endpoint_private_dns_enabled = true
ec2messages_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"] ec2messages_endpoint_security_group_ids = ["${data.aws_security_group.default.id}"]
tags = { tags = {
Owner = "user" Owner = "user"
Environment = "staging" Environment = "staging"
......
...@@ -25,7 +25,7 @@ This will destroy any existing test resources, create the resources afresh, run ...@@ -25,7 +25,7 @@ This will destroy any existing test resources, create the resources afresh, run
| Name | Description | Type | Default | Required | | Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:| |------|-------------|:----:|:-----:|:-----:|
| region | | string | `"eu-west-1"` | no | | region | - | string | `eu-west-1` | no |
## Outputs ## Outputs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment