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"