@cosmic9studios/pulumi-gcp-hashiserver
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

hashiServer

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

Build the packer image

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

Utilize the resource

const hashiServer = new HashiServer("Server", { 
    // 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", "consul-join"],
});

Readme

Keywords

none

Package Sidebar

Install

npm i @cosmic9studios/pulumi-gcp-hashiserver

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

6.99 kB

Total Files

12

Last publish

Collaborators

  • phenry20