Skip to content

Commit

Permalink
refactor: change dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pinaki-kundu committed Jun 25, 2023
1 parent c1a708e commit 4cb967a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 19 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
<!-- BEGIN_TF_DOCS -->
[![Terraform Unit Tests](https://github.com/PinakiKundu/terraform-azure-rbac/actions/workflows/tf-unit-tests.yml/badge.svg)](https://github.com/PinakiKundu/terraform-azure-rbac/actions/workflows/tf-unit-tests.yml)
[![Terraform Plan/Apply](https://github.com/PinakiKundu/terraform-azure-rbac/actions/workflows/tf-plan-apply.yml/badge.svg)](https://github.com/PinakiKundu/terraform-azure-rbac/actions/workflows/tf-plan-apply.yml)



## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.1.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.0.1 |
No requirements.

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | >= 3.0.1 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | n/a |

## Sample

Expand All @@ -24,7 +18,7 @@

```hcl
module "role_assignment" {
source = "../module"
source = "../"
role_mapping = [
{
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions module/versions.tf

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion samples/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "role_assignment" {
source = "../module"
source = "../"

role_mapping = [
{
Expand Down
File renamed without changes.

0 comments on commit 4cb967a

Please sign in to comment.