Skip to content

Commit fab8a4a

Browse files
update AWS provider version to 6.0 in service account policy (#270)
* update AWS provider version to 6.0 in service account policy * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9d7de0 commit fab8a4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

aws/service-account-policy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ access to AWS services for your pods.
3636
| Name | Version |
3737
|------|---------|
3838
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14.8 |
39-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
39+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 6.0 |
4040

4141
## Providers
4242

4343
| Name | Version |
4444
|------|---------|
45-
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
45+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.0 |
4646

4747
## Resources
4848

aws/service-account-policy/versions.tf

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

0 commit comments

Comments
 (0)