Skip to content

Commit c8d844a

Browse files
committed
Refactor examples directory structure
1 parent 7e99042 commit c8d844a

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea/
22
terraform.tfstate*
33
.terraform*
4-
examples/terraform.tfstate*
5-
examples/.terraform*
6-
.infracost/
4+
examples/gitlab-shell-runner-setup/terraform.tfstate*
5+
examples/gitlab-shell-runner-setup.terraform*

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ module "gitlab_shell_runner" {
1919
}
2020
```
2121

22+
## Examples
23+
24+
[Example](examples/gitlab-shell-runner-setup)
25+
2226

2327
<!-- BEGIN_TF_DOCS -->
2428
## Requirements

examples/main.tf renamed to examples/gitlab-shell-runner-setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "gitlab_shell_runner" {
2-
source = "../"
2+
source = "../../"
33

44
ami_id = "ami-0addfae420fd47aab"
55
instance_type = "t2.micro"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)