Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
w0de committed Nov 23, 2023
1 parent 5bb86bb commit 13f1970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_chrome_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ resource "googleworkspace_org_unit" "test" {
resource "googleworkspace_chrome_policy" "test" {
org_unit_id = googleworkspace_org_unit.test.id
policies {
policies {
schema_name = "chrome.users.RestrictSigninToPattern"
schema_values = {
restrictSigninToPattern = jsonencode("%s")
Expand Down

0 comments on commit 13f1970

Please sign in to comment.