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