Initialize README, main.tf, and versions.tf files for Azure RM Simple IAM module

This commit is contained in:
2026-02-23 19:48:30 +01:00
commit 3e7cabb5c8
3 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Azure RM Simple IAM module
This module create IAM role assignments for a given scope and principal. It can also assign RBAC Admininator role with conditions to assignable roles.
+1
View File
@@ -0,0 +1 @@
data "azurerm_client_config" "current" {}
View File