This is the configuration for the Brandfolder infrastructure. Built and managed with Terraform.
- Install Terraform
- Sign up for Atlas and get invited to the Brandfolder organization.
- Find your Atlas API access key, you will need it next.
- Run the following command:
terraform remote config -backend-config="access_token={{Atlas Access Key}}" -backend-config="name=brandfolder/infrastructure" - (Optional) Set your environment variables to include
export AWS_ACCESS_KEY_ID={{Your AWS Access Key}} export AWS_SECRET_ACCESS_KEY={{Your AWS Secret Access Key}}
make plan'
make apply
- Make changes to terraform files
- Run
make planto view changes and check for errors - Commit changes
- Run
make apply