update aws_eks_cluster.py (#66105)
This commit is contained in:
parent
c5a2ba5217
commit
8456d4e354
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ EXAMPLES = '''
|
|||
- name: Create an EKS cluster
|
||||
aws_eks_cluster:
|
||||
name: my_cluster
|
||||
version: v1.10.0
|
||||
version: 1.14
|
||||
role_arn: my_eks_role
|
||||
subnets:
|
||||
- subnet-aaaa1111
|
||||
|
|
Loading…
Reference in a new issue