Skip to content

Commit

Permalink
correcting comment on recipe env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmimsft committed Aug 22, 2024
1 parent a87389d commit b349508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typespec/Applications.Core/environments.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ model RecipeConfigProperties {
@doc("Configuration for Terraform Recipes. Controls how Terraform plans and applies templates as part of Recipe deployment.")
terraform?: TerraformConfigProperties;

@doc("Environment variables injected during Terraform Recipe execution for the recipes in the environment.")
@doc("Environment variables injected during recipe execution for the recipes in the environment.")
env?: EnvironmentVariables;

@doc("Environment variables containing sensitive information can be stored as secrets. The secrets are stored in Applications.Core/SecretStores resource.")
Expand Down

0 comments on commit b349508

Please sign in to comment.