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

[Bug]: Missing Comment Argument @citrixadc_policystringmap_pattern_binding #1222

Open
stefanschlipfi opened this issue Oct 30, 2024 · 0 comments
Labels

Comments

@stefanschlipfi
Copy link

Terraform Core Version

v1.9.5

citrixadc Provider Version

1.41.0

Operating system

RHEL 8

Affected Resource(s)

  • citrixadc_policystringmap_pattern_binding

Equivalent NetScaler CLI Command

bind stringmap str_map_01 hello world -comment test

Expected Behavior

Stringmap binding with comment attr

Actual Behavior

Can create stringmap binding without comment attr

Relevant Error/Panic Output Snippet

Terraform error:
in resource "citrixadc_policystringmap_pattern_binding" 
An argument named "comment" is not expected here.

Terraform Configuration Files

resource "citrixadc_policystringmap_pattern_binding" "policystringmap_pattern_binding_set" {
    name = "str_map_01"
    key = "hello"
    value = "world"
    comment = "test comment"
}

Steps to Reproduce

resource "citrixadc_policystringmap_pattern_binding" "policystringmap_pattern_binding_set" {
    name = "str_map_01"
    key = "hello"
    value = "world"
    comment = "test comment"
}

Debug Output

│ Error: Unsupported argument

│ on resources_constraints/main.tf line 346, in resource "citrixadc_policystringmap_pattern_binding" "policystringmap_pattern_binding_set":
│ 346: comment = "test comment"

│ An argument named "comment" is not expected here.

Panic Output

No response

Important Factoids

No response

References

No response

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

No branches or pull requests

1 participant