tf
awsrm
tf | awsrm | |
---|---|---|
3 | 3 | |
19 | 98 | |
- | - | |
0.0 | 0.0 | |
almost 4 years ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tf
-
Tf - A CLI to generate terraform configuration with an interactive prompt
I'm so sorry, I completely forgot to leave a comment afterward. Here it is https://github.com/g14a/tf
So I created tf - https://github.com/g14a/tf
awsrm
-
I made a CLI tool in Go to easily delete ~300 AWS resources by their Terraform names and IDs (even across multiple accounts+regions)
It's because I build the tooling in way that Terraform resource names, such as aws_vpc, aws_instance, aws_iam_role, etc. can be used to find resources (with awsls) and delete them (with awsrm), instead of using the to me not so familiar and inconsistent AWS CLI (or CloudFormation) resource names with commands, such as aws ec2 describe-vpcs or aws ec2 delete-vpc (in some cases it's list instead of describe, e.g., for roles it's aws iam list-roles, which is hard to remember).
- A Unix-like "rm" to simplify deleting resources in AWS
- Show HN: Awsrm – A Unix-like rm to simplify deleting resources in AWS
What are some alternatives?
promptui - Interactive prompt for command-line applications
awsls - A list command for AWS resources
cfnctl - Cfnctl brings the Terraform cli experience to AWS Cloudformation :cloud:
terragrunt - Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
terratest - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
cloudcycle - Cloud resource lifecycle scheduler to save and avoid surprising cost
steampipe - Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
TF - AutoHotkey library for Text files & Variables (strings)
terraformer - CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code