When we make a change to an asset and run terraform apply again, we want terraform to make a deployment again to reflect the changes. But currently this doesn't happen; terraform apply or terraform plan says that "No changes. Your infrastructure matches the configuration."
When we make a change to an asset and run
terraform apply
again, we want terraform to make a deployment again to reflect the changes. But currently this doesn't happen;terraform apply
orterraform plan
says that "No changes. Your infrastructure matches the configuration."