Skip to content

Commit b9599d4

Browse files
authored
Merge pull request #36 from appvia/renovate/aws-6.x
chore(deps): update terraform aws to v6
2 parents 055450e + 1a95045 commit b9599d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
337337

338338
| Name | Version |
339339
|------|---------|
340-
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
340+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.0 |
341341

342342
## Inputs
343343

modules/nacls/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.0"
7+
version = "~> 6.0"
88
}
99
}
1010
}

modules/shared/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.0"
7+
version = "~> 6.0"
88
}
99
}
1010
}

terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.0"
7+
version = "~> 6.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)