Welcome to your insterra generated platform code. You can execute this code either via CLI from your local machine or via terraform cloud.
We recommend using terraform cloud for production setup.
We recommend leaving the files generated by insterra untouched. If you need to add custom configuration, you can do so by creating a new file main.tf
.
When you make a change using OpsMaru's wizard changes will be propagated to this repository via pull-request. If you've connected this repository to terraform cloud upon merging terraform cloud will run and update your infrastructure automatically.
Setup a free terraform cloud account and create a workspace. You'll need to connect the workspace to this repository. Follow the video below to learn more.
You'll need to install terraform on your local machine and create .auto.tfvars
with the following content
instellar_auth_token = "<replace with your values>"
instellar_host = "<replace with your values>"
do_access_key = "<replace with your values>"
do_region = "<replace with your values>"
do_secret_key = "<replace with your values>"
do_token = "<replace with your values>"
identifier = "artellectual-infra"
Then simply run:
terraform init
terraform plan
terraform apply