@@ -121,7 +121,7 @@ func resourceIpLoadbalancingHttpFrontendCreate(d *schema.ResourceData, meta inte
121
121
DedicatedIpFo : dedicatedIpFo ,
122
122
Disabled : d .Get ("disabled" ).(bool ),
123
123
Ssl : d .Get ("ssl" ).(bool ),
124
- RedirectLocation : d .Get ("redirect_location" ).(string ),
124
+ RedirectLocation : d .Get ("redirect_location" ).(string ),
125
125
DisplayName : d .Get ("display_name" ).(string ),
126
126
}
127
127
@@ -172,7 +172,6 @@ func resourceIpLoadbalancingHttpFrontendRead(d *schema.ResourceData, meta interf
172
172
d .Set ("zone" , r .Zone )
173
173
d .Set ("redirect_location" , r .RedirectLocation )
174
174
175
-
176
175
return nil
177
176
}
178
177
@@ -201,7 +200,7 @@ func resourceIpLoadbalancingHttpFrontendUpdate(d *schema.ResourceData, meta inte
201
200
Zone : d .Get ("zone" ).(string ),
202
201
AllowedSource : allowedSources ,
203
202
DedicatedIpFo : dedicatedIpFo ,
204
- Disabled : d .Get ("disabled" ).(bool ),
203
+ Disabled : d .Get ("disabled" ).(bool ),
205
204
Ssl : d .Get ("ssl" ).(bool ),
206
205
RedirectLocation : d .Get ("redirect_location" ).(string ),
207
206
DisplayName : d .Get ("display_name" ).(string ),
0 commit comments