Skip to content

Instantly share code, notes, and snippets.

@fabiojose
Created November 13, 2017 15:14
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 fabiojose/30d3909eb1e86496bd7c122451ddbad6 to your computer and use it in GitHub Desktop.
Save fabiojose/30d3909eb1e86496bd7c122451ddbad6 to your computer and use it in GitHub Desktop.
Immutable Infrastructure with Terraform & Openshift - package.tf
{
"variable": {
"acronym": {
"default": "oss"
},
"project": {
"default": "opensource"
},
"app": {
"default": "apigateway"
},
"iac_version": {
"default": "0.6.2"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment