Skip to content

Commit

Permalink
Merge pull request #4 from deseretdigital/feature-create-terraform-mo…
Browse files Browse the repository at this point in the history
…dule-for-pub-sub-topics-sc-308777

Backdates Version
  • Loading branch information
IanKnighton authored Oct 8, 2024
2 parents 91f0026 + 083e1a1 commit e611881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "6.5.0"
version = "~> 6.0"
}
}
}
4 changes: 2 additions & 2 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
output "subscription_id" {
value = google_pubsub_subscription.subscription.id
value = google_pubsub_subscription.subscription.id
}

output "subscription_name" {
value = google_pubsub_subscription.subscription.name
value = google_pubsub_subscription.subscription.name
}

0 comments on commit e611881

Please sign in to comment.