https://github.com/dippynark/terraform-provider-tarmak
https://github.com/dippynark/terraform-provider-tarmak
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dippynark/terraform-provider-tarmak
- Owner: dippynark
- Created: 2018-02-01T13:07:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T15:41:21.000Z (over 8 years ago)
- Last Synced: 2025-01-23T12:11:35.271Z (over 1 year ago)
- Language: Go
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-provider-tarmak
terraform-provider-tarmak is a Terraform provider built specifically for use within [Tarmak](https://github.com/jetstack/tarmak).
## Examples
```
resource "tarmak_tunnel" "primary" {
bind_address = "127.0.0.1"
destination_address = "216.58.206.110"
destination_port = 80
ssh_config_path = "/Users/root/.ssh/config"
ssh_config_host = "server"
}
```