File tree 9 files changed +36
-36
lines changed
modules/terminate-agent-hook/lambda
9 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 19
19
- name : Checkout branch
20
20
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # ratchet:actions/checkout@v3
21
21
- name : Generate TF docs
22
- uses : terraform-docs/gh-actions@f6d59f89a280fa0a3febf55ef68f146784b20ba0 # v1.0 .0
22
+ uses : terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # v1.1 .0
23
23
with :
24
24
find-dir : .
25
25
git-commit-message : " docs: auto update terraform docs"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
6
6
# kics-scan ignore-line
7
7
module "vpc" {
8
8
source = " terraform-aws-modules/vpc/aws"
9
- version = " 5.6 .0"
9
+ version = " 5.7 .0"
10
10
11
11
name = " vpc-${ var . environment } "
12
12
cidr = " 10.0.0.0/16"
@@ -26,7 +26,7 @@ module "vpc" {
26
26
27
27
module "vpc_endpoints" {
28
28
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
29
- version = " 5.6 .0"
29
+ version = " 5.7 .0"
30
30
31
31
vpc_id = module. vpc . vpc_id
32
32
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ data "aws_security_group" "default" {
11
11
# kics-scan ignore-line
12
12
module "vpc" {
13
13
source = " terraform-aws-modules/vpc/aws"
14
- version = " 5.6 .0"
14
+ version = " 5.7 .0"
15
15
16
16
name = " vpc-${ var . environment } "
17
17
cidr = " 10.0.0.0/16"
@@ -31,7 +31,7 @@ module "vpc" {
31
31
32
32
module "vpc_endpoints" {
33
33
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
34
- version = " 5.6 .0"
34
+ version = " 5.7 .0"
35
35
36
36
vpc_id = module. vpc . vpc_id
37
37
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
6
6
# kics-scan ignore-line
7
7
module "vpc" {
8
8
source = " terraform-aws-modules/vpc/aws"
9
- version = " 5.6 .0"
9
+ version = " 5.7 .0"
10
10
11
11
name = " vpc-${ var . environment } "
12
12
cidr = " 10.1.0.0/16"
@@ -22,7 +22,7 @@ module "vpc" {
22
22
23
23
module "vpc_endpoints" {
24
24
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
25
- version = " 5.6 .0"
25
+ version = " 5.7 .0"
26
26
27
27
vpc_id = module. vpc . vpc_id
28
28
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
6
6
# kics-scan ignore-line
7
7
module "vpc" {
8
8
source = " terraform-aws-modules/vpc/aws"
9
- version = " 5.6 .0"
9
+ version = " 5.7 .0"
10
10
11
11
name = " vpc-${ var . environment } "
12
12
cidr = " 10.0.0.0/16"
@@ -26,7 +26,7 @@ module "vpc" {
26
26
27
27
module "vpc_endpoints" {
28
28
source = " terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
29
- version = " 5.6 .0"
29
+ version = " 5.7 .0"
30
30
31
31
vpc_id = module. vpc . vpc_id
32
32
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
6
6
# kics-scan ignore-line
7
7
module "vpc" {
8
8
source = " terraform-aws-modules/vpc/aws"
9
- version = " 5.6 .0"
9
+ version = " 5.7 .0"
10
10
11
11
name = " vpc-${ var . environment } "
12
12
cidr = " 10.1.0.0/16"
Original file line number Diff line number Diff line change 1
- boto3 == 1.34.68
2
- botocore == 1.34.68
1
+ boto3 == 1.34.69
2
+ botocore == 1.34.69
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ data "aws_availability_zones" "available" {
5
5
6
6
module "vpc" {
7
7
source = " terraform-aws-modules/vpc/aws"
8
- version = " 5.6 .0"
8
+ version = " 5.7 .0"
9
9
10
10
name = " vpc-test"
11
11
cidr = " 10.0.0.0/16"
You can’t perform that action at this time.
0 commit comments