Skip to content

Commit 2a85f76

Browse files
authored
fix: remove telemetry from bootstrap (#84)
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 983cf00 commit 2a85f76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • modules/rancher_bootstrap/rancher

modules/rancher_bootstrap/rancher/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,5 @@ resource "rancher2_bootstrap" "admin" {
247247
time_sleep.settle_after_rancher,
248248
terraform_data.get_public_cert_info,
249249
]
250-
password = random_password.password.result
251-
telemetry = false
250+
password = random_password.password.result
252251
}

0 commit comments

Comments
 (0)