Skip to content
Snippets Groups Projects
Commit 116afca8 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added to README

parent b07c52cb
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49027 passed
......@@ -2,7 +2,9 @@
## Setup Terraform Locally
### File Creation - variables-local.tf
First, you must setup 2 local files for your variables :
### variables-local.tf
Create a file **variables-local.tf** containing the following code :
```hcl
......@@ -27,7 +29,7 @@ variable "FORGE_ACCESS_TOKEN" {
sensitive = true
}
```
### File Creation - variables-local.tfvars
### variables-local.tfvars
Now, you can create a file for your variables information called **variables-local.tfvars** containing the following code :
```hcl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment