We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad415 commit 7aa437dCopy full SHA for 7aa437d
test/e2e/e2e.sh
@@ -226,7 +226,7 @@ ensure_network() {
226
log "Network '$NETWORK_NAME' not found. Creating it..."
227
network_id=$(stackit network create --name "$NETWORK_NAME" \
228
--project-id "$PROJECT_ID" \
229
- --output-format json -y | jq -r ".networkId")
+ --output-format json -y | jq -r ".id")
230
231
[[ -n "$network_id" && "$network_id" != "null" ]] || log_error "Failed to create new network '$NETWORK_NAME'."
232
log_success "Created network '$NETWORK_NAME' with ID: $network_id"
0 commit comments