We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2000b1 + 32877e0 commit 5fe43a8Copy full SHA for 5fe43a8
VERSION.txt
@@ -1 +1 @@
1
-0.2.1
+0.2.2
iam_kubernetes.tf
@@ -13,8 +13,8 @@ locals {
13
14
15
resource "google_service_account" "kubernetes" {
16
- account_id = "${var.environment}-octue-twined-kubernetes"
17
- display_name = "${var.environment}-octue-twined-kubernetes"
+ account_id = "${var.environment}-twined-k8s"
+ display_name = "${var.environment}-twined-k8s"
18
project = var.google_cloud_project_id
19
description = "Allow the Octue Twined Kubernetes cluster to access resources in the ${var.environment} environment."
20
depends_on = [time_sleep.wait_for_google_apis_to_enable]
0 commit comments