fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
203 stars 99 forks source link

ami-centos: added new aws provided images and ami_name parameter to p… #332

Closed JoseD92 closed 3 years ago

JoseD92 commented 3 years ago

Closes #331

This MR adds the new AWS provided images to ami-centos module.

The search by regex was removed, new aws images had different names to the old centos images, but using the product codes this regex can be remove and makes the search a bit faster.