Skip to content

Commit 35e8c7e

Browse files
committed
Remove file mode
1 parent a3b36de commit 35e8c7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

terraform/keys.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ resource "spacelift_mounted_file" "ansible-key" {
2020
relative_path = "tf-ansible-key.pem"
2121
content = base64encode(nonsensitive(tls_private_key.rsa-ansible.private_key_pem))
2222
write_only = true
23-
file_mode = "600"
2423
}
2524

2625
resource "spacelift_environment_variable" "ansible_private_key_file" {

0 commit comments

Comments
 (0)