Categorygithub.com/prasannakumarik25/https-github.com-mavrick202-terraformsingleinstancebuildergooglecompute
package
0.12.3
Repository: https://github.com/prasannakumarik25/https-github.com-mavrick202-terraformsingleinstance.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
The unique ID for this builder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
accountFile represents the structure of the account file JSON file.
Artifact represents a GCE image as the result of a Packer build.
Builder represents a Packer Builder.
Config is the configuration structure for the GCE builder.
DriverMock is a Driver implementation that is a mocked out so that it can be used for tests.
No description provided by the author
No description provided by the author
StepCreateInstance represents a Packer build step that creates GCE instances.
StepCreateSSHKey represents a Packer build step that generates SSH key pairs.
StepCreateWindowsPassword represents a Packer build step that sets the windows password on a Windows GCE instance.
stepInstanceInfo represents a Packer build step that gathers GCE instance info.
StepTeardownInstance represents a Packer build step that tears down GCE instances.
WindowsPasswordConfig is the data structue that GCE needs to encrypt the created windows password.
# Interfaces
Driver is the interface that has to be implemented to communicate with GCE.
# Type aliases
StepCheckExistingImage represents a Packer build step that checks if the target image already exists, and aborts immediately if so.
StepCreateImage represents a Packer build step that creates GCE machine images.
No description provided by the author