Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BastionArgs ¶ added in v0.9.7
type BastionResult ¶ added in v0.9.7
type BastionResult struct {
Instance *ec2.Instance
PrivateKey *tls.PrivateKey
Usarname string
Port int
}
func Create ¶ added in v0.9.7
func Create(ctx *pulumi.Context, mCtx *mc.Context, args *BastionArgs) (*BastionResult, error)
This module allows to create a bastion host It will export to context, based on keys from request: * private key * username * host It will also return the required refs to resources as BastionsResources to allow orchestrated within the wrapping stack
Click to show internal directories.
Click to hide internal directories.