Skip to content

Commit b09987d

Browse files
committed
feat: configure terraform dotfile
1 parent 207025e commit b09987d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.config/Code/User/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"explorer.confirmDelete": false,
2626
"explorer.confirmDragAndDrop": false,
2727
"files.associations": {
28+
".terraformrc": "terraform",
2829
"Vagrantfile": "ruby"
2930
},
3031
"files.eol": "\n",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The dotfiiles include configuration files for the following softwares:
3535
- Git
3636
- Nano
3737
- SSH client
38+
- Terraform
3839
- Tmux
3940
- Visual Studio Code
4041
- Wget

setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ install_brew_formulae() {
112112

113113
setup_user() {
114114
echo "Creating directories for the $TARGET_USER in $HOME"
115+
mkdir -pv "$HOME/.terraform.d"
115116
mkdir -pv "$HOME/bin"
116117
mkdir -pv "$HOME/Downloads"
117-
mkdir -pv "$HOME/workspaces"
118118
mkdir -pv "$HOME/workspaces-work"
119+
mkdir -pv "$HOME/workspaces"
119120

120121
mkdir -pv "${GCLOUD_CONFIG_DIRECTORY}"
121122
mkdir -pv "${USER_CACHE_DIRECTORY}"

0 commit comments

Comments
 (0)