Skip to content

Commit

Permalink
docs: Fix EKS Access Argument: Update principal_arn Parameter Descrip…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
sz9751210 committed Jan 29, 2024
1 parent 93537b6 commit 1fd4d3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/eks_access_entry.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ output "eks_access_entry_outputs" {
## Argument Reference

* `cluster_name` – (Required) Name of the EKS Cluster. Must be between 1-100 characters in length. Must begin with an alphanumeric character, and must only contain alphanumeric characters, dashes and underscores (`^[0-9A-Za-z][A-Za-z0-9\-_]+$`).
* `principal_arn` – (Required) The IAM Princial ARN which requires Authentication access to the EKS cluster.
* `principal_arn` – (Required) The IAM Principal ARN which requires Authentication access to the EKS cluster.

## Attribute Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/eks_access_entry.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "aws_eks_access_entry" "example" {
The following arguments are required:

* `cluster_name` – (Required) Name of the EKS Cluster. Must be between 1-100 characters in length. Must begin with an alphanumeric character, and must only contain alphanumeric characters, dashes and underscores (`^[0-9A-Za-z][A-Za-z0-9\-_]+$`).
* `principal_arn` – (Required) The IAM Princial ARN which requires Authentication access to the EKS cluster.
* `principal_arn` – (Required) The IAM Principal ARN which requires Authentication access to the EKS cluster.

The following arguments are optional:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/eks_access_policy_association.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following arguments are required:

* `cluster_name` – (Required) Name of the EKS Cluster. Must be between 1-100 characters in length. Must begin with an alphanumeric character, and must only contain alphanumeric characters, dashes and underscores (`^[0-9A-Za-z][A-Za-z0-9\-_]+$`).
* `policy_arn` – (Required) The ARN of the access policy that you're associating.
* `principal_arn` – (Required) The IAM Princial ARN which requires Authentication access to the EKS cluster.
* `principal_arn` – (Required) The IAM Principal ARN which requires Authentication access to the EKS cluster.
* `access_scope` – (Required) The configuration block to determine the scope of the access. See [`access_scope` Block](#access_scope-block) below.

### `access_scope` Block
Expand Down

0 comments on commit 1fd4d3e

Please sign in to comment.