Skip to content
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

Update auto-generated documentation #1151

Merged
Merged
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
4 changes: 4 additions & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1249,3 +1249,7 @@ azwi
Entra
ServiceAccounts
pluggable
envSecrets
RecipeConfigPropertiesEnvSecrets
ProviderConfigPropertiesSecrets
SecretReference
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ description: "Detailed reference documentation for applications.core/environment
| Property | Type | Description |
|----------|------|-------------|
| **env** | [EnvironmentVariables](#environmentvariables) | The environment variables injected during Terraform Recipe execution for the recipes in the environment. |
| **envSecrets** | [RecipeConfigPropertiesEnvSecrets](#recipeconfigpropertiesenvsecrets) | Environment variables containing sensitive information can be stored as secrets. The secrets are stored in Applications.Core/SecretStores resource. |
| **terraform** | [TerraformConfigProperties](#terraformconfigproperties) | Configuration for Terraform Recipes. Controls how Terraform plans and applies templates as part of Recipe deployment. |

### EnvironmentVariables
Expand All @@ -183,6 +184,25 @@ description: "Detailed reference documentation for applications.core/environment

* **Additional Properties Type**: string

### RecipeConfigPropertiesEnvSecrets

#### Properties

* **none**

#### Additional Properties

* **Additional Properties Type**: [SecretReference](#secretreference)

### SecretReference

#### Properties

| Property | Type | Description |
|----------|------|-------------|
| **key** | string | The key for the secret in the secret store. <br />_(required)_ |
| **source** | string | The ID of an Applications.Core/SecretStore resource containing sensitive data required for recipe execution. <br />_(required)_ |

### TerraformConfigProperties

#### Properties
Expand Down Expand Up @@ -240,11 +260,22 @@ description: "Detailed reference documentation for applications.core/environment

#### Properties

| Property | Type | Description |
|----------|------|-------------|
| **secrets** | [ProviderConfigPropertiesSecrets](#providerconfigpropertiessecrets) | Sensitive data in provider configuration can be stored as secrets. The secrets are stored in Applications.Core/SecretStores resource. |
#### Additional Properties

* **Additional Properties Type**: any

### ProviderConfigPropertiesSecrets

#### Properties

* **none**

#### Additional Properties

* **Additional Properties Type**: any
* **Additional Properties Type**: [SecretReference](#secretreference)

### EnvironmentPropertiesRecipes

Expand Down
Loading