Open
Description
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