File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ terramate {
3
3
# required_version_allow_prereleases = true
4
4
config {
5
5
6
+ # Optionally disable safe guards
7
+ # Learn more: https://terramate.io/docs/cli/orchestration/safeguards
8
+ # disable_safeguards = ["git-untracked", "git-uncommitted", "outdated-code"]
9
+
6
10
# Configure the namespace of your Terramate Cloud organization
7
11
cloud {
8
12
organization = " terramate-demo"
@@ -11,22 +15,12 @@ terramate {
11
15
git {
12
16
default_remote = " origin"
13
17
default_branch = " main"
14
-
15
- # Optionally disable git safe guards
16
- # Learn more: https://terramate.io/docs/cli/orchestration/safeguards
17
- # check_remote = false
18
- # check_untracked = false
19
- # check_uncommitted = false
20
18
}
21
19
22
20
run {
23
21
env {
24
22
TF_PLUGIN_CACHE_DIR = " ${ terramate . root . path . fs . absolute } /.tf_plugin_cache_dir"
25
23
}
26
-
27
- # Optionally disable code generation safe guard
28
- # Learn more: https://terramate.io/docs/cli/orchestration/safeguards
29
- # check_gen_code = true
30
24
}
31
25
32
26
# Enable Terramate Scripts
You can’t perform that action at this time.
0 commit comments