terraform-aws-security-group icon indicating copy to clipboard operation
terraform-aws-security-group copied to clipboard

Terraform module to create AWS Security Group resources πŸ‡ΊπŸ‡¦

Results 24 terraform-aws-security-group issues
Sort by recently updated
recently updated
newest added

## Description Adds new rules to support SASL/SCRAM and IAM access control TCP ports for Kafka. ## Motivation and Context Fixes #244. ## Breaking Changes N/A ## How Has This...

## Description * The ARN of the security group * Update required version of AWS provider to >= 3.29 ## Motivation and Context Fixes #247. ## Breaking Changes I think...

ARN attribute of the security group created by this module not available, whereas it exists in official AWS provider https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group#arn

Issue: I havr created SG with 4 inbound rules. variables for inbound rules is list in module. Now if I am removing 1st inbound rule from list the terraform is...

Hello, Port TCP/9096 is no available . This port is used to communicate with brokers by using SASL/SCRAM. https://docs.aws.amazon.com/msk/latest/developerguide/port-info.html The same situation with TCP/9098 -- guzik

## Description I've added a lifecycle rule to create a security group rule before destroying ## Motivation and Context This is related to an error `The specified rule does not...

## Description This adds the needed ports for DAX Cluster ## Motivation and Context Adds the dax cluster rules with and without encryption. [Reference Docs](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.create-cluster.console.configure-inbound-rules.html#DAX.create-cluster.console.configure-inbound-rules) ## Breaking Changes ## How...

## Description This adds the needed ports for Vault ## Motivation and Context We are trying to fully automate the install of Vault infrastructure and this will make it easier...

## Description This is a reopening of pull request #226 which didn't get any movement. I am opening after forking and rebasing to see if we can get some movement...

## Description The usage of prefix lists is fairly confusing as described in #224 and #226. Unfortunately those issues/PRs were closed without feedback. What is the reasoning behind it and...