Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Davenport committed Nov 18, 2024
1 parent db2fac1 commit f116756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-gen-eks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ func nodeGroupProperties(cluster, v2 bool) map[string]schema.PropertySpec {
Description: "The IAM InstanceProfile to use on the NodeGroup.",
},
"instanceProfileName": {
TypeSpec: schema.TypeSpec{Type: "string"},
TypeSpec: schema.TypeSpec{Type: "string"},
Description: "The name of the IAM InstanceProfile to use on the NodeGroup.",
},
"autoScalingGroupTags": {
Expand Down

0 comments on commit f116756

Please sign in to comment.