Skip to content

Commit

Permalink
define the default value.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazgi committed Sep 11, 2022
1 parent a6fbb50 commit aeb1dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/variable.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
variable "project_unique_id" {}

variable "allowed_ipaddr_list" {
type = list(string)
type = list(string)
default = ["127.0.0.1/8"]
}

variable "base_dnsdomain" {
Expand Down

0 comments on commit aeb1dc3

Please sign in to comment.