From 3fa0e6280f28d49236591ad538b9c95929c7dcce Mon Sep 17 00:00:00 2001 From: Valentin Khramtsov Date: Wed, 25 Dec 2024 16:59:01 +0300 Subject: [PATCH] fix: removed unused and depricated attribute skip --- terragrunt/root.hcl | 1 - 1 file changed, 1 deletion(-) diff --git a/terragrunt/root.hcl b/terragrunt/root.hcl index 939580e..cd95fe8 100644 --- a/terragrunt/root.hcl +++ b/terragrunt/root.hcl @@ -1,5 +1,4 @@ terragrunt_version_constraint = ">= 0.58" -skip = false locals { remote_state_bucket_region = get_env("TF_REMOTE_STATE_BUCKET_REGION")