From 639b61b3c09c2c203d7a4562732d3ad899c91ead Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 4 Feb 2022 09:43:20 +0100 Subject: [PATCH] Copy Infrastructure/Terraform links into their section. --- sections/devops.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sections/devops.md b/sections/devops.md index 7ec6476..5646d54 100644 --- a/sections/devops.md +++ b/sections/devops.md @@ -1371,10 +1371,12 @@ See also [Infrastructure](README.md#infrastructure) > "why anyone would want to throw away 50 years of developments in computer science and language theory" * [Tiexin Guo](https://medium.com/4th-coffee/on-devops-9-infrastructure-as-code-clean-code-terraform-introduction-and-best-practices-5d266132c70a) - (2021) On DevOps — 9. Infrastructure as Code — Clean Code, Terraform Introduction, and Best Practices * [CloudSkiff](https://cloudskiff.com/terraform-code-quality/) - (2020) Terraform Code Quality | Key Steps to a good quality for your Infrastructure Code. **Related** : [Original talk from Cloud Native London, 3 June 2020](https://www.youtube.com/watch?v=yX2GoXB70iA) +* [George Richardson](https://scalefactory.com/blog/2022/01/27/how-infrastructure-as-code-should-feel/) - (2022) How Infrastructure as Code Should Feel > Tips * [Henna Abbas](https://support.circleci.com/hc/en-us/articles/360034981414-How-to-Add-Temporary-AWS-Session-Tokens-in-Terraform) - (2021) How to Add Temporary AWS Session Tokens in Terraform - +* [George Richardson](https://scalefactory.com/blog/2021/10/13/failing-faster-with-terraform/) - (2021) Failing Faster with Terraform + ## Travis CI * [Tavis CI Docs](https://docs.travis-ci.com/user/common-build-problems/#Troubleshooting-Locally-in-a-Docker-Image) - Troubleshooting Locally in a Docker Image, useful if you have troubles with travis CI * [Jeff Geerling](https://www.jeffgeerling.com/blog/2016/how-i-test-ansible-configuration-on-7-different-oses-docker) - (2016) How I test Ansible configuration on 7 different OSes with Docker