terraform-google-modules / terraform-google-vpc-service-controls

Handles opinionated VPC Service Controls and Access Context Manager configuration and deployments
https://registry.terraform.io/modules/terraform-google-modules/vpc-service-controls/google
Apache License 2.0
59 stars 67 forks source link

Access Levels submodule wrongly implemented #79

Closed pritho closed 1 year ago

pritho commented 2 years ago

TL;DR

the given implementation of access level creates one block condition with members and ip_subnetworks, therefore using this together with a combining_function of value OR does never work

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

combining_function = "OR"
      members = [
        "serviceAccount:mytestsa@someproj.iam.gserviceaccount.com"
      ]
      ip_subnetworks = [
        "1.2.3.4/32",
      ]

Terraform Version

Terraform v1.1.3
on darwin_amd64
+ provider registry.terraform.io/hashicorp/google v3.90.1

Additional information

No response

github-actions[bot] commented 1 year 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