Skip to content

Commit df951c8

Browse files
committed
OKE standard tag for cluster name
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent 2d4bc91 commit df951c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
################################################################################
2121
locals {
2222
deploy_id = random_string.deploy_id.result
23-
deploy_tags = { "DeploymentID" = local.deploy_id, "AppName" = local.app_name, "Quickstart" = "terraform-oci-oke-quickstart" }
23+
deploy_tags = { "DeploymentID" = local.deploy_id, "AppName" = local.app_name, "Quickstart" = "terraform-oci-oke-quickstart", "OKEclusterName" = "${local.app_name} (${local.deploy_id})" }
2424
oci_tag_values = {
2525
"freeformTags" = merge(var.tag_values.freeformTags, local.deploy_tags),
2626
"definedTags" = var.tag_values.definedTags

0 commit comments

Comments
 (0)