From 42deb3aba7253603c3778238bf16a941b8fd6e5b Mon Sep 17 00:00:00 2001 From: Victor Gasperi Date: Tue, 28 Oct 2025 16:35:25 -0300 Subject: [PATCH] fix: ssh cidr --- iac/variables.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iac/variables.tf b/iac/variables.tf index 9e9e1df..1b29390 100644 --- a/iac/variables.tf +++ b/iac/variables.tf @@ -13,10 +13,6 @@ variable "aws_region" { description = "Região de deploy" } -variable "ssh_cidr" { - type = number -} - variable "repo_url" { type = string description = "URL do repositório remoto"