Skip to content

Commit

Permalink
Merge pull request #616 from robinmordasiewicz/dev106
Browse files Browse the repository at this point in the history
adding init
  • Loading branch information
robinmordasiewicz authored Sep 29, 2024
2 parents 6439d57 + 5553fdf commit 5b642c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/spoke-k8s_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ resource "azurerm_kubernetes_cluster_extension" "flux_extension" {
}

resource "null_resource" "secret" {
#triggers = {
# always_run = timestamp()
#}
triggers = {
always_run = timestamp()
}
depends_on = [null_resource.kube_config]

provisioner "local-exec" {
Expand Down

0 comments on commit 5b642c4

Please sign in to comment.