Skip to content

Commit 296b81f

Browse files
sync docs (#481)
Co-authored-by: michaeljguarino <[email protected]>
1 parent c884b19 commit 296b81f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pages/overview/management-api-reference.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ _Appears in:_
411411
| --- | --- | --- | --- |
412412
| `name` _string_ | Name of this CloudConnection. If not provided CloudConnection's own name<br />from CloudConnection.ObjectMeta will be used. | | Optional: {} <br /> |
413413
| `provider` _[CloudProvider](#cloudprovider)_ | Provider is the name of the cloud service for the Provider.<br />One of (CloudProvider): [gcp, aws, azure] | | Enum: [gcp aws azure] <br />Required: {} <br />Type: string <br /> |
414-
| `configuration` _[CloudConnectionConfiguration](#cloudconnectionconfiguration)_ | | | |
415-
| `readBindings` _[Binding](#binding) array_ | | | |
414+
| `configuration` _[CloudConnectionConfiguration](#cloudconnectionconfiguration)_ | Configuration contains the cloud connection configuration. | | Required: {} <br /> |
415+
| `readBindings` _[Binding](#binding) array_ | ReadBindings is a list of bindings that defines<br />who can use this CloudConnection. | | Optional: {} <br /> |
416416

417417

418418
#### CloudProvider
@@ -3536,6 +3536,7 @@ _Appears in:_
35363536
| --- | --- | --- | --- |
35373537
| `crontab` _string_ | The crontab on which to spawn stack runs | | |
35383538
| `autoApprove` _boolean_ | Whether to automatically approve cron-spawned runs | | Optional: {} <br /> |
3539+
| `overrides` _[StackOverrides](#stackoverrides)_ | Overrides for the cron triggered stack run configuration | | Optional: {} <br /> |
35393540

35403541

35413542
#### StackDefinition
@@ -3629,6 +3630,22 @@ _Appears in:_
36293630
| `afterStage` _[StepStage](#stepstage)_ | | | Enum: [INIT PLAN VERIFY APPLY DESTROY] <br />Required: {} <br /> |
36303631

36313632

3633+
#### StackOverrides
3634+
3635+
3636+
3637+
3638+
3639+
3640+
3641+
_Appears in:_
3642+
- [StackCron](#stackcron)
3643+
3644+
| Field | Description | Default | Validation |
3645+
| --- | --- | --- | --- |
3646+
| `terraform` _[TerraformConfiguration](#terraformconfiguration)_ | Terraform is the terraform configuration for this stack | | Optional: {} <br /> |
3647+
3648+
36323649
#### StackSettings
36333650

36343651

@@ -3744,6 +3761,7 @@ _Appears in:_
37443761

37453762
_Appears in:_
37463763
- [StackConfiguration](#stackconfiguration)
3764+
- [StackOverrides](#stackoverrides)
37473765

37483766
| Field | Description | Default | Validation |
37493767
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)