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.
2 parents af76287 + c09f710 commit 10e2127Copy full SHA for 10e2127
README.md
@@ -1,4 +1,5 @@
1
# acme-demo
2
+
3
ACME, Inc. Demo environment for Sales
4
5
This is a test on the merge to master!
simple-ec2-instance/ec2.tf
@@ -6,7 +6,7 @@ module "acme-ec2" {
6
instance_count = var.instance_count
7
8
ami = data.aws_ami.ubuntu.id
9
- instance_type = var.instance_type
+ instance_type = "t3a.medium"
10
#key_name = "AWay"
11
#vpc_security_group_ids = [data.aws_security_group.web_server.id]
12
subnet_ids = data.aws_subnet_ids.selected.ids
0 commit comments