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

Commit b2b41dc

Browse files
JoseD92ketzacoatl
authored andcommitted
add official centos web page comment to module
1 parent a39ce25 commit b2b41dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ami-centos/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ data "aws_ami" "centos" {
2323
}
2424

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

0 commit comments

Comments
 (0)