- 24 May, 2019 6 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
Anton Babenko authored
* run terraform 0.12upgrade * Cleanup for Terraform 0.12 (closes #265, #228)
-
Anton Babenko authored
-
Anton Babenko authored
-
Ilia Lazebnik authored
* add ecs vpc endpoints * add ecs vpcendpoints outputs * add ecs vpc endpoints to readme inputs/outputs table * add ecs vpc endpoints to readme endpoint list
-
- 21 May, 2019 2 commits
-
-
Anton Babenko authored
-
Andreas Wittig authored
* Improving DHCP options docs * generating README from variables description
-
- 25 Apr, 2019 10 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
Blaine Schanfeldt authored
* Add Output Of Subnet ARNs Facilitates resource access manager, subnet sharing across accounts * Update Readme For Subnet ARN Output
-
Anton Babenko authored
-
Anton Babenko authored
-
Rafael Bernardo authored
I need in my policy generator the arn of vpc so I would like to include this
-
Anton Babenko authored
-
Nikos Loutas authored
-
Anton Babenko authored
-
Anton Babenko authored
-
- 22 Mar, 2019 2 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
* Add variables for network ACLs Add variables for specifying network ACLs for public, private, and intra subnets. The ACLs are defined in a list, with sets of seven elements for the rule number, rule action, from port, to port, protocol, and cidr block. * Add variables for network ACL tags Add variables to specify additional tags for public, private, and intra network ACL resources. * Add resources for network ACLs Add aws_network_acl and aws_network_acl_rule resources to specify inbound and outbound network ACL rules for public, private, and intra subnets. * Add resource for default network ACL Add a aws_default_network_acl resource to adopt the default network ACL in the VPC. * Adjust spacing to match code style Remove the empty lines after comment blocks for network ACLs to match the style of the rest of this module. * Copy simple-vpc example as network-acls Copy the simple-vpc example and adapt it to demonstrate the configuration of network ACLs. A set of inbound and outbound ACLs are specified in main.tf. * Rename variables from _acls to _acl_rules Clarify the variables for specifying ACL rules by renaming them from *_acls to *_acl_rules. The values are used to create rules, not create ACLs. * Add nacl resources and variables for other subnets Add aws_network_acl and aws_network_acl_rule resources for database, redshift, and elasticache subnets, along with corresponding variables. This provides network ACL coverage to all subnet types produced by this module. * Create ACLs only if there are subnets For each subnet type, only create ACL resources if there are subnets defined. For example, if database_subnets is empty, then don't create ACL resources for database subnets. * Add missing variables for ACL tags Add the missing variable declarations for database_acl_tags, redshift_acl_tags, and elasticache_acl_tags. * Make ACL singular in description for _acl_tags A single ACL is created for each of the subnet types. Update the variable descriptions to reflect this. * Convert rules to nested list of maps Convert the NACL rule specifications from a list of lists to a list of maps, as suggested by @jczerniak. This improves the readability of rules. * Restructure example config to use locals Restructure the network ACL rules in the network-acls example to use local variables to specify the rules, split between default and custom rules. * Follow-up for #174
-
- 05 Mar, 2019 4 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
bmihaescu authored
-
bmihaescu authored
* add public subnet for redshift to enable access for kinesis * fix redshift subnet group name * fix redshift public association * add public redshift to documentation * fix doc typo * update code after review
-
- 02 Mar, 2019 1 commit
-
-
Kyle authored
-
- 01 Mar, 2019 2 commits
-
-
Anton Babenko authored
-
tharun-allu authored
-
- 21 Feb, 2019 3 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
-
Kinnaird McQuade authored
* Added intra subnet suffix. * Fixed duplicate intra * Fixed tag
-
- 14 Feb, 2019 4 commits
-
-
Anton Babenko authored
-
Anton Babenko authored
Added option to create ECR api and dkr endpoints
-
Anton Babenko authored
-
Anton Babenko authored
Extend endpoints for AWS Systems Manager use
-
- 12 Feb, 2019 2 commits
-
-
Michiel Dhadamus authored
-
Michiel Dhadamus authored
-
- 01 Feb, 2019 3 commits
-
-
thebugfinder authored
-
thebugfinder authored
-
thebugfinder authored
-
- 22 Jan, 2019 1 commit
-
-
thebugfinder authored
-