File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
cloudwatch-alerts-to-slack Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -64,19 +64,19 @@ See the [functions](https://github.com/terraform-aws-modules/terraform-aws-notif
64
64
| Name | Version |
65
65
| ------| ---------|
66
66
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
67
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.61 |
67
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.8 |
68
68
69
69
## Providers
70
70
71
71
| Name | Version |
72
72
| ------| ---------|
73
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.61 |
73
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.8 |
74
74
75
75
## Modules
76
76
77
77
| Name | Source | Version |
78
78
| ------| --------| ---------|
79
- | <a name =" module_lambda " ></a > [ lambda] ( #module\_ lambda ) | terraform-aws-modules/lambda/aws | 2.27.1 |
79
+ | <a name =" module_lambda " ></a > [ lambda] ( #module\_ lambda ) | terraform-aws-modules/lambda/aws | 3.1.0 |
80
80
81
81
## Resources
82
82
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ Note that this example may create resources which can cost money. Run `terraform
61
61
| Name | Version |
62
62
| ------| ---------|
63
63
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
64
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.61 |
64
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.8 |
65
65
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
66
66
67
67
## Providers
68
68
69
69
| Name | Version |
70
70
| ------| ---------|
71
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.61 |
71
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.8 |
72
72
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
73
73
74
74
## Modules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.61 "
7
+ version = " >= 4.8 "
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Note that this example may create resources which can cost money (AWS Elastic IP
24
24
| Name | Version |
25
25
| ------| ---------|
26
26
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
27
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.61 |
27
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4.8 |
28
28
| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | >= 2.0 |
29
29
30
30
## Providers
31
31
32
32
| Name | Version |
33
33
| ------| ---------|
34
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.61 |
34
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 4.8 |
35
35
| <a name =" provider_local " ></a > [ local] ( #provider\_ local ) | >= 2.0 |
36
36
37
37
## Modules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.61 "
7
+ version = " >= 4.8 "
8
8
}
9
9
local = {
10
10
source = " hashicorp/local"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ resource "aws_sns_topic_subscription" "sns_notify_slack" {
70
70
71
71
module "lambda" {
72
72
source = " terraform-aws-modules/lambda/aws"
73
- version = " 2.27.1 "
73
+ version = " 3.1.0 "
74
74
75
75
create = var. create
76
76
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.61 "
7
+ version = " >= 4.8 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments