Documentation ¶
Index ¶
Constants ¶
View Source
const ( // remoteCommandTimeout int = 300 // https://www.pulumi.com/docs/intro/concepts/resources/options/customtimeouts/ RemoteTimeout string = "40m" CommandCloudInitWait string = "sudo cloud-init status --wait" CommandPing string = "echo ping" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteCommand ¶
Remote command success if error = nil
type RemoteInstance ¶
type RemoteInstance struct { InstanceIP *pulumi.StringOutput Instance *ec2.Instance Username string PrivateKey *tls.PrivateKey }
func (RemoteInstance) RemoteExec ¶
Click to show internal directories.
Click to hide internal directories.