fix
This commit is contained in:
@@ -64,7 +64,7 @@ resource "kubectl_manifest" "ci-ssh-creds" {
|
||||
namespace: "${var.domain}-ci-${var.instance}"
|
||||
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