Skip to content

AndrewChubatiuk/terraform-provider-ssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-ssh

This experimental provider enables SSH port forwarding in Terraform. It is intended as a bandaid until it is supported in Terraform itself.

Example

See main.tf.

Installation

Provider can be automatically installed using Terraform >= 0.13 by providing a terraform configuration block:

terraform {
    required_providers {
        ssh = {
            source = "AndrewChubatiuk/ssh"
        }
    }
}

About

This provider enables SSH port forwarding in Terraform.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 92.5%
  • HTML 4.2%
  • HCL 3.3%