Skip to content

fix google-beta provider source info #368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

daniel-cit
Copy link
Contributor

This pull request Fixes #359

google-beta provider was pointing to the wrong source in the version.tf files:

It was:

    google-beta = {
      source  = "hashicorp/google"
      version = ">= 3.50"
    }

but it must be:

    google-beta = {
      source  = "hashicorp/google-beta"
      version = ">= 3.50"
    }

Verified

This commit was signed with the committer’s verified signature.
stefanprodan Stefan Prodan
@daniel-cit daniel-cit requested a review from a team as a code owner March 8, 2021 18:26
@bharathkkb bharathkkb merged commit be29e21 into terraform-google-modules:develop Mar 8, 2021
@amandakarina amandakarina linked an issue Mar 16, 2021 that may be closed by this pull request
bharathkkb pushed a commit that referenced this pull request Mar 30, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bharathkkb pushed a commit that referenced this pull request Mar 30, 2021

Verified

This commit was signed with the committer’s verified signature.
stefanprodan Stefan Prodan
bharathkkb pushed a commit that referenced this pull request Mar 30, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bharathkkb pushed a commit that referenced this pull request Mar 31, 2021

Unverified

No user is associated with the committer email.
@daniel-cit daniel-cit deleted the bugfix/fix-google-beta-provider branch September 2, 2022 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error on step 1-org during budget creation
2 participants