Skip to content

Instantly share code, notes, and snippets.

@meson10
Created June 17, 2016 07:37
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/8d3adacefdc211bae379efece95574bf to your computer and use it in GitHub Desktop.
Save meson10/8d3adacefdc211bae379efece95574bf to your computer and use it in GitHub Desktop.
Terraform Service
{
"resource": {
"azure_hosted_service": {
"terraform": {
"name": "domain-gamma",
"location": "${module.azure.region}",
"ephemeral_contents": false,
"description": "Hosted service created by Terraform.",
"label": "dm-gm-01"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment