Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 799 Bytes

File metadata and controls

33 lines (24 loc) · 799 Bytes
page_title subcategory description
thebastion Provider

thebastion Provider

Example Usage

# 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"
}

Schema

Optional

  • 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.