Fix pre-commit hook (#3882)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
<!--
|
||||
Copyright 2025 Google LLC
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -21,4 +21,4 @@ limitations under the License.
|
||||
<RouteRule name="default">
|
||||
<TargetEndpoint>default</TargetEndpoint>
|
||||
</RouteRule>
|
||||
</ProxyEndpoint>
|
||||
</ProxyEndpoint>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
<HTTPTargetConnection>
|
||||
<URL>http://10.16.0.4</URL>
|
||||
</HTTPTargetConnection>
|
||||
</TargetEndpoint>
|
||||
</TargetEndpoint>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!--
|
||||
<!--
|
||||
Copyright 2025 Google LLC
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -16,4 +16,4 @@ limitations under the License.
|
||||
-->
|
||||
<APIProxy revision="1" name="test">
|
||||
<Description>test</Description>
|
||||
</APIProxy>
|
||||
</APIProxy>
|
||||
|
||||
@@ -17,4 +17,4 @@ curl -v -X POST \
|
||||
|
||||
curl -v \
|
||||
-H "Authorization: Bearer $TOKEN" \
|
||||
"https://apigee.googleapis.com/v1/organizations/$ORGANIZATION/environments/$ENVIRONMENT/apis/test/revisions/1/deployments"
|
||||
"https://apigee.googleapis.com/v1/organizations/$ORGANIZATION/environments/$ENVIRONMENT/apis/test/revisions/1/deployments"
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
<HTTPTargetConnection>
|
||||
<URL>http://${ip_address}</URL>
|
||||
</HTTPTargetConnection>
|
||||
</TargetEndpoint>
|
||||
</TargetEndpoint>
|
||||
|
||||
@@ -46,4 +46,4 @@ variable "network_config" {
|
||||
variable "project_id" {
|
||||
description = "Project ID."
|
||||
type = string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user