We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a08b7f commit 428fa12Copy full SHA for 428fa12
Makefile
@@ -49,7 +49,7 @@ apply: test plan
49
@rm -f .terraform/plan
50
51
migrate:
52
- @echo "First use `make init` using the old S3 backend, then run `make migrate` to use the new one."
+ @echo "First use -make init- using the old S3 backend, then run -make migrate- to use the new one."
53
@${TERRAFORM} init -migrate-state -backend-config="key=${S3_KEY}" -backend-config="bucket=${S3_BUCKET}" -backend-config="region=${S3_REGION}" -backend-config="access_key=${S3_ACCESS_KEY}" -backend-config="secret_key=${S3_SECRET_KEY}"
54
55
test: .git/hooks/pre-commit
0 commit comments