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
spacelift_context
Currently it triggers a replacement when we attempt to change the name of the spacelift_context resource:
name
# spacelift_context.google_staging must be replaced -/+ resource "spacelift_context" "google_staging" { # ... ~ id = "foobar" -> (known after apply) ~ name = "foobar" -> "barfoo" # forces replacement # (1 unchanged attribute hidden) }
However, it is possible to change the name in the Web UI:
I think it should be working in the Terraform as well.
The text was updated successfully, but these errors were encountered:
It should be as simple as this: #591
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Currently it triggers a replacement when we attempt to change the
name
of thespacelift_context
resource:However, it is possible to change the
name
in the Web UI:I think it should be working in the Terraform as well.
The text was updated successfully, but these errors were encountered: