Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
add official centos web page comment to module
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseD92 authored and ketzacoatl committed Feb 27, 2020
1 parent a39ce25 commit b2b41dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ami-centos/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ data "aws_ami" "centos" {
}

# this filter is here to guarantee that ami's come from the official CentOS.org
# we can be sure of the ami's authenticity by filtering by the products id's unique to
# CentOS.org, which can be found on their web site at https://wiki.centos.org/Cloud/AWS
filter {
name = "product-code"
values = [
Expand Down

0 comments on commit b2b41dc

Please sign in to comment.