Skip to content

Instantly share code, notes, and snippets.

@meson10
Created June 17, 2016 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meson10/844400212c38a71757c4e4df9303808e to your computer and use it in GitHub Desktop.
Save meson10/844400212c38a71757c4e4df9303808e to your computer and use it in GitHub Desktop.
Null resource resource
{
"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