Skip to content

Commit 232db8e

Browse files
committed
Remove unnecessary changes
1 parent 1bbccad commit 232db8e

File tree

10 files changed

+0
-10
lines changed

10 files changed

+0
-10
lines changed

autogen/main/variables.tf.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ variable "timeouts" {
656656
error_message = "Only create, update, delete timeouts can be specified."
657657
}
658658
}
659-
660659
{% if beta_cluster %}
661660
{% if autopilot_cluster != true %}
662661

modules/beta-autopilot-private-cluster/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ variable "timeouts" {
423423
}
424424
}
425425

426-
427426
variable "monitoring_enable_managed_prometheus" {
428427
type = bool
429428
description = "(Beta) Configuration for Managed Service for Prometheus. Whether or not the managed collection is enabled."

modules/beta-autopilot-public-cluster/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ variable "timeouts" {
393393
}
394394
}
395395

396-
397396
variable "monitoring_enable_managed_prometheus" {
398397
type = bool
399398
description = "(Beta) Configuration for Managed Service for Prometheus. Whether or not the managed collection is enabled."

modules/beta-private-cluster-update-variant/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ variable "timeouts" {
629629
}
630630
}
631631

632-
633632
variable "enable_kubernetes_alpha" {
634633
type = bool
635634
description = "Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days."

modules/beta-private-cluster/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ variable "timeouts" {
629629
}
630630
}
631631

632-
633632
variable "enable_kubernetes_alpha" {
634633
type = bool
635634
description = "Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days."

modules/beta-public-cluster-update-variant/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ variable "timeouts" {
599599
}
600600
}
601601

602-
603602
variable "enable_kubernetes_alpha" {
604603
type = bool
605604
description = "Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days."

modules/beta-public-cluster/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ variable "timeouts" {
599599
}
600600
}
601601

602-
603602
variable "enable_kubernetes_alpha" {
604603
type = bool
605604
description = "Whether to enable Kubernetes Alpha features for this cluster. Note that when this option is enabled, the cluster cannot be upgraded and will be automatically deleted after 30 days."

modules/private-cluster-update-variant/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,4 +599,3 @@ variable "timeouts" {
599599
error_message = "Only create, update, delete timeouts can be specified."
600600
}
601601
}
602-

modules/private-cluster/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,4 +599,3 @@ variable "timeouts" {
599599
error_message = "Only create, update, delete timeouts can be specified."
600600
}
601601
}
602-

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,4 +569,3 @@ variable "timeouts" {
569569
error_message = "Only create, update, delete timeouts can be specified."
570570
}
571571
}
572-

0 commit comments

Comments
 (0)