Skip to content

Commit

Permalink
These computed fields aren't actually optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jul 26, 2017
1 parent d253502 commit ec35c05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azurerm/resource_arm_dns_zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ func resourceArmDnsZone() *schema.Resource {

"number_of_record_sets": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},

"max_number_of_record_sets": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},

Expand Down

0 comments on commit ec35c05

Please sign in to comment.