Some example GorillaStack Terraform templates to help you get started
Clone the repository or copy down the templates manually. Please:
- Make sure you have
variables.tf
file. This defines the variables that we need for our terraform provider. - Rename the
examples.tfvars
file, for examplemv examples.tfvars variables.tfvars
. Our.gitignore
file ignores all.tfvars
files, other thanexamples.tfvars
. Please be sure to rename this file so that you avoid accidentally committing your API key and Team Id to any repository. - Enter your TeamId and API Key into the renamed
.tfvars
file. - Make sure that you have installed the GorillaStack Terraform Provider.