We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ea631 commit a37c0d7Copy full SHA for a37c0d7
cluster.tf
@@ -4,7 +4,7 @@ resource "argocd_cluster" "dev" {
4
5
lifecycle {
6
ignore_changes = [
7
- config.0.tls_client_config.0.ca_data
+ config
8
]
9
}
10
@@ -37,7 +37,7 @@ resource "argocd_cluster" "prod" {
37
name = "prod"
38
39
40
41
42
43
@@ -71,7 +71,7 @@ resource "argocd_cluster" "ops" {
71
72
73
74
75
76
77
0 commit comments