Skip to content
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

udf submodule showing many warnings #44

Closed
umairidris opened this issue Feb 13, 2020 · 1 comment
Closed

udf submodule showing many warnings #44

umairidris opened this issue Feb 13, 2020 · 1 comment
Labels

Comments

@umairidris
Copy link
Contributor

Warning: External references from destroy provisioners are deprecated

on .terraform/modules/dataset.udfs.bq_check_protocol/main.tf line 179, in resource "null_resource" "run_command":
179: command = <<-EOT
180: PATH=${local.gcloud_bin_abs_path}:$PATH
181: ${var.destroy_cmd_entrypoint} ${var.destroy_cmd_body}
182: EOT

Destroy-time provisioners and their connection configurations may only
reference attributes of the related resource, via 'self', 'count.index', or
'each.key'.

References to other resources during the destroy phase can cause dependency
cycles and interact poorly with create_before_destroy.

(and 31 more similar warnings elsewhere)

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant