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

Allow config endpoint as reader endpoint output #245

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

justinfranco
Copy link
Contributor

@justinfranco justinfranco commented Sep 6, 2024

what

This avoids a situation where the reader endpoint tries to use coalesce(null, null, null) when in cluster mode and instead uses the configuration endpoint.

why

When using cluster mode there is no reader endpoint so the output tries to use coalesce(null, null, null) which results in a plan error. As outlined in the AWS docs the config endpoint should be used instead when in cluster mode.

references

Closes #236

Required when running in cluster mode as there is no reader endpoint
@justinfranco justinfranco requested review from a team as code owners September 6, 2024 20:05
@mergify mergify bot added the triage Needs triage label Sep 6, 2024
@kevcube kevcube enabled auto-merge (squash) September 12, 2024 12:01
@kevcube kevcube added enhancement New feature or request feature New functionality and removed triage Needs triage labels Sep 12, 2024
@kevcube
Copy link
Contributor

kevcube commented Sep 12, 2024

/terratest

1 similar comment
@ngoyal16
Copy link
Contributor

/terratest

@goruha
Copy link
Member

goruha commented Sep 17, 2024

/terratest

@kevcube kevcube merged commit c9040c3 into cloudposse:main Sep 17, 2024
16 checks passed
Copy link
Contributor

These changes were released in v1.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

null reader endpoint address
4 participants