Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DeH] - tags are not supported #2620

Closed
uli-schneider opened this issue Aug 15, 2024 · 1 comment
Closed

[DeH] - tags are not supported #2620

uli-schneider opened this issue Aug 15, 2024 · 1 comment
Assignees

Comments

@uli-schneider
Copy link

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

@anton-sidelnikov anton-sidelnikov self-assigned this Aug 20, 2024
otc-zuul bot pushed a commit that referenced this issue Aug 22, 2024
[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
@uli-schneider
Copy link
Author

Tested this morning. Tags are now supported.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants