What can we do with compiler output (aka targets) #540
Replies: 1 comment 6 replies
-
|
Lots of thought provoking questions... goes without saying but I think a lot of this is unexplored territory 😄
I'm hoping to try this out soon and report back. :) I think you're right, it's mostly just the polycon factory that changes. I think the root of the user's app will also need to be automatically configured with an Google Provider instead of an AWS provider -- see in the SDK code here: wing/libs/wingsdk/src/tf-aws/app.ts Line 67 in 572499b But besides that, the "App" class isn't doing much heavy lifting, and it could probably be the same for all terraform-based targets.
Two thoughts:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, wing has two targets:
simtf-awscdktf.outdir intended to be used by the cdktf cli (or just tf I guess as well)Maybe "target" is doing too much heavy lifting here.
Few questions for discussion:
tf-gcptarget? Other than the polycon factory, what changes?tf-localtarget look like? Imagine a polycon factory that has these resources, managed with cdktf. Maybe this could be used to describe a composable build system:Beta Was this translation helpful? Give feedback.
All reactions