-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
There is an error for dnsimple_ds_record where the docs say that it should be key_tag but the code shows it needs to be keytag.
Terraform Version
OpenTofu v1.10.7
on windows_amd64
- provider registry.opentofu.org/1password/onepassword v3.0.1
- provider registry.opentofu.org/dnsimple/dnsimple v2.0.0
Affected Resource(s)
Please list the resources as a list, for example:
- dnsimple_ds_record
Terraform Configuration Files
resource "dnsimple_ds_record" "cyberjake_com" {
domain = "example.com
algorithm = "13"
digest = "C52CE7C0A880566000C2059D0EF43F75A1FE6F280DD95973CDB2959ED35B1DFG"
digest_type = "2"
key_tag = "2371"
}Debug Output
Error: Unsupported argument
on domains.tf line 44, in resource "dnsimple_ds_record" "example":
44: key_tag = "2371"
An argument named "key_tag" is not expected here. Did you mean "keytag"?
Expected Behavior
key_tag should work.
Reactions are currently unavailable