From 8eb47360d587d569d465dd00ea279d141cc895c1 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Thu, 2 Nov 2023 14:41:57 +0000 Subject: [PATCH] Update docs --- docs/resources/aws_credentials.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/aws_credentials.md b/docs/resources/aws_credentials.md index 796dfa3d..ae0116e4 100644 --- a/docs/resources/aws_credentials.md +++ b/docs/resources/aws_credentials.md @@ -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:} ### Read-Only