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
╷
│ Error: Unsupported argument
│
│ on tf_B2700_DeH_DedicatedHosts.tf line 20, in resource "opentelekomcloud_deh_host_v1" "dedicated_host":
│ 20: tags = local.tags
│
│ An argument named "tags" is not expected here.
[DEH] tags support in `resource/opentelekomcloud_deh_host_v1`
Summary of the Pull Request
PR Checklist
Refers to: #2620
Tests added/passed.
Documentation updated.
Schema updated.
Release notes added.
Acceptance Steps Performed
=== RUN TestAccDedicatedHostV1_basic
--- PASS: TestAccDedicatedHostV1_basic (45.21s)
PASS
Process finished with the exit code 0
Reviewed-by: Aloento
Reviewed-by: Vladimir Vshivkov
DeH provider does not support "tags" and "quantity"
Affected Resource(s)
opentelekomcloud_deh_host_v1
resource "opentelekomcloud_deh_host_v1" "dedicated_host" {
name = "deh-${local.dp_name}"
auto_placement = "on"
availability_zone = "eu-de-03"
host_type = "s2-medium"
tags = local.tags
}
Debug Output/Panic Output
╷
│ Error: Unsupported argument
│
│ on tf_B2700_DeH_DedicatedHosts.tf line 20, in resource "opentelekomcloud_deh_host_v1" "dedicated_host":
│ 20: tags = local.tags
│
│ An argument named "tags" is not expected here.
Important Factoids
https://docs.otc.t-systems.com/dedicated-host/api-ref/api/allocating_dehs.html
References
The text was updated successfully, but these errors were encountered: