Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Jun 12, 2020
1 parent f786995 commit 2cfdb4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/workload_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ resource "kubernetes_service_account" "test" {
metadata {
name = "foo-ksa"
}
secret {
name = "bar"
}
secret {
name = "bar"
}
}

module "workload_identity_existing_ksa" {
source = "../../modules/workload-identity"
Expand Down

0 comments on commit 2cfdb4e

Please sign in to comment.