fix
This commit is contained in:
@@ -60,7 +60,7 @@ resource "kubectl_manifest" "ssh-creds" {
|
||||
namespace: "${local.sorted-stages[count.index].namespace}"
|
||||
labels: ${jsonencode(local.common_labels)}
|
||||
spec:
|
||||
length: "2048"
|
||||
length: "4096"
|
||||
forceRegenerate: false
|
||||
data:
|
||||
known_hosts: "${data.local_file.known_host[0].content}"
|
||||
|
||||
Reference in New Issue
Block a user