terraform-google-modules / terraform-google-org-policy

Manages Google Cloud organization policies
https://registry.terraform.io/modules/terraform-google-modules/org-policy/google
Apache License 2.0
80 stars 80 forks source link

Org policy v2 module not tagged #114

Closed NitriKx closed 8 months ago

NitriKx commented 10 months ago

TL;DR

The module org_policy_v2 has not been tagged for a while, and I can not use it in my umbrella terraform module which uses hashicorp/google > 5.0

Expected behavior

No response

Observed behavior

We have incompatibilities as most of your umbrella terrafor modules uses the terraform hashicorp/google provider > 5.0

Terraform Configuration

module "gcp-folder-policies" {
  for_each = var.folder_policies
  source   = "terraform-google-modules/org-policy/google//modules/org_policy_v2"
  version  = "~> 5.2.0"

  policy_root    = "folder"
  policy_root_id = module.gcp-folders.gcp_folders_ids[0]

  constraint       = each.key
  policy_type      = each.value.policy_type
  exclude_folders  = each.value.exclude_folders
  exclude_projects = each.value.exclude_projects
  rules            = each.value.rules
}

Terraform Version

Terraform v1.5.5
on darwin_arm64

Additional information

The update to support this is already in master branch, but we do not have tag to refer to

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days