Skip to content

Commit

Permalink
chore: small docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKnighton committed Oct 10, 2024
1 parent f3acccc commit 0a80c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We found that in order to follow the documentation for the provider, we were con
```hcl
module "ddm-pubsub-subscription" {
source = "deseretdigital/ddm-pubsub-subscription/google"
version = "1.0.0"
version = "~> 1.1.0"
# Required
pubsub_service_account = {GKE_PUBSUB_SA_EMAIL}
Expand Down Expand Up @@ -55,7 +55,7 @@ resource "google_pubsub_topic" "example" {
module "pubsub_subscription_module" {
source = "deseretdigital/ddm-pubsub-subscription/google"
version = "~> 1.0.0"
version = "~> 1.1.0"
pubsub_service_account = "service-{NUMBERS}@gcp-sa-pubsub.iam.gserviceaccount.com"
subscription_name = "Example_SubscriptionName"
topic_name = google_pubsub_topic.example.name
Expand Down

0 comments on commit 0a80c29

Please sign in to comment.