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 Mar 13, 2023
1 parent 8375f9c commit d5f5eff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 0 additions & 4 deletions docs/resources/aws_cost_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ description: |-
- `arn` (String) the aws role arn
- `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
6 changes: 2 additions & 4 deletions docs/resources/aws_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ description: |-

```terraform
resource "env0_aws_credentials" "credentials" {
name = "example"
arn = "Example role ARN"
external_id = "Example external id"
name = "example"
arn = "Example role ARN"
}
```

Expand All @@ -31,7 +30,6 @@ 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, 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
5 changes: 2 additions & 3 deletions docs/resources/cloud_credentials_project_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ description: |-

```terraform
resource "env0_aws_credentials" "credentials" {
name = "example"
arn = "Example role ARN"
external_id = "Example external id"
name = "example"
arn = "Example role ARN"
}
data "env0_project" "project" {
Expand Down

0 comments on commit d5f5eff

Please sign in to comment.