-
Decrypt the secrets with
./bin/decrypt-secrets
-
Create or edit the .env.$ENVIRONMENT file, changin the namespace to be unique for each network set you want to make.
-
Make sure the AWS profile in your ~/.aws/config and ~/.aws/credentials files match the AWS account you want to deploy to.
-
Run
./bin/tf workspace new $ENVIRONMENT
-
Run
./bin/tf $ENVIRONMENT init
-
Run
./bin/tf $ENVIRONMENT apply