Skip to content

Commit

Permalink
remove unused property in schema for container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorioland committed Oct 11, 2018
1 parent 997a3be commit 40e8e7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azurerm/resource_arm_container_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ func resourceArmContainerRegistry() *schema.Resource {
Default: false,
},

// todo: should be a list of locations to enable multiple geo-replications
"georeplication_location": {
Type: schema.TypeString,
Optional: true,
StateFunc: azureRMNormalizeLocation,
DiffSuppressFunc: azureRMSuppressLocationDiff,
},

"georeplication_locations": {
Type: schema.TypeList,
Optional: true,
Expand Down

0 comments on commit 40e8e7b

Please sign in to comment.