Skip to content

Commit bc7ed1c

Browse files
Upgrade terraform-provider-stackit to v0.76.0 (#174)
* make tfgen * make generate_sdks * Adjust iaas examples to v2 Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de> --------- Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de> Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent b63434f commit bc7ed1c

File tree

243 files changed

+30799
-1081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+30799
-1081
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)