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

Fixes inability to tag AWS Firehose stream #3065

Merged
merged 4 commits into from
Nov 29, 2023
Merged

Fixes inability to tag AWS Firehose stream #3065

merged 4 commits into from
Nov 29, 2023

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Nov 29, 2023

Fixes #3064

There is an issue with users being unable to add tags to AWS Firehose delivery stream and select other resources.

As part of the #2944 mitigation the provider needs to make sure that tags_all attributes, if present, are not Computed because pulumi-aws will set them before passing down to TF code.

TestTagsAllNoLongerComputed was supposed to check this.

Unfortunately the transformation missed that some resources define SchemaFunc instead of Schema, and so did the test. The test is made stricter here, and the underlying transformation is fixed.

@t0yv0 t0yv0 requested a review from a team November 29, 2023 21:55
Copy link
Member

@iwahbe iwahbe left a comment

Choose a reason for hiding this comment

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

LGTM

@t0yv0 t0yv0 enabled auto-merge (squash) November 29, 2023 22:14
@t0yv0
Copy link
Member Author

t0yv0 commented Nov 29, 2023

/release patch

@github-actions github-actions bot added the needs-release/patch When a PR with this label merges, it initiates a release of vX.Y.Z+1 label Nov 29, 2023
@t0yv0
Copy link
Member Author

t0yv0 commented Nov 29, 2023

Missed "fmt" import in the patch, trying again.

Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0 t0yv0 merged commit 13df4eb into master Nov 29, 2023
@t0yv0 t0yv0 deleted the t0yv0/fix-3064 branch November 29, 2023 23:25
@github-actions github-actions bot removed the needs-release/patch When a PR with this label merges, it initiates a release of vX.Y.Z+1 label Nov 30, 2023
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.

Cannot tag FirehoseDelivery stream
2 participants