Skip to content

Commit

Permalink
Update vars.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Feb 21, 2024
1 parent 5d7c8fa commit 461bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "my_public_ip_cidr" {
type = list(string)
default = ["82.168.9.145/32", "86.85.108.82/32"]
default = ["x/32", "y/32"]
}

variable "private_key" {}
Expand Down

0 comments on commit 461bbbd

Please sign in to comment.