salesforce / terraform-provider-anypoint

The official Terraform Provider for Mulesoft Anypoint Platform
https://registry.terraform.io/providers/mulesoft-anypoint/anypoint/latest/docs
MIT License
21 stars 17 forks source link

can we create tag: latest instead of hardcoding version #58

Closed arun-tu closed 1 year ago

arun-tu commented 2 years ago

Hi, Is there any way you can find a way to have 'latest' tag for version instead of number.

So we don't need to worry about latest versions

anypoint = {
  source = "mulesoft-anypoint/anypoint"
  version = "latest"
}
soufi commented 1 year ago

Hi @arun-tu,

After thinking about this, I don't think we are ready to use the latest tag just yet. Using hardcoded version gives our users the ability to revert back to their original version in case of a bug or inconsistency in newer versions ...