upbound / provider-terraform

A @crossplane provider for Terraform
Apache License 2.0
142 stars 56 forks source link

Upgrade terraform to latest version #172

Closed mbbush closed 1 year ago

mbbush commented 1 year ago

What problem are you facing?

I would like to use an import block in my terraform workspace to "adopt" into crossplane a resource which has already been created outside of crossplane. The specific resource I'm interested in is unsupported in the crossplane aws provider, and the terraform aws provider does not expose a data resource I can use to observe it. But I expect the functionality to be useful in general, even when those two limitations don't apply.

This feature is only supported in terraform 1.5.0 or later

How could Official Terraform Provider help solve your problem?

Could you upgrade to the latest version of terraform?