Skip to content

Commit

Permalink
fix the quickstart AWS iamInstanceProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode committed Oct 23, 2019
1 parent 9d21be1 commit a2e2795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ metadata:
spec:
instanceType: t3.large
# This IAM profile is part of the pre-requisites.
iamInstanceProfile: "controllers.cluster-api-provider-aws.sigs.k8s.io"
iamInstanceProfile: "control-plane.cluster-api-provider-aws.sigs.k8s.io"
# Change this value to a valid SSH Key Pair present in your AWS Account.
sshKeyName: default
---
Expand Down

0 comments on commit a2e2795

Please sign in to comment.