Skip to content

Commit

Permalink
maybe this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusNull committed Dec 1, 2023
1 parent b02a567 commit 3547c68
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions cicd/infra/modules/al_server/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
terraform {
required_providers {
tls = {
source = "hashicorp/tls"
version = "4.0.4"
}
ssh = {
source = "loafoe/ssh"
version = "2.3.0"
}
hcloud = {
source = "hetznercloud/hcloud"
version = "1.38.2"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = "2.2.0"
}
template = {
source = "hashicorp/template"
version = "2.2.0"
}
random = {
source = "hashicorp/random"
version = "3.5.1"
}
}
}

0 comments on commit 3547c68

Please sign in to comment.