Skip to content

fix terraform file source response #843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
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
13 changes: 10 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11809,7 +11809,7 @@ paths:
$ref: '#/components/responses/404'
'409':
description: Operation is in progress
'/defaultTerraformAdvancedSettings':
/defaultTerraformAdvancedSettings:
get:
summary: List default terraform advanced settings
tags:
Expand Down Expand Up @@ -12645,7 +12645,7 @@ components:
x-stoplight:
id: b8karc43pdxpu
service_type:
$ref: '#/components/schemas/ServiceTypeEnum'
$ref: '#/components/schemas/ServiceTypeEnum'
docker_target_build_stage:
type: string
x-stoplight:
Expand Down Expand Up @@ -21784,7 +21784,14 @@ components:
- git
properties:
git:
$ref: '#/components/schemas/ApplicationGitRepository'
type: object
x-stoplight:
id: q84y7d4o4zf0z
required:
- git_repository
properties:
git_repository:
$ref: '#/components/schemas/ApplicationGitRepository'
x-stoplight:
id: abfhjb6q74upq
type: object
Expand Down
Loading