diff --git a/variables.tf b/variables.tf index 98b290f..5b58674 100644 --- a/variables.tf +++ b/variables.tf @@ -15,10 +15,3 @@ variable "vault_token" { # ${{ secrets.VAULT_TOKEN }} # "hvs.BUXBydP1Iy6leqNIo2wx478p" } - -variable "aws_region" { - description = "Region AWS" - type = string - sensitive = true - default = "eu-north-1" -} \ No newline at end of file