Skip to content
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

Referenced Google module kms which is enforcing hashicorp/google < 6 #319

Open
ruiteix opened this issue Oct 11, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ruiteix
Copy link

ruiteix commented Oct 11, 2024

TL;DR

https://github.com/terraform-google-modules/terraform-google-bootstrap/blob/master/main.tf#L113C14-L113C49

references

  source  = "terraform-google-modules/kms/google"
  version = "~> 2.1"

which has https://github.com/terraform-google-modules/terraform-google-kms/blob/v2.3.0/versions.tf#L23

    google = {
      source  = "hashicorp/google"
      version = ">= 3.53, < 6"
    }
  }

Needs terraform-google-modules/terraform-google-kms#152 to be merged

Terraform Resources

No response

Detailed design

No response

Additional information

No response

@ruiteix ruiteix added the enhancement New feature or request label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant