Making Pulumi Feel Like Terraform: A Python Developer's Guide
If you have been using Terraform for more than five minutes, you would have come across variables and replacing default values for instances using a .tfvars file. Below is a snippet of replacing default values for an EC2 Instance using Terraform:
ec2...
theclouddude.co.uk7 min read