This message was deleted.
# general
b
This message was deleted.
❤️ 3
🦜 4
m
Very cool! These guys are using the new
--terraform-parse-hcl
flag behind the scenes. https://github.com/gofireflyio/validiac/blob/main/backend/api/infracost.go#L21 Nice to see our experiment out in the wild so early on! 👯‍♂️ 👯‍♂️
👀 1
n
Very cool tool, did you known if the inframap tool used behind the scene is active, because a lot of resources seems not to be shown on map while playing with azure resources.
m
hmm not sure
n
seems not the last commit is quite old
f
Does this feature means infracost could run without knowing the terraform plan json and only use the tf files? 🤩
c
Exactly
❤️ 1
f
Is it safe to use it right now or should I wait a little?
Parsing directly the HCL would allow us to use infracost on more sensible pipelines, without taking any risk around their sensitive tf plans
c
It’s still experimental but we’re really hoping people will try both and point us to the discrepancies so we can fix them (or at least identify what cannot be estimated from hcl).
👍 2
f
OK, I’ll try the “classic” one on the safe part of our infra, and this experimental way on the sensible part then.