Skip to content

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

Notifications You must be signed in to change notification settings

kmosher/terraform-provider-myaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

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