Set directory structure

This commit is contained in:
2025-03-21 20:55:10 -05:00
parent e1c72629a8
commit 201839c309
50 changed files with 2851 additions and 5 deletions

View 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"
}
}
}