Skip to content

Commit

Permalink
fix TF formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dimuon committed Aug 16, 2023
1 parent 477b8de commit 93593c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ec/acc/testdata/deployment_keystore_create.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF

keystore_contents = {
"xpack.security.authc.realms.oidc.oidc1.rp.client_secret" = {
value = "secret-1"
value = "secret-1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion ec/acc/testdata/deployment_keystore_update1.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF

keystore_contents = {
"xpack.security.authc.realms.oidc.oidc1.rp.client_secret" = {
value = "secret-1"
value = "secret-1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions ec/acc/testdata/deployment_keystore_update3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ EOF

keystore_contents = {
"xpack.security.authc.realms.oidc.oidc3.rp.client_secret" = {
value = "secret-3"
as_file = true
value = "secret-3"
as_file = true
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions ec/acc/testdata/deployment_keystore_update4.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ EOF

keystore_contents = {
"xpack.security.authc.realms.oidc.oidc3.rp.client_secret" = {
value = "secret-3"
as_file = true
value = "secret-3"
as_file = true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EOF

keystore_contents = {
"xpack.security.authc.realms.oidc.oidc1.rp.client_secret" = {
value = "secret-1"
value = "secret-1"
}
}
}
Expand Down

0 comments on commit 93593c3

Please sign in to comment.