Skip to content

Commit

Permalink
fix(provider/google): Correct forwarding rule 'IPAddress' typo. (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Apr 3, 2017
1 parent c2a73d7 commit 180d2fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ class UpsertGoogleHttpLoadBalancerAtomicOperation extends UpsertGoogleLoadBalanc
task.updateStatus BASE_PHASE, "Creating global forwarding rule $httpLoadBalancerName..."
def forwardingRule = new ForwardingRule(
name: httpLoadBalancerName,
iPAddress: httpLoadBalancer.ipAddress,
iPProtocol: httpLoadBalancer.ipProtocol,
IPAddress: httpLoadBalancer.ipAddress,
IPProtocol: httpLoadBalancer.ipProtocol,
portRange: httpLoadBalancer.certificate ? "443" : httpLoadBalancer.portRange,
target: targetProxyUrl,
)
Expand Down

0 comments on commit 180d2fd

Please sign in to comment.