fix(region): aws security group name generate

This commit is contained in:
ioito
2021-12-28 09:56:09 +08:00
parent 6659bcc9e7
commit 154d33707c

View File

@@ -54,7 +54,7 @@ func init() {
}
func (self *SAwsRegionDriver) IsAllowSecurityGroupNameRepeat() bool {
return true
return false
}
func (self *SAwsRegionDriver) GenerateSecurityGroupName(name string) string {