Skip to content

Commit a3df637

Browse files
committed
Add typescript examples for iaas
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 030d5f1 commit a3df637

196 files changed

Lines changed: 153473 additions & 5417 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: stackit_affinity_group
2+
runtime: nodejs
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import * as pulumi from "@pulumi/pulumi";
2+
import * as stackit from "@stackitcloud/pulumi-stackit";
3+
4+
export const example = stackit.getAffinityGroupOutput({
5+
projectId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // Replace with your actual project ID
6+
affinityGroupId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // Replace with your actual affinity group ID
7+
});

0 commit comments

Comments
 (0)