-
Notifications
You must be signed in to change notification settings - Fork 69
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
Null provider tirggers always #21
Comments
Hi @af6140, The problem here is that the data source has You can avoid this problem by removing that data "external" "artifact_info" {
program = ["bash", "${path.module}/parse_artifact_info.sh"]
query {
info_file = "${local_file.artifact_info.filename}"
}
} You can see more information about why Terraform behaves this way (and what a future version of Terraform CLI might do about it) in hashicorp/terraform#17034. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
terraform run
Notice the triggers.key does not show "computed" other than empty, this triggers my local-exec provisioner to run everytime.
The text was updated successfully, but these errors were encountered: