fix: remove telemetry from bootstrap (#84)
Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
parent
983cf0055a
commit
2a85f76c27
|
|
@ -247,6 +247,5 @@ resource "rancher2_bootstrap" "admin" {
|
||||||
time_sleep.settle_after_rancher,
|
time_sleep.settle_after_rancher,
|
||||||
terraform_data.get_public_cert_info,
|
terraform_data.get_public_cert_info,
|
||||||
]
|
]
|
||||||
password = random_password.password.result
|
password = random_password.password.result
|
||||||
telemetry = false
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue