You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration in this directory creates a complete single instance Gitlab omnibus setup.
3
+
4
+
## Usage
5
+
To run this example you need to execute:
6
+
7
+
```bash
8
+
$ terraform init
9
+
$ terraform plan
10
+
$ terraform apply
11
+
```
12
+
13
+
Note that this example may create resources which can cost money (AWS Elastic IP, for example). Run `terraform destroy` when you don't need these resources.
0 commit comments