marusich pushed a commit to branch master
in repository maintenance.
commit 5b68c2fc3fa6b639fc250f50f981bea6bc7fa6b7
Author: Chris Marusich <[email protected]>
Date: Fri Dec 28 23:02:28 2018 -0800
cdn: Add an example command to the README.org.
* cdn/README.org (Process) <General>: Add an example command.
---
cdn/README.org | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/cdn/README.org b/cdn/README.org
index 3756492..8e8f081 100644
--- a/cdn/README.org
+++ b/cdn/README.org
@@ -814,6 +814,14 @@ After that, do this:
particular, this prints out information such as the output from the
last run, which can be useful.
+Example command:
+
+ AWS_PROFILE=guix AWS_DEFAULT_REGION=us-east-1 terraform apply
+
+The AWS_PROFILE can be customized to whatever you like, but the
+AWS_DEFAULT_REGION must be us-east-1, since we store Terraform's state
+in a bucket in that region specifically.
+
When creating or updating a CloudFront distribution, "terraform apply"
will finish quickly. However, it seems this is an asynchronous
operation, so the distribution may not return to the "Deployed" state