mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-25 16:06:25 -06:00
Merge pull request #3314 from apparentlymart/rundeck-doc-fix
Corrected example on rundeck provider index page
This commit is contained in:
commit
0d5a0bb45d
@ -70,6 +70,6 @@ resource "rundeck_public_key" "anvils" {
|
||||
|
||||
resource "rundeck_private_key" "anvils" {
|
||||
path = "anvils/id_rsa"
|
||||
key_material_file = "${path.module}/id_rsa.pub"
|
||||
key_material = "${file(\"id_rsa.pub\")}"
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user