Closed crouth-redge closed 2 months ago
Actually this is something else - setting the bool does not work around it, and dropping down to 1.13.0
from 1.13.1
resulted in:
╷
│ Error: could not query for stack dependency reference: Cannot query field "triggerAlways" on type "StackDependencyReference".
│
│ with spacelift_stack_dependency_reference.rcon_i1_dns_d1_dns,
│ on env_i1_aws_stacks.tf line 165, in resource "spacelift_stack_dependency_reference" "rcon_i1_dns_d1_dns":
│ 165: resource "spacelift_stack_dependency_reference" "rcon_i1_dns_d1_dns" {
│
╵
I had to drop back to 1.12.0 to get anything working in our on prem instance.
@crouth-redge Thank you for reporting this issue.
If you're using a self-hosted version, there might be a situation where the Terraform client is ahead of the self-hosted version. Please refer to this compatibility matrix to ensure you use the supported version.
The new enable_well_known_secret_masking option merged in #553 was not given a default value for the bool, breaking all existing stack pipelines without warning when updating to the latest release.
This should have a default to ensure backwards compatibility, or be explicitly declared as a breaking change.