Merge pull request #3314 from apparentlymart/rundeck-doc-fix

Corrected example on rundeck provider index page
This commit is contained in:
Radek Simko 2015-09-25 10:47:03 +01:00
commit 0d5a0bb45d
1 changed files with 1 additions and 1 deletions

View File

@ -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\")}"
}
```