Skip to content

Commit

Permalink
Promote the call_log_level attribute to GA and update tests. Fixes ha…
Browse files Browse the repository at this point in the history
…shicorp/terraform-provider-google#15575. (#9825) (#644)

[upstream:38a04d347cc22c93abb177a60fc48f4fab3aa5fe]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 19, 2024
1 parent 103ae79 commit dd66e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow_basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "google_workflows_workflow" "example" {
region = "us-central1"
description = "Magic"
service_account = google_service_account.test_account.id
call_log_level = "LOG_ERRORS_ONLY"
labels = {
env = "test"
}
Expand Down

0 comments on commit dd66e72

Please sign in to comment.