Skip to content

Commit 10e2127

Browse files
author
Andrew Way
authored
Merge pull request #19 from env0/demobranch
Demobranch
2 parents af76287 + c09f710 commit 10e2127

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# acme-demo
2+
23
ACME, Inc. Demo environment for Sales
34

45
This is a test on the merge to master!

simple-ec2-instance/ec2.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module "acme-ec2" {
66
instance_count = var.instance_count
77

88
ami = data.aws_ami.ubuntu.id
9-
instance_type = var.instance_type
9+
instance_type = "t3a.medium"
1010
#key_name = "AWay"
1111
#vpc_security_group_ids = [data.aws_security_group.web_server.id]
1212
subnet_ids = data.aws_subnet_ids.selected.ids

0 commit comments

Comments
 (0)