Skip to content

Commit 0b721a3

Browse files
authored
Merge pull request #747 from apichick/fleet-service-account-fix
Added gkehub.googleapis.com to jit services
2 parents a5536f8 + 6275f1b commit 0b721a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/gke-hub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module "hub" {
9191
}
9292
}
9393
94-
# tftest modules=4 resources=14
94+
# tftest modules=4 resources=15
9595
```
9696
<!-- BEGIN TFDOC -->
9797

modules/project/service-accounts.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ locals {
6161
}
6262
service_accounts_jit_services = [
6363
"cloudasset.googleapis.com",
64+
"gkehub.googleapis.com",
6465
"pubsub.googleapis.com",
6566
"secretmanager.googleapis.com",
6667
"sqladmin.googleapis.com"

0 commit comments

Comments
 (0)