Skip to content

Commit

Permalink
Merge pull request #5 from daniel-cit/prepare-files-for-release
Browse files Browse the repository at this point in the history
chore: prepare repository files for release
  • Loading branch information
sleighton2022 authored Apr 29, 2024
2 parents 5161e4b + e475fc1 commit e829358
Show file tree
Hide file tree
Showing 22 changed files with 92 additions and 256 deletions.
19 changes: 19 additions & 0 deletions .github/conventional-commit-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# NOTE: This file is automatically generated from:
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github

enabled: true
always_check_pr_title: true
16 changes: 16 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

releaseType: terraform-module
handleGHRelease: true
26 changes: 26 additions & 0 deletions .github/trusted-contribution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# NOTE: This file is automatically generated from:
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github

annotations:
- type: comment
text: "/gcbrun"
trustedContributors:
- release-please[bot]
- renovate[bot]
- renovate-bot
- forking-renovate[bot]
- dependabot[bot]
Binary file removed 0-bootstrap/bootstrap.tfplan
Binary file not shown.
2 changes: 1 addition & 1 deletion 0-bootstrap/modules/tfc-agent-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-tf-cloud-agents:tfc-agent-gke/v0.1.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:tfc-agent-gke/v0.0.1"
}
}

2 changes: 1 addition & 1 deletion 0-bootstrap/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:bootstrap/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:bootstrap/v0.0.1"
}

}
4 changes: 2 additions & 2 deletions 1-org/envs/shared/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:org/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:org/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:org/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:org/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 2-environments/modules/env_baseline/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:environments/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:environments/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:environments/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:environments/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 3-networks-dual-svpc/modules/base_env/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:networks-dual-svpc/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:networks-dual-svpc/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:networks-dual-svpc/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:networks-dual-svpc/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 3-networks-dual-svpc/modules/base_shared_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:base_shared_vpc/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:base_shared_vpc/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:base_shared_vpc/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:base_shared_vpc/v0.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:dedicated_interconnect/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:dedicated_interconnect/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:dedicated_interconnect/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:dedicated_interconnect/v0.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:hierarchical_firewall_policy/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:hierarchical_firewall_policy/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:hierarchical_firewall_policy/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:hierarchical_firewall_policy/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 3-networks-dual-svpc/modules/partner_interconnect/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:partner_interconnect/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:partner_interconnect/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:partner_interconnect/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:partner_interconnect/v0.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:restricted_shared_vpc/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:restricted_shared_vpc/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:restricted_shared_vpc/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:restricted_shared_vpc/v0.0.1"
}
}
2 changes: 1 addition & 1 deletion 4-projects/modules/env_folders/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:projects/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:projects/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 4-projects/modules/infra_pipelines/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:infra_pipelines/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:infra_pipelines/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:infra_pipelines/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:infra_pipelines/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 4-projects/modules/ml_env/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:projects/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:projects/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:projects/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:projects/v0.0.1"
}
}
4 changes: 2 additions & 2 deletions 4-projects/modules/single_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:single_project/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:single_project/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:single_project/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:single_project/v0.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:app_env_base/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:app_env_base/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:app_env_base/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:app_env_base/v0.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-example-foundation:app_env_base/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:app_env_base/v0.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-example-foundation:app_env_base/v3.0.0"
module_name = "blueprints/terraform/terraform-google-enterprise-genai:app_env_base/v0.0.1"
}
}
Loading

0 comments on commit e829358

Please sign in to comment.