Skip to content

Commit baa8230

Browse files
committed
Minor improvements
1 parent c793f73 commit baa8230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/prod_config.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ instance_type = "t2.micro"
22
key_name = "ssh-key-ec2" #change this to your key-pair name
33
ami_id = "ami-0f918f7e67a3323f0"
44
stage = "prod"
5-
shutdown_minutes = 15
5+
shutdown_minutes = 25
66
s3_bucket_name = "techeazy-logs-dev-unique123ss" # Change this!
77
aws_region = "ap-south-1"
88
repo_url = "https://github.com/techeazy-consulting/techeazy-devops"

0 commit comments

Comments
 (0)