AWS eks documentation change
Summary
Updated command placeholders to use <replaceable> tags for region and cluster names
Security assessment
Change only modifies documentation syntax for placeholders without altering security configurations or addressing vulnerabilities.
Diff
diff --git a/eks/latest/userguide/argocd-create-cli.md b/eks/latest/userguide/argocd-create-cli.md index 9ce3cc2cb..e1d380f0f 100644 --- a//eks/latest/userguide/argocd-create-cli.md +++ b//eks/latest/userguide/argocd-create-cli.md @@ -83,2 +83,2 @@ Create the capability with Identity Center integration. Replace `region-code` wi - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \ @@ -126,2 +126,2 @@ Wait for the capability to become active. Replace `region-code` with the AWS Reg - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \ @@ -138,2 +138,2 @@ You can also view the full capability details: - --region region-code \ - --cluster-name my-cluster \ + --region <replaceable>region-code</replaceable> \ + --cluster-name <replaceable>my-cluster</replaceable> \