Skip to content

Commit a86a326

Browse files
authored
fix: Remove random provider because it is not used (#172)
1 parent c890729 commit a86a326

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ Q4: What does this error mean - `"We currently do not support adding policies fo
558558
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 1 |
559559
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1 |
560560
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 2 |
561-
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2 |
562561

563562
## Providers
564563

versions.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ terraform {
55
aws = ">= 3.35"
66
external = ">= 1"
77
local = ">= 1"
8-
random = ">= 2"
98
null = ">= 2"
109
}
1110
}

0 commit comments

Comments
 (0)