Set directory structure
This commit is contained in:
16
10-sno-hub-cluster/00-dns/provider.tf
Normal file
16
10-sno-hub-cluster/00-dns/provider.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
# Configure the DNS Provider
|
||||
provider "freeipa" {
|
||||
host = "infra01.int.mk-labs.cloud"
|
||||
username = "admin"
|
||||
password = "Gen1:1NASB"
|
||||
insecure = true
|
||||
}
|
||||
|
||||
terraform {
|
||||
required_providers {
|
||||
freeipa = {
|
||||
source = "rework-space-com/freeipa"
|
||||
version = "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user