Skip to content

Commit 52b621e

Browse files
netsirkdevoncrouse
authored andcommitted
fix: Add better explanation to variable description name
1 parent bbe3a17 commit 52b621e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/oke/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ variable "node_pools" {
9797

9898
variable "ignore_label_prefix_in_node_pool_names" {
9999
default = false
100-
description = "Do not use the label_prefix when naming each node pool. This frees up more characters for the nodepool name. Current limit to node pool name is 32 characters."
100+
description = "While using label_prefix to add a prefix to many OCI resource names, do not use the label_prefix when naming each node pool. This frees up more characters for the nodepool name. Current limit to node pool name is 32 characters."
101101
type = bool
102102
}
103103

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ variable "node_pool_timezone" {
741741

742742
variable "ignore_label_prefix_in_node_pool_names" {
743743
default = false
744-
description = "Do not use the label_prefix when naming each node pool. This frees up more characters for the nodepool name. Current limit to node pool name is 32 characters."
744+
description = "While using label_prefix to add a prefix to many OCI resource names, do not use the label_prefix when naming each node pool. This frees up more characters for the nodepool name. Current limit to node pool name is 32 characters."
745745
type = bool
746746
}
747747

0 commit comments

Comments
 (0)