Skip to content

Commit

Permalink
chore: backdate version
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKnighton committed Oct 8, 2024
1 parent 9c6eef7 commit 083e1a1
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 083e1a1

Please sign in to comment.