Skip to content

Commit 9eb74bf

Browse files
authored
Merge pull request #2 from infraspecdev/docs-updates
Fix indentation
2 parents 945566a + 16ae4d0 commit 9eb74bf

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)