v0.15.1 Unstable pre-release
Pre-release
Pre-release
🚀 Enhancements
fix: set security_group_enabled false when publicly_accessible is true @luizbossoi (#42)
what
Added a condition to security_group_enabled variable to avoid issues when a broker is created using publicly_accessible true.
By default security_group_enabled is set to true and if you try to create a public broker, you cannot create a security group.
│ Message_: "Broker with [publiclyAccessible] set to true does not support specifying [securityGroups]"
why
This PR was made to avoid a less-experienced when creating a public broker.
references
Terraform error:
│ Message_: "Broker with [publiclyAccessible] set to true does not support specifying [securityGroups]"