Skip to content

Commit

Permalink
fix issue in import var
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier2p committed Sep 9, 2023
1 parent e7bc2be commit 1d28499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: terraform init

- name: Validate
run: terraform validate -no-color
run: terraform validate

- name: Plan
run: terraform plan
5 changes: 5 additions & 0 deletions hosts/scariff/monitoring/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ variable "domain_name" {
description = "Domain name for the server"
}

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

variable "hostname" {
type = string
description = "Name of the server"
Expand Down

0 comments on commit 1d28499

Please sign in to comment.