You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need the flexibility with landing-zone-vsi module to provision an instance in a dedicated host that belongs to the provided dedicated host group
#747
Open
nupurg-ibm opened this issue
Nov 11, 2024
· 0 comments
As you know if the value is not supported we see the below issue:
Error: Unsupported argument
│
│ on ../../modules/landing_zone_vsi/main.tf line 79, in module "management_vsi":
│ 79: dedicated_host = var.boot_volume_encryption_key
│
│ An argument named "dedicated_host" is not expected here.
╵
The text was updated successfully, but these errors were encountered:
Description
If I create the dedicated host by our code, I need to pass the value of dedicated host for the VSI's to join.. I see that the landing zone VSI will not support the attribute to join to the dedicated host -> https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vsi/blob/main/main.tf
We need the flexibility with landing-zone-vsi module to provision an instance in a dedicated host that belongs to the provided dedicated host group
Like : https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/is_instance
As you know if the value is not supported we see the below issue:
The text was updated successfully, but these errors were encountered: