Skip to content

Commit 5fe43a8

Browse files
authored
MRG: Merge pull request #8 from octue/shorten-kubernetes-service-account-id
Shorten kubernetes GCP service account name
2 parents f2000b1 + 32877e0 commit 5fe43a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

iam_kubernetes.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ locals {
1313

1414

1515
resource "google_service_account" "kubernetes" {
16-
account_id = "${var.environment}-octue-twined-kubernetes"
17-
display_name = "${var.environment}-octue-twined-kubernetes"
16+
account_id = "${var.environment}-twined-k8s"
17+
display_name = "${var.environment}-twined-k8s"
1818
project = var.google_cloud_project_id
1919
description = "Allow the Octue Twined Kubernetes cluster to access resources in the ${var.environment} environment."
2020
depends_on = [time_sleep.wait_for_google_apis_to_enable]

0 commit comments

Comments
 (0)