Skip to content

Commit

Permalink
Updating to the new enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Oct 12, 2017
1 parent ec7b4d5 commit 8767cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azurerm/resource_arm_container_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ func resourceArmContainerRegistry() *schema.Resource {
DiffSuppressFunc: ignoreCaseDiffSuppressFunc,
ValidateFunc: validation.StringInSlice([]string{
string(containerregistry.Classic),
string(containerregistry.ManagedBasic),
string(containerregistry.ManagedStandard),
string(containerregistry.ManagedPremium),
string(containerregistry.Basic),
string(containerregistry.Standard),
string(containerregistry.Premium),
}, true),
},

Expand Down

0 comments on commit 8767cb6

Please sign in to comment.