Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Nov 2, 2023
1 parent e6c684f commit 8eb4736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/aws_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ resource "env0_aws_credentials" "credentials" {

- `access_key_id` (String, Sensitive) the aws access key id
- `arn` (String) the aws role arn
- `duration` (Number) the session duration in seconds for AWS_ASSUMED_ROLE_FOR_DEPLOYMENT. If set must be one of the following: 3600 (1h), 7200 (2h), 14400 (4h), 18000 (5h default), 28800 (8h), 43200 (12h)
- `secret_access_key` (String, Sensitive) the aws access key secret. In case your organization is self-hosted, please use a secret reference in the shape of ${ssm:<secret-id>}

### Read-Only
Expand Down

0 comments on commit 8eb4736

Please sign in to comment.