We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983cf00 commit 2a85f76Copy full SHA for 2a85f76
1 file changed
modules/rancher_bootstrap/rancher/main.tf
@@ -247,6 +247,5 @@ resource "rancher2_bootstrap" "admin" {
247
time_sleep.settle_after_rancher,
248
terraform_data.get_public_cert_info,
249
]
250
- password = random_password.password.result
251
- telemetry = false
+ password = random_password.password.result
252
}
0 commit comments