mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2672 from alexsacr/master
provider/aws: fix missing format arg
This commit is contained in:
commit
4be8ba6986
@ -90,7 +90,7 @@ func resourceAwsDbInstance() *schema.Resource {
|
||||
}
|
||||
if regexp.MustCompile(`-$`).MatchString(value) {
|
||||
errors = append(errors, fmt.Errorf(
|
||||
"%q cannot end with a hyphen"))
|
||||
"%q cannot end with a hyphen", k))
|
||||
}
|
||||
return
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user