Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,8 @@ golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c h1:6a8FdnNk6bTXBjR4AGK
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c/go.mod h1:TpUTTEp9frx7rTdLpC9gFG9kdI7zVLFTFFlqaH2Cncw=
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa h1:efT73AJZfAAUV7SOip6pWGkwJDzIGiKBZGVzHYa+ve4=
golang.org/x/telemetry v0.0.0-20260409153401-be6f6cb8b1fa/go.mod h1:kHjTxDEnAu6/Nl9lDkzjWpR+bmKfxeiRuSDlsMb70gE=
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 h1:HjU6IWBiAgRIdAJ9/y1rwCn+UELEmwV+VsTLzj/W4sE=
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6/go.mod h1:Eqhaxk/wZsWEH8CRxLwj6xzEJbz7k1EFGqx7nyCoabE=
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
Expand Down
159 changes: 159 additions & 0 deletions provider/cmd/pulumi-resource-stackit/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,80 @@
"stackit_volume": {
"current": "stackit:index/volume:Volume"
},
"stackit_vpn_connection": {
"current": "stackit:index/vpnConnection:VpnConnection",
"fields": {
"local_subnets": {
"maxItemsOne": false
},
"remote_subnets": {
"maxItemsOne": false
},
"static_routes": {
"maxItemsOne": false
},
"tunnel1": {
"fields": {
"phase1": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
},
"phase2": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
}
}
},
"tunnel2": {
"fields": {
"phase1": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
},
"phase2": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
}
}
}
}
},
"stackit_vpn_gateway": {
"current": "stackit:index/vpnGateway:VpnGateway",
"fields": {
Expand Down Expand Up @@ -1970,6 +2044,80 @@
"stackit_volume": {
"current": "stackit:index/getVolume:getVolume"
},
"stackit_vpn_connection": {
"current": "stackit:index/getVpnConnection:getVpnConnection",
"fields": {
"local_subnets": {
"maxItemsOne": false
},
"remote_subnets": {
"maxItemsOne": false
},
"static_routes": {
"maxItemsOne": false
},
"tunnel1": {
"fields": {
"phase1": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
},
"phase2": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
}
}
},
"tunnel2": {
"fields": {
"phase1": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
},
"phase2": {
"fields": {
"dh_groups": {
"maxItemsOne": false
},
"encryption_algorithms": {
"maxItemsOne": false
},
"integrity_algorithms": {
"maxItemsOne": false
}
}
}
}
}
}
},
"stackit_vpn_gateway": {
"current": "stackit:index/getVpnGateway:getVpnGateway",
"fields": {
Expand All @@ -1981,6 +2129,17 @@
}
}
}
},
"stackit_vpn_gateway_status": {
"current": "stackit:index/getVpnGatewayStatus:getVpnGatewayStatus",
"fields": {
"connections": {
"maxItemsOne": false
},
"tunnels": {
"maxItemsOne": false
}
}
}
}
},
Expand Down
Loading
Loading