Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Installation

To install this plugin, copy and paste this code into your Packer configuration, then run packer init.

packer {
  required_plugins {
    hashicorp-aws = {
      version = ">= 0.0.1"
      source = "github.com/QubitPi/hashicorp-aws"
    }
  }
}

Alternatively, you can use packer plugins install to manage installation of this plugin.

$ packer plugins install github.com/QubitPi/hashicorp-aws

Components

Provisioners