Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Terraform module for creation of AWS IAM role allowing permission to run packer

Notifications You must be signed in to change notification settings

jsallis/terraform-packer-iam-policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

terraform-packer-iam-policy

When creating Amazon AMIs via packer with IAM user credentials, this IAM policy will need to be associated with the user to allow enough permission for packer to run properly

Usage

Add the following to your terraform manifest:

module "terraform-packer-iam-policy" {
    source = "github.com/jsallis/terraform-packer-iam-policy"
}

Attribution

Source for the IAM policy definition and additional information are available at the Packer website.

About

Terraform module for creation of AWS IAM role allowing permission to run packer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages