File tree Expand file tree Collapse file tree 9 files changed +64
-4
lines changed
Expand file tree Collapse file tree 9 files changed +64
-4
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2021 Google LLC
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115releaseType : terraform-module
216handleGHRelease : true
Original file line number Diff line number Diff line change 1+ # Copyright 2021 Google LLC
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115name : " Close stale issues"
216on :
317 schedule :
Original file line number Diff line number Diff line change @@ -55,3 +55,6 @@ examples/automatic_folder.zip
5555
5656node_modules
5757yarn.lock
58+
59+ # tf lock file
60+ .terraform.lock.hcl
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 := 0.13
21+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.0
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 33This module handles opinionated VPC Service Controls and Access Context Manager configuration and deployments.
44
55## Compatibility
6- This module is meant for use with Terraform 0.13. If you haven't
6+ This module is meant for use with Terraform 0.13+ and tested using Terraform 1.0+. If you find incompatibilities using Terraform >=0.13, please open an issue.
7+ If you haven't
78[ upgraded] ( https://www.terraform.io/upgrade-guides/0-13.html ) and need a Terraform
890.12.x-compatible version of this module, the last released version
910intended for Terraform 0.12.x is [ v2.1.0] ( https://registry.terraform.io/modules/terraform-google-modules/-vpc-service-controls/google/v2.1.0 ) .
Original file line number Diff line number Diff line change 7575- ' integration'
7676substitutions :
7777 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
78- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 0.13 '
78+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
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 : ' 0.13 '
24+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
Original file line number Diff line number Diff line change 1+ # Copyright 2021 Google LLC
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115name : simple_example
216attributes :
317 - name : protected_project_id
Original file line number Diff line number Diff line change 1+ # Copyright 2021 Google LLC
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
115name : simple_example_bridge
216attributes :
317 - name : policy_name
You can’t perform that action at this time.
0 commit comments