Skip to content

Commit

Permalink
Merge pull request #20980 from krismolendyke/fix-aws-eks-node-groups-…
Browse files Browse the repository at this point in the history
…example

Fix AWS EKS node groups example docs
  • Loading branch information
ewbankkit authored Sep 22, 2021
2 parents c8fdd1f + e296b6e commit 8914b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/eks_node_groups.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "aws_eks_node_groups" "example" {
}
data "aws_eks_node_group" "example" {
for_each = data.aws_eks_node_group_names.example.names
for_each = data.aws_eks_node_groups.example.names
cluster_name = "example"
node_group_name = each.value
Expand Down

0 comments on commit 8914b18

Please sign in to comment.