Created
July 15, 2015 07:30
-
-
Save 2matzzz/ded1426f18f40dbcddd7 to your computer and use it in GitHub Desktop.
terraform first step
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BUCKET_NAME="your-bucket-name" | |
aws s3 mb "${BUCKET_NAME}" | |
terraform remote config -backend=S3 -backend-config="bucket=${BUCKET_NAME}" -backend-config="key=terraform.tfstate" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment