Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 30, 2022
1 parent 1c7dcdf commit 6e00cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ldap-ou-create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ module "ou" {
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.66.0 |
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 1.0 |
| <a name="requirement_ldap"></a> [ldap](#requirement\_ldap) | >= 0.5.4 |
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 1.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.66.0 |
| <a name="provider_ldap"></a> [ldap](#provider\_ldap) | >= 0.5.4 |
| <a name="provider_null"></a> [null](#provider\_null) | n/a |
| <a name="provider_null"></a> [null](#provider\_null) | >= 1.0 |
| <a name="provider_template"></a> [template](#provider\_template) | n/a |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion ldap-ou-create/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
source = "trevex/ldap"
version = ">= 0.5.4"
}
external = {
null = {
source = "hashicorp/null"
version = ">= 1.0"
}
Expand Down

0 comments on commit 6e00cc3

Please sign in to comment.