github cloudposse/terraform-aws-msk-apache-kafka-cluster 0.8.5
v0.8.5

latest releases: 2.4.0, v2, 2.3.1...
2 years ago
Fix security group usage example documentation @jalessio (#58)

what

Updating the usage example in the top-level README. It looks like the second instance should be allowed_security_group_ids instead of associated_security_group_ids again.

why

I believe the current usage example is incorrect / misleading.

references

Here's the definition for the allowed_security_group_ids variable, which matches up with the comment in the README:

variable "allowed_security_group_ids" {
type = list(string)
default = []
description = <<-EOT
A list of IDs of Security Groups to allow access to the security group created by this module.
EOT
}

🤖 Automatic Updates

Update Terraform cloudposse/security-group/aws to v1 @renovate (#60)

This PR contains the following updates:

Package Type Update Change
cloudposse/security-group/aws (source) module major 0.4.3 -> 1.0.0

Don't miss a new terraform-aws-msk-apache-kafka-cluster release

NewReleases is sending notifications on new releases.