diff --git a/terramate.tm.hcl b/terramate.tm.hcl index 4413604..1576f3d 100644 --- a/terramate.tm.hcl +++ b/terramate.tm.hcl @@ -3,6 +3,15 @@ terramate { # required_version_allow_prereleases = true config { + # Optionally disable safe guards + # Learn more: https://terramate.io/docs/cli/orchestration/safeguards + # disable_safeguards = [ + # "git-untracked", + # "git-uncommitted", + # "git-out-of-sync", + # "outdated-code", + # ] + # Configure the namespace of your Terramate Cloud organization cloud { organization = "terramate-demo" @@ -11,22 +20,12 @@ terramate { git { default_remote = "origin" default_branch = "main" - - # Optionally disable git safe guards - # Learn more: https://terramate.io/docs/cli/orchestration/safeguards - # check_remote = false - # check_untracked = false - # check_uncommitted = false } run { env { TF_PLUGIN_CACHE_DIR = "${terramate.root.path.fs.absolute}/.tf_plugin_cache_dir" } - - # Optionally disable code generation safe guard - # Learn more: https://terramate.io/docs/cli/orchestration/safeguards - # check_gen_code = true } # Enable Terramate Scripts