Skip to content

Commit 556f00b

Browse files
stuartp44philips-labs-pr|bot
and
philips-labs-pr|bot
authored
chore: fix null version to major (#4204)
This PR removes the minor version lock for modules to align them with others. Kudos to [rishta](https://github.com/rishta) for spotting this issue and trying to help us resolve it --------- Co-authored-by: philips-labs-pr|bot <philips-labs-pr[bot]@users.noreply.github.com>
1 parent 3495d80 commit 556f00b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/download-lambda/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "lambdas" {
3131
|------|---------|
3232
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
3333
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.27 |
34-
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.0 |
34+
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3 |
3535

3636
## Providers
3737

modules/download-lambda/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
null = {
1010
source = "hashicorp/null"
11-
version = "~> 3.0"
11+
version = "~> 3"
1212
}
1313
}
1414
}

modules/webhook/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ yarn run dist
3737
|------|---------|
3838
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
3939
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.27 |
40-
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3.2 |
40+
| <a name="requirement_null"></a> [null](#requirement\_null) | ~> 3 |
4141

4242
## Providers
4343

4444
| Name | Version |
4545
|------|---------|
4646
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.27 |
47-
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3.2 |
47+
| <a name="provider_null"></a> [null](#provider\_null) | ~> 3 |
4848

4949
## Modules
5050

modules/webhook/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99

1010
null = {
1111
source = "hashicorp/null"
12-
version = "~> 3.2"
12+
version = "~> 3"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)