You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying lately to migrate some of our infrastructure managed by terraform to pulumi. When trying to do a POC, I've encountered some discrepancies between the two providers.
From what I've gathered from the version number and the way the commits are made, it seems this pulumi package is generated from (or at least based on) the ovh terraform provider. However, it seems that, while the Get endpoints do seem to match between the two providers, the creation/update endpoints aren't.
For example, the GetNetworkPrivateSubnet does seem to retrieve the same informations as the terraform ressource provider v0.50 (GatewayIP, Allocation pools, ...) but the NewNetworkPrivateSubnet doesn't allow to set either GatewayIP or Allocation pools.
I forgot to mention that I'm doing the POC in go but I've seen the same discrepancies (for network subnet) in the typescript package.
The text was updated successfully, but these errors were encountered:
simplg
changed the title
Inconsistencies between terraform and pulumi providers (0.50)
Inconsistencies between terraform and pulumi providers (v0.50)
Oct 2, 2024
I've been trying lately to migrate some of our infrastructure managed by terraform to pulumi. When trying to do a POC, I've encountered some discrepancies between the two providers.
From what I've gathered from the version number and the way the commits are made, it seems this pulumi package is generated from (or at least based on) the ovh terraform provider. However, it seems that, while the Get endpoints do seem to match between the two providers, the creation/update endpoints aren't.
For example, the GetNetworkPrivateSubnet does seem to retrieve the same informations as the terraform ressource provider v0.50 (GatewayIP, Allocation pools, ...) but the NewNetworkPrivateSubnet doesn't allow to set either GatewayIP or Allocation pools.
I forgot to mention that I'm doing the POC in go but I've seen the same discrepancies (for network subnet) in the typescript package.
The text was updated successfully, but these errors were encountered: