pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Add Terraform adapter

Open jianzs opened this issue 2 years ago • 0 comments

We need to create a Terraform adapter that enables the development of the infrastructure SDK using Terraform. The initial idea is to use CDK-TF for developing the Infra SDKs. The generator will produce platform code that imports the Infra SDKs. This adapter will run the generated platform code to produce a Terraform file, and then execute this file to deploy the infrastructure.

To implement this adapter, you can refer to the implementation of the Pulumi adapter.

jianzs avatar Oct 25 '23 09:10 jianzs