Skip to content

bobtfish/terraform-provider-myaws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey-patches the aws provider so that AMI is a computed resource

Install the binary by saying docker build . ; docker run -v "$HOME/bin:/target" xxxx

Install by including the following in your ~/.terraformrc

providers {
    aws = "terraform-provider-myaws"
}

About

A small example that monkey-patches the aws provider so that ami is a computed resource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.6%
  • Shell 27.4%