Add Artifact registry Service Identity SA creation.

This commit is contained in:
lcaggio
2022-09-20 10:36:12 +02:00
parent db33befd59
commit 495a5bbfff
2 changed files with 2 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ locals {
} }
) )
service_accounts_jit_services = [ service_accounts_jit_services = [
"artifactregistry.googleapis.com",
"cloudasset.googleapis.com", "cloudasset.googleapis.com",
"gkehub.googleapis.com", "gkehub.googleapis.com",
"pubsub.googleapis.com", "pubsub.googleapis.com",

View File

@@ -16,4 +16,4 @@ def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected." "Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner() modules, resources = e2e_plan_runner()
assert len(modules) == 13 assert len(modules) == 13
assert len(resources) == 42 assert len(resources) == 43