Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apazzolini committed Sep 9, 2024
1 parent 1e36522 commit ea4d472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/secrets_sync_aws_secrets_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ resource "doppler_secrets_sync_aws_secrets_manager" "backend_prod" {
- `kms_key_id` (String) The AWS KMS key used to encrypt the secret (ID, Alias, or ARN)
- `tags` (Map of String) AWS tags to attach to the secrets
- `update_metadata` (Boolean) If enabled, Doppler will update the AWS secret metadata (e.g. KMS key) during every sync. If disabled, Doppler will only set secret metadata for new AWS secrets. Note that Doppler never updates tags for existing AWS secrets.
- `use_doppler_suffix` (Boolean) If enabled, Doppler will append /doppler to the provided path.

### Read-Only

Expand Down

0 comments on commit ea4d472

Please sign in to comment.