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 @@ -136,14 +136,14 @@ module "postgres_automation" {
136
136
| --------------------------------------------------------------------------- | ------- |
137
137
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement_terraform ) | ~ > 1 |
138
138
| <a name =" requirement_postgresql " ></a > [ postgresql] ( #requirement_postgresql ) | ~ > 1 |
139
- | <a name =" requirement_random " ></a > [ random] ( #requirement_random ) | ~ > 3 |
139
+ | <a name =" requirement_random " ></a > [ random] ( #requirement_random ) | >= 3 |
140
140
141
141
## Providers
142
142
143
143
| Name | Version |
144
144
| --------------------------------------------------------------------- | ------- |
145
145
| <a name =" provider_postgresql " ></a > [ postgresql] ( #provider_postgresql ) | ~ > 1 |
146
- | <a name =" provider_random " ></a > [ random] ( #provider_random ) | ~ > 3 |
146
+ | <a name =" provider_random " ></a > [ random] ( #provider_random ) | >= 3 |
147
147
148
148
## Modules
149
149
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
7
7
}
8
8
random = {
9
9
source = " hashicorp/random"
10
- version = " ~> 3"
10
+ version = " >= 3"
11
11
}
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments