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]: citrixadc_sslprofile - maxage not compared #1231

Open
adc-nerd opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1232
Open

[Bug]: citrixadc_sslprofile - maxage not compared #1231

adc-nerd opened this issue Dec 3, 2024 · 0 comments · May be fixed by #1232
Labels

Comments

@adc-nerd
Copy link

adc-nerd commented Dec 3, 2024

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

No response

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

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

Successfully merging a pull request may close this issue.

1 participant