Open joachimBurket opened 4 months ago
1.7.2
1.39.0
RHEL9
citrixadc_lbvserver
unset lb vserver lb_vs_https -redirectFromPort
When removing the redirectfromport from the citrixadc_lbvserver resource, the attribute should be removed from the lbvserver in the NetScaler.
redirectfromport
The attribute redirectfromport isn't removed from the config in the NetScaler
No response
resource "citrixadc_lbvserver" "my_https" { name = "lb_vs_https" ipv46 = "10.0.0.5" port = 443 servicetype = "SSL" redirectfromport = 80 sslcertkey = citrixadc_sslcertkey.my_https.certkey }
I am having the same issue. When setting redirectfromport attribute from any-port to null plan returns No changes. Your infrastructure matches the configuration.
any-port to null
No changes. Your infrastructure matches the configuration.
Terraform Core Version
1.7.2
citrixadc Provider Version
1.39.0
Operating system
RHEL9
Affected Resource(s)
citrixadc_lbvserver
Equivalent NetScaler CLI Command
Expected Behavior
When removing the
redirectfromport
from thecitrixadc_lbvserver
resource, the attribute should be removed from the lbvserver in the NetScaler.Actual Behavior
The attribute
redirectfromport
isn't removed from the config in the NetScalerRelevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
citrixadc_lbvserver
and set theredirectfromport
attribute.redirectfromport
from the terraform resourceDebug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response