I am unable to configure bastion host with standard tier and native client support enabled via azure terraform

I have used the latest provider version still reported with the below error:

Error 1: Unsupported argument

on main.tf line 238, in module “bastion_host”:
238: ebastion_host_skue = "Standard"e

An argument named “bastion_host_sku” is not expected here.

Error 2: Unsupported argument

on main.tf line 239, in module “bastion_host”:
239: etunneling_enabled = “true”

An argument named “tunneling_enabled” is not expected here.

Followed official hashicorp documentation for these implementations still its not working as expected.

Any help would be great