Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Jul 25, 2024
1 parent 961aa54 commit 9bf60c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
amazon.cloud.eks_fargate_profile:
identifier: "{{ eks_cluster_name }}|{{ eks_fargate_profile_name_b }}"
state: present
pod_execution_role_arn: "{{ _result_create_iam_role_fp.iam_role.rn }}"
pod_execution_role_arn: "{{ _result_create_iam_role_fp.iam_role.arn }}"
subnets: >-
{{_result_create_subnets.results|selectattr('subnet.tags.Name', 'contains',
'private') | map(attribute='subnet.id') }}
Expand Down

0 comments on commit 9bf60c8

Please sign in to comment.