Is Pulumi "under the hood" terraform to deploy inf...
# general
l
Is Pulumi "under the hood" terraform to deploy infrastructure ?
b
no. We use some terraform providers to define the schema for our SDKs (which we call "bridging" a provider), but the provisioning logic, engine and CLI don't use terraform in any way
πŸ‘ 6
l
Ok nice.
c
also, only some of the providers are terraform. the kubernetes provider, e.g., is built from scratch, and it’s vastly better.
πŸŽ‰ 2
k
'vastly better', nailed it
l
😁