Created
June 17, 2016 08:21
-
-
Save meson10/844400212c38a71757c4e4df9303808e to your computer and use it in GitHub Desktop.
Null resource resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resource": { | |
"null_resource": { | |
"ssh_key": { | |
"triggers": { | |
"thumbprint": "${file(\"./ssl/ssh_thumbprint\")}" | |
}, | |
"provisioner": [{ | |
"local-exec": { | |
"command": "bash ./ssl/cert.sh ${azure_hosted_service.terraform.name}" | |
} | |
}] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment