We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11779d commit a9a23b6Copy full SHA for a9a23b6
terraform/environment/worker.tf
@@ -224,10 +224,6 @@ resource "google_cloud_tasks_queue" "worker_tasks" {
224
max_retry_duration = "604800s"
225
min_backoff = "60s"
226
}
227
-
228
- stackdriver_logging_config {
229
- sampling_ratio = 1
230
- }
231
232
233
resource "google_secret_manager_secret" "github_access_token" {
terraform/main.tf
@@ -12,8 +12,8 @@ terraform {
12
13
required_providers {
14
google = {
15
- version = "~> 4.55.0"
16
- source = "hashicorp/google"
+ version = "> 4.55.0"
+ source = "hashicorp/google-beta"
17
18
19
0 commit comments