= Terraform Record Time Resource Changed = * e.g. from [[https://www.reddit.com/r/Terraform/comments/ech4x7/update_a_last_modified_tag_only_when_other/|Redit]] {{{ resource "terraform_data" "upload_time" { input = timestamp() triggers_replace = [ terraform_data.cli_upload ] lifecycle { ignore_changes = [ input ] } } }}} ---- CategoryTerraform