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.tffile. This defines the variables that we need for our terraform provider. - Rename the
examples.tfvarsfile, for examplemv examples.tfvars variables.tfvars. Our.gitignorefile ignores all.tfvarsfiles, 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
.tfvarsfile. - Make sure that you have installed the GorillaStack Terraform Provider.