Skip to content

Commit 2e6c1cf

Browse files
committed
Adjust iaas examples to v2
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 1e8f2e2 commit 2e6c1cf

File tree

25 files changed

+14804
-115
lines changed

25 files changed

+14804
-115
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: stackit_network_area_region
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.getNetworkAreaRegionOutput({
5+
organizationId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // Replace with your actual organization ID
6+
networkAreaId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // Replace with your actual network area ID
7+
});

0 commit comments

Comments
 (0)