File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ provider "argocd" {
5858 auth_token = "1234..." # env ARGOCD_AUTH_TOKEN
5959 # username = "admin" # env ARGOCD_AUTH_USERNAME
6060 # password = "foo" # env ARGOCD_AUTH_PASSWORD
61- insecure = false # env ARGOCD_INSECURE
61+ insecure = false # env ARGOCD_INSECURE
6262}
6363
6464resource "argocd_project" "myproject" {
@@ -115,22 +115,22 @@ resource "argocd_project" "myproject" {
115115 ]
116116 }
117117 sync_window {
118- kind = "allow"
118+ kind = "allow"
119119 applications = ["api-*"]
120- clusters = ["*"]
121- namespaces = ["*"]
122- duration = "3600s"
123- schedule = "10 1 * * *"
124- manual_sync = true
120+ clusters = ["*"]
121+ namespaces = ["*"]
122+ duration = "3600s"
123+ schedule = "10 1 * * *"
124+ manual_sync = true
125125 }
126126 sync_window {
127- kind = "deny"
127+ kind = "deny"
128128 applications = ["foo"]
129- clusters = ["in-cluster"]
130- namespaces = ["default"]
131- duration = "12h"
132- schedule = "22 1 5 * *"
133- manual_sync = false
129+ clusters = ["in-cluster"]
130+ namespaces = ["default"]
131+ duration = "12h"
132+ schedule = "22 1 5 * *"
133+ manual_sync = false
134134 }
135135 }
136136}
You can’t perform that action at this time.
0 commit comments