fix: remove telemetry from bootstrap (#84)

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2025-03-27 16:00:48 -05:00 committed by GitHub
parent 983cf0055a
commit 2a85f76c27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -247,6 +247,5 @@ resource "rancher2_bootstrap" "admin" {
time_sleep.settle_after_rancher,
terraform_data.get_public_cert_info,
]
password = random_password.password.result
telemetry = false
password = random_password.password.result
}