Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
amend random provider block
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Nov 12, 2024
1 parent 2171ecc commit 644ea93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,15 @@ Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov)
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.5 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0 |
| <a name="requirement_modtm"></a> [modtm](#requirement\_modtm) | 0.3.2 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.5.0, < 4.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 4.0 |
| <a name="provider_modtm"></a> [modtm](#provider\_modtm) | 0.3.2 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.5.0, < 4.0 |

## Modules

Expand Down
4 changes: 4 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ terraform {
source = "Azure/modtm"
version = "0.3.2"
}
random = {
source = "hashicorp/random"
version = ">= 3.5.0, < 4.0"
}
}
}

0 comments on commit 644ea93

Please sign in to comment.