Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow to customizable instance settings #146

Merged

Conversation

LAKostis
Copy link
Contributor

Description

Extend PR #132 to allow publicly setting can be set per instance

Motivation and Context

Sometimes cluster instances can be hidden from public access (let's say writer is private but readers are not), I've combined changes from PR #132 and extend them to control publicly_accessible setting per instance.

Breaking Changes

Doesn't change current setup, old configuration syntax still supported.

How Has This Been Tested?

This code from provided example works:
instances_parameters = [ // List index should be equal toreplica_count// Omitted keys replaced by module defaults { instance_type = "db.r5.2xlarge" publicly_accessible = true }, { instance_type = "db.r5.2xlarge" }, { instance_name = "reporting" instance_type = "db.r5.large" instance_promotion_tier = 15 } ]

@antonbabenko antonbabenko changed the title Feature: allow to control publicly_accessible per instance feat: Allow to customizable instance settings Sep 22, 2020
@antonbabenko antonbabenko merged commit 09cb0ea into terraform-aws-modules:master Sep 22, 2020
@antonbabenko
Copy link
Member

Good timing @LAKostis 👍

I was reviewing the #132 by @kostyaplis and then your PR came.

Thanks to both of you!

v2.26.0 has been just released.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants