Skip to content

Commit d90f887

Browse files
authored
Update main.tf
1 parent 79e8d85 commit d90f887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ provider "aws" {
99
resource "aws_instance" "my_web_app" {
1010
ami = "ami-005e54dee72cc1d00"
1111

12-
instance_type = "m3.xlarge"
12+
instance_type = "m5.8xlarge"
1313

1414
tags = {
1515
Environment = "production"

0 commit comments

Comments
 (0)