Skip to content

Commit

Permalink
Update ec2.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 authored Sep 6, 2024
1 parent 5462e85 commit 7ca7db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/ec2.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_instance" "web_host" {
# ec2 have plain text secrets in user data
ami = "${var.ami}"
ami = "${var.ami}" # test
instance_type = "t2.nano"

vpc_security_group_ids = [
Expand Down

0 comments on commit 7ca7db4

Please sign in to comment.