Terraform v1.5 debuts an experimental flag, -generate-config-out
. It grabs configs during resource import and spits out raw HCL. Teams stash assets in an import block, trigger the flag, then polish the generated main.tf
. IaC onboarding feels like a sprint.