Skip to content

artello/orions-belt

Repository files navigation

orions-belt

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.

Custom Configs and Updates

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.

Terraform Cloud

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.

rick

Terraform CLI

You'll need to install terraform on your local machine and create .auto.tfvars with the following content

aws_access_key = "<replace with your values>"
aws_region = "<replace with your values>"
aws_secret_key = "<replace with your values>"
identifier = "orions-belt"
instellar_auth_token = "<replace with your values>"
instellar_host = "<replace with your values>"

Then simply run:

terraform init
terraform plan
terraform apply

About

Platform configuration generated by OpsMaru.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages