[CLOUDGA-31599] [Terraform] Fix - AWS S3 integration doesn't handle optional params.#196
Open
NiyatiSinha-yb wants to merge 1 commit intomainfrom
Open
[CLOUDGA-31599] [Terraform] Fix - AWS S3 integration doesn't handle optional params.#196NiyatiSinha-yb wants to merge 1 commit intomainfrom
NiyatiSinha-yb wants to merge 1 commit intomainfrom
Conversation
…l params. Apply fails with : inconsistent values for sensitive attribute.
atharva-yb
reviewed
Feb 25, 2026
| SumoLogicSpec *SumoLogicSpec `tfsdk:"sumologic_spec"` | ||
| GoogleCloudSpec *GCPServiceAccount `tfsdk:"googlecloud_spec"` | ||
| NewRelicSpec *NewRelicSpec `tfsdk:"newrelic_spec"` | ||
| AwsS3Spec *AwsS3Spec `tfsdk:"aws_s3_spec"` |
Contributor
There was a problem hiding this comment.
@NiyatiSinha-yb This tempState is added specifically to not fail the apply when AWS_S3 FF is disabled in the env.
Adding it in tempState will cause the same issue like https://yugabyte.atlassian.net/browse/CLOUDGA-31409
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[CLOUDGA-31599] [Terraform] AWS S3 integration doesn't handle optional params. Apply fails with : inconsistent values for sensitive attribute.