Are you a fan of Terraform but forced to use Cloudformation due to organizational or technical reasons? Introducing cfnctl, a CLI that brings the Terr

GitHub - rogerwelin/cfnctl: Cfnctl brings the Terraform cli experience to AWS Cloudformation

submited by
Style Pass
2023-03-21 22:30:05

Are you a fan of Terraform but forced to use Cloudformation due to organizational or technical reasons? Introducing cfnctl, a CLI that brings the Terraform cli experience to Cloudformation. You'll never need to use the AWS Console for managing stacks again!

With cfnctl, you write Cloudformation templates as usual but use the cli workflow that you are already used to from Terraform, including:

If you are a terraform user the cfnctl cli works as you would expect. Running the binary without flags will give you the help output:

Leave a Comment