You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating the resource below, the expectation is that after the resource is created, the filelocation in the statefile would be '/var/partitions/cic/tmp'
What is actually created in the terraform state is /var/tmp, which seems to assume that partitions are not being used. This results in a terraform plan showing that the file needs to be moved as the location changed, even though it's in the correct place. It's just stored incorrectly in the state by the provider.
Terraform Core Version
1.4.6
citrixadc Provider Version
1.37.0
Operating system
macos
Affected Resource(s)
citrixadc_systemfile
Equivalent NetScaler CLI Command
i guess this would be handled via ftp
Expected Behavior
When creating the resource below, the expectation is that after the resource is created, the filelocation in the statefile would be '/var/partitions/cic/tmp'
Actual Behavior
What is actually created in the terraform state is /var/tmp, which seems to assume that partitions are not being used. This results in a terraform plan showing that the file needs to be moved as the location changed, even though it's in the correct place. It's just stored incorrectly in the state by the provider.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
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: