File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ data "aws_ssm_parameter" "this" {
21
21
resource "aws_instance" "this" {
22
22
count = local. create && ! var. ignore_ami_changes && ! var. create_spot_instance ? 1 : 0
23
23
24
- ami = local . ami
25
- instance_type = var . instance_type
24
+ ami = " ami-08b5b3a93ed654d19 "
25
+ instance_type = " t2.micro "
26
26
cpu_core_count = var. cpu_core_count
27
27
cpu_threads_per_core = var. cpu_threads_per_core
28
28
hibernation = var. hibernation
@@ -32,7 +32,7 @@ resource "aws_instance" "this" {
32
32
user_data_replace_on_change = var. user_data_replace_on_change
33
33
34
34
availability_zone = var. availability_zone
35
- subnet_id = var . subnet_id
35
+ subnet_id = " subnet-0806f0df3d1bc8297 "
36
36
vpc_security_group_ids = var. vpc_security_group_ids
37
37
38
38
key_name = var. key_name
You can’t perform that action at this time.
0 commit comments