-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Labels
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
- Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
- If an issue is assigned to the
modular-magicianuser, 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
terraform -v
Terraform v1.2.7
on darwin_arm64
Affected Resource(s)
google provider version 4.32.0
google_pubsub_subscription
Terraform Configuration Files
Configuration is taken from official docs
Expected Behavior
Create new subscription with Delivery type Write to BigQuery (Push)
Actual Behavior
Create new subscription with Delivery type Pull
Steps to Reproduce
- Create new deployment based on official docs provided above
terraform apply