Skip to content

Commit

Permalink
feat: resolved doc generation diff
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Dec 9, 2024
1 parent 86813a6 commit fe0d5e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/integration_aws_parameter_store.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "infisical_integration_aws_parameter_store" "parameter-store-integratio
environment = "<env-slug>" // example, dev
secret_path = "<infisical-secrets-path>" // example, /folder, or /
parameter_store_path = "/example/secrets"
parameter_store_path = "/example/secrets/"
aws_region = "<aws-region>" // example, us-east-2
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/integration_aws_secrets_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ resource "infisical_integration_aws_secrets_manager" "secrets-manager-integratio
secret_path = "<infisical-secrets-path>" // example, /folder, or /
secrets_manager_path = "/example/secrets" # Only required if mapping_behavior is one-to-one
mapping_behavior = "one-to-one" # Optional, default is many-to-one
secrets_manager_path = "/example/secrets/" # Only required if mapping_behavior is one-to-one
mapping_behavior = "one-to-one" # Optional, default is many-to-one
# AWS Authentication
access_key_id = "<aws-access-key-id>"
Expand Down

0 comments on commit fe0d5e8

Please sign in to comment.