terraform: Replace all occurrences of TERRAFORM_PROVIDER_TYPE
There could be more than one occurrence of TERRAFORM_PROVIDER_TYPE.
Use gsub() instead of sub() to replace all of them.
terraform-provider-aws3: Set TERRAFORM_PROVIDER_LEGACY_INSTALL
There is already a net/terraform-provider-aws so we should also
install it under bin to migrate from Terraform 0.12.x.
terraform: Add TERRAFORM_PROVIDER_LEGACY_INSTALL
When set to "yes" it will install versioned provider under bin/ too so
that it can be used by Terraform 0.12.x.
All wip/terraform-provider-* that are under net/ should define that in
order to be able to migrate them.
terraform-provider-random: Set TERRAFORM_PROVIDER_LEGACY_INSTALL
There is already a net/terraform-provider-random so we should also
install it under bin to migrate from Terraform 0.12.x.
terraform012: Import terraform012-0.12.31 as wip/terraform012
Intended to version what we have now as net/terraform.
Only install tested. We probably need to also instruct wip/terraform to
symlink providers to ${PREFIX}/bin because Terraform 0.12.x is probably
able to pick them up only from there.
terraform013: Update to 0.13.7 and use wip/terraform
Update to the latest 0.13.7 version and adjust in order to use
../wip/terraform013/version.mk and patch similarly to other Terraform-s
to be able to use pkgsrc providers.
Only install-tested.
terraform*: get rid of default version
This was used for TERRAFORMVERSSUFFIX but it is no longer needed now
that terraform-provider-* do not depends on Terraform anymore.
lima: Remove (done) items
Alpine actually works out of the box. Also, no other adjustments
are needed on NetBSD nowdays.
Probably both Ubuntu and Debian are not working and fails as described
in <https://github.com/lima-vm/lima/issues/84>. I should try to
investigate more about that and I think we can try to look also at
sysutils/podman where this problem also happened in the past.