Skip to content

Commit

Permalink
allow using a separate resource for boot disk (GoogleCloudPlatform#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored Jul 7, 2023
1 parent f7d00d8 commit d9f7cef
Show file tree
Hide file tree
Showing 105 changed files with 400 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.4.4
terraform_version: 1.5.1

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
PYTEST_ADDOPTS: "--color=yes"
PYTHON_VERSION: "3.10"
TF_PLUGIN_CACHE_DIR: "/home/runner/.terraform.d/plugin-cache"
TF_VERSION: 1.4.4
TF_VERSION: 1.5.1
TFTEST_COPY: 1

jobs:
Expand Down
4 changes: 2 additions & 2 deletions blueprints/apigee/bigquery-analytics/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/cloud-operations/adfs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/cloud-operations/dns-fine-grained-iam/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/cloud-operations/dns-shared-vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/cloud-operations/packer-image-builder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/cloud-operations/quota-monitoring/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/data-solutions/bq-ml/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/data-solutions/data-playground/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/factories/net-vpc-firewall-yaml/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/decentralized-firewall/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/filtering-proxy-psc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/filtering-proxy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/hub-and-spoke-peering/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/hub-and-spoke-vpn/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/ilb-next-hop/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/networking/shared-vpc-gke/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions blueprints/third-party-solutions/openshift/tf/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.69.0" # tftest
version = ">= 4.71.0" # tftest
}
}
}
Expand Down
Loading

0 comments on commit d9f7cef

Please sign in to comment.