Skip to content

Commit

Permalink
test commit to verify that the CI step fails if the documentation
Browse files Browse the repository at this point in the history
checked into git does not match the generated output
  • Loading branch information
sauterp committed Feb 23, 2023
1 parent 7d17cfb commit 2bb98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exoscale/resource_exoscale_affinity.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func resourceAffinity() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: "The anti-affinity group name.",
Description: "The anti-affinity group name. TEST",
},
"description": {
Type: schema.TypeString,
Expand Down

0 comments on commit 2bb98d9

Please sign in to comment.