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
Describe the bug
When using the TF provider with Data Sources for Deployment Targets, if using the is_disabled variable set to false, resources that are set to true are returned alongside false values
Steps to reproduce
Configure Octopus with a disabled Deployment Target
Create a data source for a deployment target using the is_disabled field set to false:
data "octopusdeploy_polling_tentacle_deployment_targets" "targets" {
is_disabled = false
}
Check terraform.tfstate file and see resources with is_disabled = true
Expected behavior
Only false values should be returned when using is_disabled = false
Environment and versions:
Terraform Version: [e.g. 1.5.7]
Octopus Terraform Provider Version: [e.g. 0.18.1]
Additional context is_disabled = true works as expected which seems odd
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the TF provider with Data Sources for Deployment Targets, if using the
is_disabled
variable set to false, resources that are set to true are returned alongside false valuesSteps to reproduce
is_disabled
field set to false:is_disabled = true
Expected behavior
Only false values should be returned when using
is_disabled = false
Environment and versions:
1.5.7
]0.18.1
]Additional context
is_disabled = true
works as expected which seems oddThe text was updated successfully, but these errors were encountered: