Skip to content

Commit

Permalink
Config Service rule: Prevent duplication on name change
Browse files Browse the repository at this point in the history
  • Loading branch information
FaHeymann committed Oct 20, 2021
1 parent bf3b8f8 commit 09d492d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/config/config_rule.go
Expand Up @@ -36,6 +36,7 @@ func ResourceConfigRule() *schema.Resource {
Type: schema.TypeString,
Required: true,
ValidateFunc: validation.StringLenBetween(0, 64),
ForceNew: true,
},
"rule_id": {
Type: schema.TypeString,
Expand Down

0 comments on commit 09d492d

Please sign in to comment.