Preparing for the HashiCorp Terraform Certification
A guide to preparing for the HashiCorp Terraform Associate certification, covering exam objectives, study tips, and recommended materials.
A guide to preparing for the HashiCorp Terraform Associate certification, covering exam objectives, study tips, and recommended materials.
A guide to setting up Terraform with remote state storage in Azure and using workspaces for managing development and production environments.
A technical guide on setting a daily usage quota for an Azure Function using Terraform's local-exec provisioner as a workaround.
A tutorial on using Terraform to create and manage secrets in Google Cloud's Secret Manager service.
A guide on how to access and use secrets from Google Secret Manager within Terraform infrastructure-as-code configurations.
A tutorial on setting up and configuring a Google Cloud Run service using Terraform infrastructure-as-code.
A technical guide on setting up an AWS EKS Kubernetes cluster using Terraform, covering IAM, security groups, and cluster configuration.
A guide on using Golang to automatically generate Terraform configuration code from a TOML specification file, focusing on AWS Network ACL rules.
Announcing the launch of the Day Two Cloud podcast, focusing on advanced cloud operations, migrations, and management topics.
Using Terraform and a custom tool to manage GitHub issue labels as code for consistency and automation across repositories.
Explains the implicit lifecycle hook created by AWS CodeDeploy when linking to an Auto Scaling Group via IaC, and its potential issues.
A wrap-up of a blog series documenting all built-in Terraform interpolation functions, including project reflections and lessons learned.
Explains the Terraform zipmap() function, which creates a map from two equal-length lists, with examples and use cases.
Explains the Terraform values() function, which extracts values from a map, with examples and use cases.
Explains the uuid() function in Terraform, covering its usage, purpose, and technical details of RFC 4122 v4 UUID generation.
Explains the Terraform urlencode() function, its purpose for URL sanitization, and provides usage examples.
A technical guide explaining the upper() interpolation function in Terraform, including its syntax, usage examples, and practical applications.
Explains the Terraform trimspace() function, its usage, and examples for removing trailing whitespace from strings.
Explains the Terraform transpose() function, which flips a map of lists to group keys by common values, with practical examples.
Explains the Terraform timeadd() function for date/time manipulation, including examples and use cases.