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

Access Levels submodule wrongly implemented

pritho opened this issue · 1 comments

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

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