You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform_validate ./test/setup
Error: Invalid resource type
on .terraform/modules/project/modules/project_services/main.tf line 38, in resource "google_project_service_identity" "project_service_identities":
38: resource "google_project_service_identity" "project_service_identities" {
The provider provider.google-beta does not support resource type
"google_project_service_identity".
make docker_test_lint
is failing with:It is relate to the Support service_identity #448 in the new release of project-factory
To fix we cloud bump the version of the google beta provider
terraform-google-log-export/test/setup/versions.tf
Line 26 in c131b33
From:
to
OR
add more control over the major version of the project factory module in the test setup and bump the google-beta provider later.
terraform-google-log-export/test/setup/main.tf
Line 19 in c131b33
From:
To:
The text was updated successfully, but these errors were encountered: