Skip to content

Commit

Permalink
Change hetzner module name (#341)
Browse files Browse the repository at this point in the history
* change module name to ovh

* rename hetzner to ovh
  • Loading branch information
DaMandal0rian authored Sep 19, 2024
1 parent a96fa73 commit 0cdaefc
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion resources/hetzner/main.tf → resources/ovh/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "network" {
source = "../../templates/terraform/hetzner"
source = "../../templates/terraform/ovh"
path_to_scripts = "../../templates/scripts"
network_name = var.network_name

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ variable "ssh_user" {

variable "private_key_path" {
type = string
default = "~/.ssh/hetzner"
default = "~/.ssh/ovh"
}

variable "tf_token" {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0cdaefc

Please sign in to comment.