Skip to content

Commit 5a73922

Browse files
committed
fix: formate
1 parent 9a064b8 commit 5a73922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/products/workloadidentity/ServiceAgent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ examples:
7979
project: "{{project}}"
8080
# REMOVED: import_id: "projects/{{project}}/locations/global/serviceAgents/{{vars.service_agent_id}}"
8181
# REMOVED: Entire update_test_steps block
82-
check_dangling_resources: true
82+
check_dangling_resources: true

mmv1/templates/terraform/examples/workload_identity_service_agent_basic.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ resource "google_workload_identity_service_agent" "default" {
88
labels = {
99
test-label = "<%= ctx[:vars]['label_val'] %>"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)