initial commit
This commit is contained in:
13
haproxy/provider.tf
Normal file
13
haproxy/provider.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
haproxy = {
|
||||
source = "SepehrImanian/haproxy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "haproxy" {
|
||||
url = "http://192.168.0.130:8080"
|
||||
username = "admin"
|
||||
password = "adminpwd"
|
||||
}
|
||||
Reference in New Issue
Block a user