page_title | subcategory | description |
---|---|---|
thebastion Provider |
# Configuration authentication required for TheBastion
provider "thebastion" {
host = "host"
username = "usernameBastion"
path_private_key = "/Users/username/.ssh/id_ed25519"
path_known_host = "/Users/username/.ssh/known_hosts"
}
host
(String) IP:PORT for TheBastion.path_known_host
(String) Path known host for TheBastion. Used to connect in ssh to TheBastion.path_private_key
(String) Path private key for TheBastion. Used to connect in ssh to TheBastion.username
(String) Username for TheBastion.