GoogleCloudPlatform / solutions-modern-cicd-anthos

An end-to-end operating model for onboarding and continually deploying services with Anthos.
Apache License 2.0
86 stars 60 forks source link

Bumping google and google-beta provider versions #133

Closed chrisricci closed 3 years ago

chrisricci commented 3 years ago

Bumping google and google-beta provider versions to 3.42. This fixes a bug where platform builds are failing with:

Step #4 - "trigger-clusters": Error: Invalid resource type
Step #4 - "trigger-clusters":
Step #4 - "trigger-clusters":   on .terraform/modules/security-attestor.project-services/modules/project_services/main.tf line 38, in resource "google_project_service_identity" "project_service_identities":
Step #4 - "trigger-clusters":   38: resource "google_project_service_identity" "project_service_identities" {
Step #4 - "trigger-clusters":
Step #4 - "trigger-clusters": The provider provider.google-beta does not support resource type
Step #4 - "trigger-clusters": "google_project_service_identity".
bgood commented 3 years ago

@chrisricci Thank you for the PR.

I'm currently working on upgrading to Terraform 0.13 which will also come with the provider bumps you have submitted. The PR for that is dependent on this PR, which should be close to merging. If it isn't look that will complete soon, I'll merge this PR.

bgood commented 3 years ago

This should be fixed with PR #132