Skip to content

Commit 16ae4d0

Browse files
committed
Fix indentation
1 parent 945566a commit 16ae4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This Terraform module provisions an AWS EC2 instance and configures it as a GitL
66

77
```hcl
88
module "gitlab_shell_runner" {
9-
source = "https://github.com/infraspecdev/terraform-aws-gitlab-shell-runner"
9+
source = "https://github.com/infraspecdev/terraform-aws-gitlab-shell-runner"
1010
11-
ami_id = "ami-0addfae420fd47aab"
11+
ami_id = "ami-0addfae420fd47aab"
1212
instance_type = "t2.micro"
1313
instance_count = 2
1414
vpc_security_group_ids = ["sg-0b0b0b0b0b0b0b0b0"]

0 commit comments

Comments
 (0)