mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
managed_image_resource_group_name max length change
This commit is contained in:
@@ -47,7 +47,7 @@ const (
|
||||
// -> ^[^_\W][\w-._]{0,79}(?<![-.])$
|
||||
//
|
||||
// This is not an exhaustive match, but it should be extremely close.
|
||||
validResourceGroupNameRe = "^[^_\\W][\\w-._\\(\\)]{0,63}$"
|
||||
validResourceGroupNameRe = "^[^_\\W][\\w-._\\(\\)]{0,89}$"
|
||||
validManagedDiskName = "^[^_\\W][\\w-._)]{0,79}$"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user