docs: rundeck: Remove extra backslashes
- it may not feel right, but that's currently how the builtin functions work -> double quotes are not escaped - cc @apparentlymart
This commit is contained in:
parent
0d5a0bb45d
commit
4e29025820
|
@ -17,7 +17,7 @@ it runs commands.
|
|||
```
|
||||
resource "rundeck_private_key" "anvils" {
|
||||
path = "anvils/id_rsa"
|
||||
key_material = "${file(\"/id_rsa\")}"
|
||||
key_material = "${file("/id_rsa")}"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue