We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b36de commit 35e8c7eCopy full SHA for 35e8c7e
terraform/keys.tf
@@ -20,7 +20,6 @@ resource "spacelift_mounted_file" "ansible-key" {
20
relative_path = "tf-ansible-key.pem"
21
content = base64encode(nonsensitive(tls_private_key.rsa-ansible.private_key_pem))
22
write_only = true
23
- file_mode = "600"
24
}
25
26
resource "spacelift_environment_variable" "ansible_private_key_file" {
0 commit comments