We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d206fac commit 034544aCopy full SHA for 034544a
vpc_terraform_2/main.tf
@@ -70,7 +70,7 @@ resource "aws_security_group_rule" "egress_access" {
70
security_group_id = "${aws_security_group.jenkins_security_group.id}"
71
}
72
73
-data "aws_ami" "ubuntu" {
+data "aws_ami" "latest-ubuntu" {
74
most_recent = true
75
76
filter {
0 commit comments