S(Samuel (Sam) Crudge Hillinartofcloud.net·Oct 21, 2022 · 4 min readWhat is DevOps?Intro Hey there, I’m going to attempt to cover an extensive topic, which means I will gloss over the specifics in an attempt to keep it relevant to as many as possible, though I may use examples from my work to give context. For those of you who do n...00
S(Samuel (Sam) Crudge Hillinartofcloud.net·May 9, 2022 · 3 min readTerraform: Lets talk modulesLet’s talk about terraform modules. Terraform modules are something I love to use and create. They normally have a single purpose and are aimed at allowing you to provision a specific service with very little configuration on the user's side. The ab...00
S(Samuel (Sam) Crudge Hillinartofcloud.net·May 2, 2022 · 4 min readTerraform Cloud: 7 steps to CI/CD.Terraform Cloud is a service that allows you to store your remote state in a SOC2 compliant environment. I like using Terraform Cloud, it allows me to create infrastructure with Terraform, without the worry of handling sensitive variables or keeping ...00
S(Samuel (Sam) Crudge Hillinartofcloud.net·Apr 25, 2022 · 3 min readBash: 10 command line tools for beginnersHello! This will be a short post on 10 basic Linux tools that I find useful for my day-to-day tasks as a bash user. History - This allows you to see the last 500 commands you’ve run stored in working memory, which can be configured to store more. Th...00
S(Samuel (Sam) Crudge Hillinartofcloud.net·Apr 17, 2022 · 3 min readAn Introduction to TerraformWhat is it? HashiCorp Terraform is an Infrastructure as Code tool that allows you to provision resources in your cloud provider of choice or on-prem in a human-readable configuration. What is the power of Terraform? The power of Terraform lies in it...00