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

@ -248,5 +248,4 @@ resource "rancher2_bootstrap" "admin" {
terraform_data.get_public_cert_info,
]
password = random_password.password.result
telemetry = false
}