Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

File metadata and controls

30 lines (21 loc) · 1.06 KB

Manage AD Groups in Microsoft AD using the KopiCloud AD API Terraform Provider

Terraform KopiCloud_AD_API

Code creates:

  • List All AD Groups
  • Create AD Security Groups
  • List AD Security Groups
  • Create AD Distribution Groups
  • List AD Distribution Groups

How to use this code:

  • Generate an authentication token in the KopiCloud AD API portal
  • Update the file terraform.tfvars to adjust the authentication to your environment

How to deploy the code:

  1. Clone the repo
  2. Update variables to your environment
  3. Execute "terraform init"
  4. Execute "terraform apply"

References: