Skip to content

Commit 2457323

Browse files
committed
Fix another bad merge
1 parent 90902d6 commit 2457323

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

core/subnet_resource.go

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,13 @@ func SubnetResource() *schema.Resource {
5555
Optional: true,
5656
Computed: true,
5757
},
58-
<<<<<<< HEAD
59-
"dns_label": {
60-
Type: schema.TypeString,
61-
Optional: true,
62-
Computed: true,
63-
},
64-
"dhcp_options_id": {
65-
Type: schema.TypeString,
66-
=======
58+
6759
"dhcp_options_id": {
6860
Type: schema.TypeString,
6961
Optional: true,
7062
},
7163
"dns_label": {
7264
Type: schema.TypeString,
73-
>>>>>>> 61edbd6db31bd1392a23f52271f2f8057dc74e8f
7465
Optional: true,
7566
},
7667
"id": {

0 commit comments

Comments
 (0)