We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945566a + 16ae4d0 commit 9eb74bfCopy full SHA for 9eb74bf
README.md
@@ -6,9 +6,9 @@ This Terraform module provisions an AWS EC2 instance and configures it as a GitL
6
7
```hcl
8
module "gitlab_shell_runner" {
9
- source = "https://github.com/infraspecdev/terraform-aws-gitlab-shell-runner"
+ source = "https://github.com/infraspecdev/terraform-aws-gitlab-shell-runner"
10
11
- ami_id = "ami-0addfae420fd47aab"
+ ami_id = "ami-0addfae420fd47aab"
12
instance_type = "t2.micro"
13
instance_count = 2
14
vpc_security_group_ids = ["sg-0b0b0b0b0b0b0b0b0"]
0 commit comments