Skip to content

Commit

Permalink
Increase timeout for rancher provider
Browse files Browse the repository at this point in the history
This should fix a race condition issue where the bootstrap provider did not wait long enough for KDM to be updated.

Fixes #196
  • Loading branch information
bashofmann committed Jan 21, 2022
1 parent 54bcd37 commit 193b7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rancher-common/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ provider "rancher2" {
insecure = true
# ca_certs = data.kubernetes_secret.rancher_cert.data["ca.crt"]
token_key = rancher2_bootstrap.admin.token
timeout = "300s"
}

0 comments on commit 193b7a2

Please sign in to comment.