Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created April 11, 2017 03:28
Embed
What would you like to do?
cd tf_env_aws/
terraform remote config \
-backend=s3 \
-backend-config="bucket=your_bucket" \
-backend-config="key=terraform_consul.tfstate" \
-backend-config="region=your_region"
terraform plan
terraform apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment