terraform has changed their provider licence, you cant use terraform providers with anything other than terraform. i just tried opentofu and i cant seem to run tofu init since it requires a terraform provider to deploy my stack. is there a work around for this? or are we stuck using terraform again?
Hi.... which provider are you referring to? All of the cloud providers for Terraform (AWS...etc) are still licensed as MPL or other OSS licenses. HashiCorp did change the usage policy on it's registry for downloading providers which restricts it only to Terraform, which is why OpenTofu has it's own compatible registry. Can you provide more details as to why you cant run tofu init? Thanks