mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Provision loadbalancer with terraform and custom scripts
This commit is contained in:
parent
01b7e79e55
commit
77a6ef36f3
8 changed files with 136 additions and 29 deletions
|
|
@ -26,3 +26,6 @@ variable "node_instance_count" {
|
|||
default = 2
|
||||
}
|
||||
|
||||
variable "lb_ip" {
|
||||
default = "51.159.26.139"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue