Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created April 11, 2017 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/0ecb804a0ee734c8b6d877b3ee31cf48 to your computer and use it in GitHub Desktop.
Save garystafford/0ecb804a0ee734c8b6d877b3ee31cf48 to your computer and use it in GitHub Desktop.
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