Add Artifact registry Service Identity SA creation.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user