Skip to content

Commit

Permalink
update regex for runtimeconfig name (#2643)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @danawillow
  • Loading branch information
modular-magician authored and paddycarver committed Dec 14, 2018
1 parent 9d92dfe commit 7546d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/resource_runtimeconfig_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func resourceRuntimeconfigConfig() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validateGCPName,
ValidateFunc: validateRegexp("[0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?"),
},

"description": {
Expand Down

0 comments on commit 7546d1b

Please sign in to comment.