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 Jan 15, 2022
1 parent 0c9bcee commit 041e73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/configservice/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 041e73c

Please sign in to comment.