Skip to content

Commit

Permalink
chore: fix quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKnighton committed Oct 10, 2024
1 parent 6e5d4aa commit f6247e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "google_pubsub_topic" "example" {
module "pubsub_subscription_module" {
source = "deseretdigital/ddm-pubsub-subscription/google"
version = "~> 1.0.0"
pubsub_service_account = "service-{NUMBERS}@gcp-sa-pubsub.iam.gserviceaccount.com
pubsub_service_account = "service-{NUMBERS}@gcp-sa-pubsub.iam.gserviceaccount.com"
subscription_name = "Example_SubscriptionName"
topic_name = google_pubsub_topic.example.name
topic_id = google_pubsub_topic.example.id
Expand Down

0 comments on commit f6247e6

Please sign in to comment.