This experimental provider enables SSH port forwarding in Terraform. It is intended as a bandaid until it is supported in Terraform itself.
See main.tf.
Provider can be automatically installed using Terraform >= 0.13 by providing a terraform
configuration block:
terraform {
required_providers {
ssh = {
source = "AndrewChubatiuk/ssh"
}
}
}