Skip to content

Commit

Permalink
Move variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelHeek committed May 28, 2024
1 parent 9214d93 commit c3d0f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/networking/vpn_gateway_nat_rule/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ variable "resource_group_name" {
type = string
}
variable "client_config" {}

variable "vpn_gateway_nat_rules" {
default = {}
}
4 changes: 4 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,7 @@ variable "preview_features" {
variable "powerbi_embedded" {
default = {}
}

variable "vpn_gateway_nat_rules" {
default = {}
}

0 comments on commit c3d0f9f

Please sign in to comment.