Skip to content

Commit

Permalink
Fixes a few typos in resource documentation (#10430)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricker authored Apr 12, 2024
1 parent eeabeac commit 9f1a796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ func ResourceContainerCluster() *schema.Resource {
"enabled": {
Type: schema.TypeBool,
Required: true,
Description: `When enabled, services with exterenal ips specified will be allowed.`,
Description: `When enabled, services with external ips specified will be allowed.`,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ func resourceContainerClusterResourceV1() *schema.Resource {
"enabled": {
Type: schema.TypeBool,
Required: true,
Description: `When enabled, services with exterenal ips specified will be allowed.`,
Description: `When enabled, services with external ips specified will be allowed.`,
},
},
},
Expand Down

0 comments on commit 9f1a796

Please sign in to comment.