Skip to content

Commit

Permalink
Fix example to make it consistent with AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
shirkevich committed Feb 6, 2025
1 parent 4cc1c19 commit dfab44d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/core-concepts/stacks/yaml-functions/store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ components:
security_group_id3: !store security-group/lambda3 {{ .atmos_stack }} id

# Google Secret Manager examples
db_password: !store gsm/prod database password
api_key: !store gsm/prod api credentials | default "default-key"
db_password: !store database password
api_key: !store api credentials | default "default-key"
# Cross-stack example with GSM
shared_secret: !store gsm/prod secrets {{ .stack }} api_token
shared_secret: !store secrets {{ .stack }} api_token
# Using template for dynamic stack name with GSM
config_value: !store gsm/prod config {{ printf "%s-%s" .vars.environment .vars.stage }} setting
config_value: !store config {{ printf "%s-%s" .vars.environment .vars.stage }} setting
```
</File>
Expand Down

0 comments on commit dfab44d

Please sign in to comment.