Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Oct 9, 2024
1 parent 63b7e66 commit 43740f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployment/modules/1password/account/k8s-secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ resource "onepassword_item" "containerssh_host_key" {
field {
label = "host.key"
type = "CONCEALED"
[12:50]

value = tls_private_key.containerssh_host_key.private_key_openssh
}
}
Expand Down Expand Up @@ -138,4 +136,4 @@ resource "onepassword_item" "grafana_oauth_client_secret" {
value = random_password.grafana_oauth_client_secret.result
}
}
}
}

0 comments on commit 43740f8

Please sign in to comment.