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

PubSub -> Pub/Sub #780

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@
# GCP Products
#

# s.b. Pub/Sub
\bPubSub\b

# s.b. Cloud SQL
\bCloudSQL\b

Expand Down
2 changes: 1 addition & 1 deletion resources/packs/gcp/gcp.lr
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gcp.project @defaults("name") {
gke() gcp.project.gkeService
// GCP Compute Resources for the Project
compute() gcp.project.computeService
// GCP PubSub-related Resources
// GCP Pub/Sub-related Resources
pubsub() gcp.project.pubsubService
// KMS-related resources
kms() gcp.project.kmsService
Expand Down
2 changes: 1 addition & 1 deletion resources/packs/gcp/info/gcp.lr.json

Large diffs are not rendered by default.