Skip to content

Commit

Permalink
Fix another bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejihbe committed Apr 11, 2017
1 parent 90902d6 commit 2457323
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions core/subnet_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,13 @@ func SubnetResource() *schema.Resource {
Optional: true,
Computed: true,
},
<<<<<<< HEAD
"dns_label": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"dhcp_options_id": {
Type: schema.TypeString,
=======

"dhcp_options_id": {
Type: schema.TypeString,
Optional: true,
},
"dns_label": {
Type: schema.TypeString,
>>>>>>> 61edbd6db31bd1392a23f52271f2f8057dc74e8f
Optional: true,
},
"id": {
Expand Down

0 comments on commit 2457323

Please sign in to comment.