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
Copy file name to clipboardExpand all lines: gh-action-terragrunt-apply/README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,46 @@ These input values must be the same as any wayofdev/gh-action-terragrunt-plan fo
89
89
- Optional
90
90
- Default: parallel
91
91
92
+
*`create_cache_folder_in_workspace`
93
+
94
+
Set to true to create a cache folder in workspace. It can be reused in other steps, jobs and workflows. By default it created in /tmp folder inside docker container and not available outside.
95
+
96
+
- Type: boolean
97
+
- Optional
98
+
- Default: false
99
+
100
+
*`cache_folder`
101
+
102
+
Specify custom name for the cache folder which will be created in github workspace. Two additional folders will be created inside `cache_folder`: `tf_plugin_cache_folder` and `tg_cache_folder`
103
+
104
+
- Type: string
105
+
- Optional
106
+
- Default: .terragrunt-cache
107
+
108
+
*`use_tf_plugin_cache_folder`
109
+
110
+
If set to `true`, the varibale TF_PLUGIN_CACHE_DIR will be enabled. Sometimes there can be problems when using these variable in Terragrunt
111
+
112
+
- Type: boolean
113
+
- Optional
114
+
- Default: false
115
+
116
+
*`tf_plugin_cache_folder`
117
+
118
+
Specify custom name for the tf_plugin_cache_folder folder which will be created inside `cache_folder`. Variable TF_PLUGIN_CACHE_DIR will be set to `${GITHUB_WORKSPACE}/${cache_folder}/${tf_plugin_cache_folder}`. Only applicable if `use_tf_plugin_cache_folder` is set to true
119
+
120
+
- Type: string
121
+
- Optional
122
+
- Default: tf-plugin-cache
123
+
124
+
*`tg_cache_folder`
125
+
126
+
Specify custom name for the tg_cache_folder folder which will be created inside `cache_folder`. Terragrunt commands will be executed with option `--terragrunt-download-dir ${GITHUB_WORKSPACE}/${cache_folder}/${tg_cache_folder}`
Copy file name to clipboardExpand all lines: gh-action-terragrunt-plan/README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,46 @@ Don't use terragrunt_download setting in your terragrunt code and also don't cle
76
76
- Optional
77
77
- Default: false
78
78
79
+
*`create_cache_folder_in_workspace`
80
+
81
+
Set to true to create a cache folder in workspace. It can be reused in other steps, jobs and workflows. By default it created in /tmp folder inside docker container and not available outside.
82
+
83
+
- Type: boolean
84
+
- Optional
85
+
- Default: false
86
+
87
+
*`cache_folder`
88
+
89
+
Specify custom name for the cache folder which will be created in github workspace. Two additional folders will be created inside `cache_folder`: `tf_plugin_cache_folder` and `tg_cache_folder`
90
+
91
+
- Type: string
92
+
- Optional
93
+
- Default: .terragrunt-cache
94
+
95
+
*`use_tf_plugin_cache_folder`
96
+
97
+
If set to `true`, the varibale TF_PLUGIN_CACHE_DIR will be enabled. Sometimes there can be problems when using these variable in Terragrunt
98
+
99
+
- Type: boolean
100
+
- Optional
101
+
- Default: false
102
+
103
+
*`tf_plugin_cache_folder`
104
+
105
+
Specify custom name for the tf_plugin_cache_folder folder which will be created inside `cache_folder`. Variable TF_PLUGIN_CACHE_DIR will be set to `${GITHUB_WORKSPACE}/${cache_folder}/${tf_plugin_cache_folder}`. Only applicable if `use_tf_plugin_cache_folder` is set to true
106
+
107
+
- Type: string
108
+
- Optional
109
+
- Default: tf-plugin-cache
110
+
111
+
*`tg_cache_folder`
112
+
113
+
Specify custom name for the tg_cache_folder folder which will be created inside `cache_folder`. Terragrunt commands will be executed with option `--terragrunt-download-dir ${GITHUB_WORKSPACE}/${cache_folder}/${tg_cache_folder}`
0 commit comments