This repository houses a Terraform module required for setting up Otterize in your infrastructure using Terraform, on Azure IAM.
To use this Terraform module, see the Terraform Registry: https://registry.terraform.io/modules/otterize/otterize-azure-iam/azure/latest
- Clone the repository
- Run
terraform init
- On changing files run
terraform fmt
+terraform validate
- To test the changes run
terraform apply -var-file=terraform.tfvars
- To destroy the changes run
terraform destroy -var-file=terraform.tfvars