-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cannot enable pub sub subscription push unwrapping without enabling metadata writes #15555
Closed
brett-patterson-ent opened this issue
Aug 18, 2023
· 2 comments
· Fixed by GoogleCloudPlatform/magic-modules#8739, hashicorp/terraform-provider-google-beta#6219, #15758 or GoogleCloudPlatform/terraform-google-conversion#1392
Closed
Cannot enable pub sub subscription push unwrapping without enabling metadata writes #15555
brett-patterson-ent opened this issue
Aug 18, 2023
· 2 comments
· Fixed by GoogleCloudPlatform/magic-modules#8739, hashicorp/terraform-provider-google-beta#6219, #15758 or GoogleCloudPlatform/terraform-google-conversion#1392
Labels
Comments
github-actions
bot
added
forward/review
In review; remove label to forward
service/pubsub
labels
Aug 18, 2023
b/296582112 |
edwardmedia
added
forward/linked
and removed
forward/review
In review; remove label to forward
labels
Aug 18, 2023
5 tasks
This was referenced Sep 7, 2023
modular-magician
added a commit
to modular-magician/terraform-provider-google
that referenced
this issue
Sep 7, 2023
…Metadata (hashicorp#8739) Co-authored-by: Scott Suarez <[email protected]> Signed-off-by: Modular Magician <[email protected]>
modular-magician
added a commit
that referenced
this issue
Sep 7, 2023
…8739) (#15758) Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Scott Suarez <[email protected]>
5 tasks
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/brett-patterson-ent/783e10a9545b6577b1801c5880a7ecda
Panic Output
Expected Behavior
The pub sub subscription should be created with "Push payload unwrapping" enabled but "Push payload unwrapping write message metadata" disabled
Actual Behavior
Both "Push payload unwrapping" and "Push payload unwrapping write message metadata" are disabled
Steps to Reproduce
terraform apply
Important Factoids
You can see in the debug log that the PUT request to
/v1/projects/<redacted>/subscriptions/test-push
has the "pushConfig.noWrapper" property omitted completely, but it should be sent as{}
or{"writeMetadata":false}
References
The text was updated successfully, but these errors were encountered: