-
Notifications
You must be signed in to change notification settings - Fork 602
Add support for CloudFormation #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes please! 🙌 |
CloudFormation API has limited coverage: |
Easy start is auto-translating free resource types:
Stripping delimiters ( _ or :: ) and comparing case insensitively automatically maps ~45% of AWS resource types:https://github.com/PatMyron/terraformation/blob/main/map/map.py https://github.com/PatMyron/terraformation/blob/create-pull-request/patch/map/resources.txt which currently maps 100 of 280 free resource types identified by infracost
|
Note: When we add CloudFormation IaC support, we should generate estimates for the |
Do we have an update on the status of this. My team currently has a mix of Terraform and Cloudformation IaC and we are looking to do something around comparing estimated cost of infrastructure vs real cost of infrastructure and we would like to leverage Infracost to do that but the current lack of cloudformation support is a blocker |
@DavidHaasz we're still focused on making the experience for Terraform the best it can possibly be, e.g. guardrails, tagging policies and finops policies. Once we're happy with the features for Terraform, we'd like to go broad and provide the same capabilities to other IaC tools. Sorry, we don't have an ETA yet for Cloudformation support. |
@hugorut Did anything change in that matter? Do you have a roadmap/ETA of features that need to be in place for Terraform before you switch focus to other IaC tools? Do you already thought about which other IaC tool si going to be first after Terraform? |
@jswietek it hasn't changed as of recent, we're still focused on Terraform. When we have a roadmap/ETA we will post here for visibility. Thanks. |
+1 for this feature. I'll be glad to help make this happen |
I am happy to support as well. |
Uh oh!
There was an error while loading. Please reload this page.
Hi, is there any chance we could work to support bare CloudFormation templates? At my company we don't really use TF but I'd be interested in contributing & adding support to CF if it fits within the project's scope
Note for community
Please 👍 if you'd like to upvote this or receive updates.
The text was updated successfully, but these errors were encountered: