We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.9.5
1.4.2
windows_amd64
citrixadc_sslprofile
set ssl profile myprofile -maxage 15768000
Provider should detect changes of HSTS maxage.
Provider can configure "maxage" but doesn't check it. Terraform result is always "no changes" regardless of the actually configured maxage value.
No response
resource "citrixadc_sslprofile" "myprofile" { name = "myprofile" ... maxage = "15768000" ... }
Change configured maxage in GUI, CLI or via API und run "terraform plan".
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Terraform Core Version
1.9.5
citrixadc Provider Version
1.4.2
Operating system
windows_amd64
Affected Resource(s)
citrixadc_sslprofile
Equivalent NetScaler CLI Command
set ssl profile myprofile -maxage 15768000
Expected Behavior
Provider should detect changes of HSTS maxage.
Actual Behavior
Provider can configure "maxage" but doesn't check it.
Terraform result is always "no changes" regardless of the actually configured maxage value.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
resource "citrixadc_sslprofile" "myprofile" {
name = "myprofile"
...
maxage = "15768000"
...
}
Steps to Reproduce
Change configured maxage in GUI, CLI or via API und run "terraform plan".
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: