ยท 1 min read
Example Blog Post

My Blog Post
Hereโs a zoomable image of a cool diagram:

terraform resource "aws_instance" "example" {
ami = "ami-123456"
instance_type = "t2.micro"
}
Share:
ยท 1 min read

Hereโs a zoomable image of a cool diagram:

terraform resource "aws_instance" "example" {
ami = "ami-123456"
instance_type = "t2.micro"
}
Reduce the noise in your modules.
My decade of scaling GitOps workflows with Terraform