Showing posts with label terraform. Show all posts
Showing posts with label terraform. Show all posts

Tuesday, 23 February 2021

Introduction to Terraform and ACI – Part 5

If you haven’t already seen the Introduction to Terraform posts, please have a read through. Here are links to the first four posts:1. Introduction to Terraform2. Terraform and ACI​​​​​​​3. Explanation of the Terraform configuration files4. Terraform Remote State and Team CollaborationSo far we’ve seen how Terraform works, ACI...

Saturday, 20 February 2021

Introduction to Terraform with ACI – Part 4

If you haven’t already seen the Introduction to Terraform post, please have a read through. This section will cover the Terraform Remote Backend using Terraform Cloud.​​​​​​​1. Introduction to Terraform2. Terraform and ACI​​​​​​​3. Explanation of the Terraform configuration filesCode Examplehttps://github.com/conmurphy/intro-to-terraform-and-aci-remote-backend.gitFor explanation of the Terraform files see the following post....

Friday, 19 February 2021

Introduction to Terraform with ACI – Part 3

If you haven’t already seen the previous Introduction to Terraform posts, please have a read through. This “Part 3” will provide an explanation of the various configuration files you’ll see in the Terraform demo.Introduction to TerraformTerraform and ACICode Examplehttps://github.com/conmurphy/terraform-aci-testing/tree/master/terraformConfiguration FilesYou could split out the Terraform backend config from...

Tuesday, 2 February 2021

Introduction to Terraform with ACI – Part 2

If you haven’t already seen Part 1 of this blog series, please have a read through. This section will cover ACI + Terraform, and we’ll include a couple of new topics – Terraform importing and data resources.Read More: 200-901: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)...

Tuesday, 26 January 2021

Introduction to Terraform with Cisco ACI, Part 1

Many customers are starting to look at third party tools such as Terraform and Ansible to deploy and manage their infrastructure and applications. In this five-part series we’ll introduce Terraform and understand how it’s used with Cisco products such as ACI. Over the coming weeks this blog series...