samjegal / terraform-fincloud-bastion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Financial Cloud Bastion Terraform Module

License

Terraform module which creates Bastion instance on Financial Cloud.

Usage

module "bastion" {
  source = "github.com/samjegal/terraform-fincloud-bastion"

  prefix = "dev"

  vpc_id     = fincloud_virtual_private_cloud.stage.id
  cidr_block = "192.168.11.0/24"
  address    = "192.168.11.11"

  login_key_name = fincloud_login_key.stage.name
  init_script_id = fincloud_init_script.create-user.id
}

About

License:Other


Languages

Language:HCL 100.0%