Merge pull request #1166 from GoogleCloudPlatform/vpc-sc-fix

Fix variable name
This commit is contained in:
Julio Diez 2023-02-20 15:33:54 +01:00 committed by GitHub
commit bd91e97f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -147,8 +147,8 @@ module "test" {
from = {
identities = [
"serviceAccount:test-tf@myproject.iam.gserviceaccount.com",
],
source_access_levels = ["*"]
]
access_levels = ["*"]
}
to = {
operations = [{ service_name = "*" }]