DEV Community

Discussion on: Replacing Build Servers With Pulumi + AWS

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

I'm not willing to do coding work on Terraform, I've gotten around the issue by using Cloudformation scripts embedded in my Terraform code.

The core problem needs to be addressed by HashiCorp themselves, at this moment they're relying too much on the good will of open source and it's clearly not working.

Thread Thread
 
ringods profile image
Ringo De Smet

@rolfstreefkerk AWS has very different APIs for each of their products. AWS is actually creating a second, unified API for all their products at the moment:

aws.amazon.com/blogs/aws/announcin...

Both Hashicorp (maker of Terraform) and Pulumi are creating new providers for AWS based on this new API:

Since the AWS Cloud Control API is still work in progress, the corresponding providers are off course still in preview as well.

These are the providers to keep an eye on towards the future.

Thread Thread
 
rolfstreefkerk profile image
Rolf Streefkerk

Thanks for sharing, interesting development