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

Closed
ruiteix opened this issue Oct 11, 2024 · 1 comment
Closed
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
@apeabody
Copy link
Contributor

apeabody commented Dec 5, 2024

@apeabody apeabody closed this as completed Dec 5, 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

2 participants