marusich pushed a commit to branch master
in repository maintenance.
commit 7680ddf06cc54a2b45002028769a58a0279f4202
Author: Chris Marusich <[email protected]>
Date: Thu Dec 27 14:44:16 2018 -0800
cdn: Add thoughts about next steps to README.
* cdn/README.org (Next steps): New section.
---
cdn/README.org | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/cdn/README.org b/cdn/README.org
index ac505e5..53580e2 100644
--- a/cdn/README.org
+++ b/cdn/README.org
@@ -848,3 +848,13 @@ strip_sigs [email protected]
You can then copy the output into new entry in the variables.tf file.
It will be significantly smaller than if we hadn't cleaned up all the
signatures.
+
+* Next steps
+Currently, we have all the IAM configuration in Terraform config. That's
great!
+
+- Define the CloudFront distribution (don't worry about ACM at first).
+- Integrate the CloudFront distribution with ACM.
+- Figure out how to share the state. Maybe use the S3 backend?
+- Package Terraform
+- Package the AWS Provider plugin for Terraform
+- Simplify variable definitions by using .tfvars file?