From 36d12802dd62a89d2e93959a39dacb2ccf57eb44 Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Fri, 18 Dec 2020 14:59:15 -0600 Subject: [PATCH 1/2] Link to release notes for TF13 migration guide for reference architecture --- _posts/2020-12-16-how-to-update-to-terraform-13.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2020-12-16-how-to-update-to-terraform-13.adoc b/_posts/2020-12-16-how-to-update-to-terraform-13.adoc index e0298d00b..a2b80145e 100644 --- a/_posts/2020-12-16-how-to-update-to-terraform-13.adoc +++ b/_posts/2020-12-16-how-to-update-to-terraform-13.adoc @@ -225,14 +225,14 @@ Terraform 0.13. You can refer to the pull requests to see an example of the upda Reference Architecture work with Terraform 0.13: Standard Reference Architecture:: - See the https://github.com/gruntwork-io/infrastructure-modules-multi-account-acme/pull/46[infrastructure-modules PR] + See the Release Notes for + https://github.com/gruntwork-io/infrastructure-modules-multi-account-acme/releases/tag/v0.0.1-20201218[v0.0.1-20201218 + tag in infrastructure-modules] and the https://github.com/gruntwork-io/infrastructure-live-multi-account-acme/pull/44[infrastructure-live PR] for - an example of a Terraform 0.13 update. + instructions on how to update the Reference Architecture for Terraform 0.13 compatibility. CIS Reference Architecture:: See the https://github.com/gruntwork-io/cis-infrastructure-modules-acme/pull/5[infrastructure-modules PR] and the https://github.com/gruntwork-io/cis-infrastructure-live-acme/pull/7[infrastructure-live PR] for an example of a Terraform 0.13 update for the CIS components of the Reference Architecture. For all other components, refer to PRs in the Standard Reference Architecture section above. - - From 0c58a2ba91b179ed6155e8b2ee49929d78bbae6f Mon Sep 17 00:00:00 2001 From: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com> Date: Fri, 18 Dec 2020 15:10:09 -0600 Subject: [PATCH 2/2] Adjust to include infra-modules PR --- _posts/2020-12-16-how-to-update-to-terraform-13.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/2020-12-16-how-to-update-to-terraform-13.adoc b/_posts/2020-12-16-how-to-update-to-terraform-13.adoc index a2b80145e..335674053 100644 --- a/_posts/2020-12-16-how-to-update-to-terraform-13.adoc +++ b/_posts/2020-12-16-how-to-update-to-terraform-13.adoc @@ -227,9 +227,10 @@ Reference Architecture work with Terraform 0.13: Standard Reference Architecture:: See the Release Notes for https://github.com/gruntwork-io/infrastructure-modules-multi-account-acme/releases/tag/v0.0.1-20201218[v0.0.1-20201218 - tag in infrastructure-modules] + tag in infrastructure-modules] instructions on how to update the Reference Architecture for Terraform 0.13 + compatibility. You can also view the https://github.com/gruntwork-io/infrastructure-modules-multi-account-acme/pull/46[infrastructure-modules PR] and the https://github.com/gruntwork-io/infrastructure-live-multi-account-acme/pull/44[infrastructure-live PR] for - instructions on how to update the Reference Architecture for Terraform 0.13 compatibility. + an example of a Terraform 0.13 update. CIS Reference Architecture:: See the https://github.com/gruntwork-io/cis-infrastructure-modules-acme/pull/5[infrastructure-modules PR]