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 Feb 26, 2023
1 parent 9e5710a commit 855bd55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/resources/aws_cost_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ description: |-
### Required

- `arn` (String) the aws role arn
- `external_id` (String, Sensitive) the aws role external id
- `name` (String) the name for the credentials

### Optional

- `external_id` (String, Sensitive, Deprecated) the aws role external id

### Read-Only

- `id` (String) The ID of this resource.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "env0_aws_credentials" "credentials" {

- `access_key_id` (String, Sensitive) the aws access key id
- `arn` (String) the aws role arn
- `external_id` (String, Sensitive) the aws role external id
- `external_id` (String, Sensitive, Deprecated) the aws role external id
- `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 855bd55

Please sign in to comment.