Skip to content

Commit 0709046

Browse files
committed
Remove unnecessary changes
1 parent 2893498 commit 0709046

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
@@ -650,7 +650,6 @@ variable "timeouts" {
650650
error_message = "Only create, update, delete timeouts can be specified."
651651
}
652652
}
653-
654653
{% if beta_cluster %}
655654
{% if autopilot_cluster != true %}
656655

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ variable "timeouts" {
417417
}
418418
}
419419

420-
421420
variable "monitoring_enable_managed_prometheus" {
422421
type = bool
423422
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
@@ -387,7 +387,6 @@ variable "timeouts" {
387387
}
388388
}
389389

390-
391390
variable "monitoring_enable_managed_prometheus" {
392391
type = bool
393392
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
@@ -623,7 +623,6 @@ variable "timeouts" {
623623
}
624624
}
625625

626-
627626
variable "enable_kubernetes_alpha" {
628627
type = bool
629628
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
@@ -623,7 +623,6 @@ variable "timeouts" {
623623
}
624624
}
625625

626-
627626
variable "enable_kubernetes_alpha" {
628627
type = bool
629628
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
@@ -593,7 +593,6 @@ variable "timeouts" {
593593
}
594594
}
595595

596-
597596
variable "enable_kubernetes_alpha" {
598597
type = bool
599598
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
@@ -593,7 +593,6 @@ variable "timeouts" {
593593
}
594594
}
595595

596-
597596
variable "enable_kubernetes_alpha" {
598597
type = bool
599598
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
@@ -593,4 +593,3 @@ variable "timeouts" {
593593
error_message = "Only create, update, delete timeouts can be specified."
594594
}
595595
}
596-

modules/private-cluster/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,4 +593,3 @@ variable "timeouts" {
593593
error_message = "Only create, update, delete timeouts can be specified."
594594
}
595595
}
596-

variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,4 +563,3 @@ variable "timeouts" {
563563
error_message = "Only create, update, delete timeouts can be specified."
564564
}
565565
}
566-

0 commit comments

Comments
 (0)