File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
fast/stages/3-project-factory/dev Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ The commands to link or copy the provider and terraform variable files can be ea
62
62
63
63
# copy and paste the following commands for '3-project-factory'
64
64
65
- ln -s /home/ludomagno /fast-config/providers/3-project-factory-providers.tf ./
66
- ln -s /home/ludomagno /fast-config/tfvars/globals.auto.tfvars.json ./
67
- ln -s /home/ludomagno /fast-config/tfvars/0-bootstrap.auto.tfvars.json ./
68
- ln -s /home/ludomagno /fast-config/tfvars/1-resman.auto.tfvars.json ./
69
- ln -s /home/ludomagno /fast-config/tfvars/2-networking.auto.tfvars.json ./
70
- ln -s /home/ludomagno /fast-config/tfvars/2-security.auto.tfvars.json ./
65
+ ln -s ~ /fast-config/providers/3-project-factory-providers.tf ./
66
+ ln -s ~ /fast-config/tfvars/globals.auto.tfvars.json ./
67
+ ln -s ~ /fast-config/tfvars/0-bootstrap.auto.tfvars.json ./
68
+ ln -s ~ /fast-config/tfvars/1-resman.auto.tfvars.json ./
69
+ ln -s ~ /fast-config/tfvars/2-networking.auto.tfvars.json ./
70
+ ln -s ~ /fast-config/tfvars/2-security.auto.tfvars.json ./
71
71
```
72
72
73
73
``` bash
You can’t perform that action at this time.
0 commit comments