File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 1818# Make will use bash instead of sh
1919SHELL := /usr/bin/env bash
2020
21- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.0
21+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.10
2222DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
2323REGISTRY_URL := gcr.io/cloud-foundation-cicd
2424
Original file line number Diff line number Diff line change 3838- ' integration'
3939substitutions :
4040 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
41- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
41+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.10 '
Original file line number Diff line number Diff line change 2121- ' lint'
2222substitutions :
2323 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
24- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
24+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.10 '
Original file line number Diff line number Diff line change 1+ /* *
2+ * Copyright 2023 Google LLC
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ terraform {
18+ required_version = " >= 0.13"
19+ required_providers {
20+
21+ google = {
22+ source = " hashicorp/google"
23+ version = " >= 4.51, < 5.0"
24+ }
25+ }
26+
27+ provider_meta "google" {
28+ module_name = " blueprints/terraform/terraform-google-cloud-router:interface/v5.0.0"
29+ }
30+ }
You can’t perform that action at this time.
0 commit comments