File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
examples/internal-lb-cloud-run Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ module "backend-service-region-b" {
9595}
9696
9797module "internal-lb-http-backend" {
98- source = " terraform-google-modules/lb-http/google//modules/frontend"
98+ source = " terraform-google-modules/lb-http/google//modules/frontend"
9999 version = " ~> 12.1.1"
100100
101101 project_id = var. project_id
@@ -110,7 +110,7 @@ module "internal-lb-http-backend" {
110110}
111111
112112module "internal-lb-http-frontend" {
113- source = " terraform-google-modules/lb-http/google//modules/frontend"
113+ source = " terraform-google-modules/lb-http/google//modules/frontend"
114114 version = " ~> 12.1.1"
115115
116116 project_id = var. project_id
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- output "external_cloudrun_uris" {
18- description = " List of URIs for the frontend Cloud Run services"
19- value = [module . frontend-service-a . service_uri , module . frontend-service-b . service_uri ]
20- }
21-
17+ output "external_cloudrun_uris" {
18+ description = " List of URIs for the frontend Cloud Run services"
19+ value = [module . frontend-service-a . service_uri , module . frontend-service-b . service_uri ]
20+ }
You can’t perform that action at this time.
0 commit comments