Skip to content

Commit

Permalink
Merge pull request #6001 from terraform-providers/d-eks-getting-start…
Browse files Browse the repository at this point in the history
…ed-aws_ami-owners

guides/eks-getting-started: Clarify 602401143452 owners value in aws_ami data source
  • Loading branch information
bflad authored Sep 27, 2018
2 parents 9e606d0 + 7c88258 commit e2148f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/eks-getting-started/eks-worker-nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data "aws_ami" "eks-worker" {
}

most_recent = true
owners = ["602401143452"] # Amazon
owners = ["602401143452"] # Amazon EKS AMI Account ID
}

# EKS currently documents this required userdata for EKS worker nodes to
Expand Down
2 changes: 1 addition & 1 deletion website/docs/guides/eks-getting-started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ data "aws_ami" "eks-worker" {
}
most_recent = true
owners = ["602401143452"] # Amazon Account ID
owners = ["602401143452"] # Amazon EKS AMI Account ID
}
```

Expand Down

0 comments on commit e2148f1

Please sign in to comment.