Skip to content

Add support for log_stream_override on replicas#84

Merged
tuckerchapin merged 3 commits into
mainfrom
tucker/exp-3691-log-stream-override-on-replicas
May 12, 2026
Merged

Add support for log_stream_override on replicas#84
tuckerchapin merged 3 commits into
mainfrom
tucker/exp-3691-log-stream-override-on-replicas

Conversation

@tuckerchapin
Copy link
Copy Markdown
Contributor

Already supported elsewhere, but not exposed in our terraform provider yet. This adds support for log stream overrides on replicas.

The biggest change here is switching read_replicas from Set to List. It appears that a Set breaks at apply with "inconsistent values for sensitive attribute" when the Computed value transitions unknown→"". The alternatives to this seemed overly cumbersome: replica-specific schemas, making the override in a parallel list and trying to map. This change is still a noop and should only surface as a positional diff if a user reorders their replicas (why?).

Also random little docs fix.

…set -> list, regens docs, and fixes old missing docs update for pg18 support
@linear
Copy link
Copy Markdown

linear Bot commented May 4, 2026

Comment thread docs/resources/postgres.md
Comment thread internal/provider/postgres/datasource/schema.go Outdated
Copy link
Copy Markdown
Contributor

@jakemalachowski jakemalachowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@tuckerchapin tuckerchapin merged commit e757961 into main May 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants