Skip to content

Commit 1489938

Browse files
committed
Edit main.tf
1 parent 3d0681c commit 1489938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ provider "aws" {
1515
}
1616

1717
resource "aws_instance" "pt_lab" {
18-
ami = "ami-0257e70b7c6db1498"
18+
ami = "ami-0f8ce9c417115413d"
1919
instance_type = "t3.micro"
2020
associate_public_ip_address = true
2121
key_name = "ssh-key"
@@ -64,7 +64,7 @@ root_block_device {
6464
}
6565

6666
variable "instance_count" {
67-
default = "2"
67+
default = "3"
6868
}
6969

7070
output "instance_ip" {

0 commit comments

Comments
 (0)