Open DblK opened 1 year ago
Using the example of apt
resource, since we can not include the version in the name
argument (name=version
). Changing the value of the name
argument should trigger Terraform to destroy the previous version and install a new one. Therefore, I don't think we need the UpdateContext.
When running the script to install let's say
nodejs
version16
, I wish to be able to change information in my terraform file to18
and the provider to update/upgrade to the specific version.Thx