Skip to content

Commit 8eecd4b

Browse files
authored
feat: Add provider meta user-agent (#373)
1 parent 3170c8b commit 8eecd4b

File tree

38 files changed

+116
-56
lines changed

38 files changed

+116
-56
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.103.0
3+
rev: v1.105.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_wrapper_module_for_each

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ Users of Terragrunt can achieve similar results by using modules provided in the
156156
| Name | Version |
157157
|------|---------|
158158
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
159-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.22 |
159+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.28 |
160160

161161
## Providers
162162

163163
| Name | Version |
164164
|------|---------|
165-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.22 |
165+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.28 |
166166

167167
## Modules
168168

examples/account-public-access/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note that this example may create resources which cost money. Run `terraform des
2020
| Name | Version |
2121
|------|---------|
2222
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.10 |
23-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.22 |
23+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.28 |
2424
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
2525

2626
## Providers

examples/account-public-access/versions.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 = ">= 6.22"
7+
version = ">= 6.28"
88
}
99
random = {
1010
source = "hashicorp/random"

examples/complete/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Note that this example may create resources which cost money. Run `terraform des
3030
| Name | Version |
3131
|------|---------|
3232
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
33-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.22 |
33+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.28 |
3434
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
3535

3636
## Providers
3737

3838
| Name | Version |
3939
|------|---------|
40-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.22 |
40+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.28 |
4141
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
4242

4343
## Modules

examples/complete/versions.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 = ">= 6.22"
7+
version = ">= 6.28"
88
}
99
random = {
1010
source = "hashicorp/random"

examples/directory-bucket/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Note that this example may create resources which cost money. Run `terraform des
2020
| Name | Version |
2121
|------|---------|
2222
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
23-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.22 |
23+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.28 |
2424
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
2525

2626
## Providers
2727

2828
| Name | Version |
2929
|------|---------|
30-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.22 |
30+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.28 |
3131
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
3232

3333
## Modules

examples/directory-bucket/versions.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 = ">= 6.22"
7+
version = ">= 6.28"
88
}
99
random = {
1010
source = "hashicorp/random"

examples/notification/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Note that this example may create resources which cost money. Run `terraform des
2020
| Name | Version |
2121
|------|---------|
2222
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
23-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.22 |
23+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.28 |
2424
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 2.0 |
2525
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
2626

2727
## Providers
2828

2929
| Name | Version |
3030
|------|---------|
31-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.22 |
31+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.28 |
3232
| <a name="provider_null"></a> [null](#provider\_null) | >= 2.0 |
3333
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
3434

examples/notification/versions.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 = ">= 6.22"
7+
version = ">= 6.28"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)