Skip to content

artello/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published