Fix variable name

This commit is contained in:
Julio Diez 2023-02-20 14:37:33 +01:00 committed by GitHub
parent fed928b9e5
commit 0ca0b2e99b
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 = "*" }]