Skip to content

Commit

Permalink
Fixed tags_all documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Apr 24, 2021
1 parent 9110142 commit 7d7acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/eks_addon.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ The following arguments are optional:
when migrating an existing add-on to an Amazon EKS add-on or when applying
version updates to the add-on. Valid values are `NONE` and `OVERWRITE`.
* `tags` - (Optional) Key-value map of resource tags. If configured with a provider [`default_tags` configuration block](/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
* `tags_all` - (Optional) Key-value map of resource tags, including those inherited from the provider [`default_tags` configuration block](/docs/providers/aws/index.html#default_tags-configuration-block).
* `service_account_role_arn` - (Optional) The Amazon Resource Name (ARN) of an
existing IAM role to bind to the add-on's service account. The role must be
assigned the IAM permissions required by the add-on. If you don't specify
Expand All @@ -108,6 +107,7 @@ In addition to all arguments above, the following attributes are exported:
* `status` - Status of the EKS add-on.
* `created_at` - Date and time in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) that the EKS add-on was created.
* `modified_at` - Date and time in [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8) that the EKS add-on was updated.
* `tags_all` - (Optional) Key-value map of resource tags, including those inherited from the provider [`default_tags` configuration block](/docs/providers/aws/index.html#default_tags-configuration-block).

## Import

Expand Down

0 comments on commit 7d7acc5

Please sign in to comment.