fix(region): aws security group name generate

This commit is contained in:
ioito
2021-12-28 09:56:09 +08:00
parent c974692962
commit 9006e0225c
+1 -1
View File
@@ -54,7 +54,7 @@ func init() {
}
func (self *SAwsRegionDriver) IsAllowSecurityGroupNameRepeat() bool {
return true
return false
}
func (self *SAwsRegionDriver) GenerateSecurityGroupName(name string) string {