Not really - we are an _optional_ abstraction layer for infra-as-code. Terraform isn't really abstracting away infrastructure, it's a one-to-one mapping of every resource. A bit like assembly langugage.
We are a compiler of higher-level concepts into Terraform, with an option to just go and write Terraform if you need smth very custom.
We are a compiler of higher-level concepts into Terraform, with an option to just go and write Terraform if you need smth very custom.