From 16ae4d02c800ad11ba6db7e377335a474b1e2a2d Mon Sep 17 00:00:00 2001 From: Rajat Tomar Date: Mon, 23 Jan 2023 16:04:23 +0530 Subject: [PATCH] Fix indentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12166a2..b55d623 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This Terraform module provisions an AWS EC2 instance and configures it as a GitL ```hcl module "gitlab_shell_runner" { - source = "https://github.com/infraspecdev/terraform-aws-gitlab-shell-runner" + source = "https://github.com/infraspecdev/terraform-aws-gitlab-shell-runner" - ami_id = "ami-0addfae420fd47aab" + ami_id = "ami-0addfae420fd47aab" instance_type = "t2.micro" instance_count = 2 vpc_security_group_ids = ["sg-0b0b0b0b0b0b0b0b0"]