2.0.0 • Published 5 years ago

@cosmic9studios/pulumi-gcp-hashiclient v2.0.0

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

HashiClient

Terraform script to create compute instances all running consul and nomad clients

Build the packer image

cd packer
packer build packer.json -var 'account_file=path/to/account.json'

Utilize the resource

const hashiClient = new HashiClient("Client", { 
    // Mandatory properties (you must set these yourself)
    imageUrl: "gcp image self link" 
    machineType: "g1-small"
    networkLink: "networkSelfLink"
    targetSize: 2

    // Optional properties (below are the default values)
    networkTier: "STANDARD",
    description: "Created by Pulumi",
    labels: {},
    serviceAccountName: "c9s-bot",
    tags: ["allow-icmp"],
});
2.0.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago