File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ output "token" {
19
19
| Name | Version |
20
20
| ------| ---------|
21
21
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.12 |
22
- | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.6.2 |
22
+ | <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.6.3 |
23
23
24
24
## Providers
25
25
26
26
| Name | Version |
27
27
| ------| ---------|
28
- | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.6.2 |
28
+ | <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | 3.6.3 |
29
29
30
30
## Outputs
31
31
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
random = {
5
5
source = " hashicorp/random"
6
- version = " 3.6.2 "
6
+ version = " 3.6.3 "
7
7
}
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments