From 0a80c29f07956117e21f8f83c6479dd533b4b2bf Mon Sep 17 00:00:00 2001 From: Ian Knighton Date: Thu, 10 Oct 2024 10:10:06 -0600 Subject: [PATCH] chore: small docs change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 128cf2e..76fecef 100644 --- a/README.md +++ b/README.md @@ -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} @@ -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