Skip to content

Commit

Permalink
fix issue in import var 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier2p committed Sep 9, 2023
1 parent 1d28499 commit 6141e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/scariff/monitoring/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "domain_name" {
description = "Domain name for the server"
}

variable "network_name" {
variable "network" {
type = string
description = "Name of the network"
}
Expand Down

0 comments on commit 6141e6b

Please sign in to comment.