Skip to content

Commit

Permalink
missing httpproxy for gcp provider
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Feb 14, 2024
1 parent 0463da8 commit 2f8d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/gcp/deploy/http.go → cloud/gcp/deploy/httpproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (p *NitricGcpPulumiProvider) Http(ctx *pulumi.Context, parent pulumi.Resour
}

// Deploy the gateway
_, err = apigateway.NewGateway(ctx, normalizedName+"-gateway", &apigateway.GatewayArgs{
p.httpProxies[name], err = apigateway.NewGateway(ctx, normalizedName+"-gateway", &apigateway.GatewayArgs{
DisplayName: pulumi.String(normalizedName + "-gateway"),
GatewayId: pulumi.String(normalizedName + "-gateway"),
ApiConfig: pulumi.Sprintf("projects/%s/locations/global/apis/%s/configs/%s", p.config.ProjectId, api.ApiId, apiConfig.ApiConfigId),
Expand Down

0 comments on commit 2f8d57a

Please sign in to comment.