Skip to content

Commit a9a23b6

Browse files
author
Markus Kusano
committed
terraform/: fix terraform issues
Change-Id: I42bc4f7326a60c8a309bafe18b22fc64589005ff Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/698975 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ethan Lee <[email protected]>
1 parent f11779d commit a9a23b6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

terraform/environment/worker.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ resource "google_cloud_tasks_queue" "worker_tasks" {
224224
max_retry_duration = "604800s"
225225
min_backoff = "60s"
226226
}
227-
228-
stackdriver_logging_config {
229-
sampling_ratio = 1
230-
}
231227
}
232228

233229
resource "google_secret_manager_secret" "github_access_token" {

terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ terraform {
1212
}
1313
required_providers {
1414
google = {
15-
version = "~> 4.55.0"
16-
source = "hashicorp/google"
15+
version = "> 4.55.0"
16+
source = "hashicorp/google-beta"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)