Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/alb-instance-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/alb-ip-target-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This module creates following resources.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.27 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.37 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion modules/alb-ip-target-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "aws_vpc" "this" {
locals {
ipv4_regex = "^(\\d+).(\\d+).(\\d+).(\\d+)$"

ipv4_vpc_cidrs = data.aws_vpc.this.cidr_block_associations.*.cidr_block
ipv4_vpc_cidrs = data.aws_vpc.this.cidr_block_associations[*].cidr_block
ipv6_vpc_cidrs = [data.aws_vpc.this.ipv6_cidr_block]

targets = [
Expand Down
2 changes: 1 addition & 1 deletion modules/alb-ip-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/alb-ip-target-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.27"
version = ">= 4.37"
}
}
}
2 changes: 1 addition & 1 deletion modules/alb-lambda-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/alb-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This module creates following resources.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.36.1 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.37.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/alb-listener/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/alb/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb-instance-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb-ip-target-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This module creates following resources.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.27 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.37 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb-ip-target-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "aws_vpc" "this" {
locals {
ipv4_regex = "^(\\d+).(\\d+).(\\d+).(\\d+)$"

ipv4_vpc_cidrs = data.aws_vpc.this.cidr_block_associations.*.cidr_block
ipv4_vpc_cidrs = data.aws_vpc.this.cidr_block_associations[*].cidr_block
ipv6_vpc_cidrs = [data.aws_vpc.this.ipv6_cidr_block]

port = 6081
Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb-ip-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb-ip-target-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.27"
version = ">= 4.37"
}
}
}
2 changes: 1 addition & 1 deletion modules/gwlb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This module creates following resources.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.36.1 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.37.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/gwlb/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/nlb-alb-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/nlb-instance-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/nlb-ip-target-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This module creates following resources.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.27 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.37 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion modules/nlb-ip-target-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "aws_vpc" "this" {
locals {
ipv4_regex = "^(\\d+).(\\d+).(\\d+).(\\d+)$"

ipv4_vpc_cidrs = data.aws_vpc.this.cidr_block_associations.*.cidr_block
ipv4_vpc_cidrs = data.aws_vpc.this.cidr_block_associations[*].cidr_block
ipv6_vpc_cidrs = [data.aws_vpc.this.ipv6_cidr_block]

targets = [
Expand Down
2 changes: 1 addition & 1 deletion modules/nlb-ip-target-group/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/nlb-ip-target-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.27"
version = ">= 4.37"
}
}
}
2 changes: 1 addition & 1 deletion modules/nlb-listener/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down
2 changes: 1 addition & 1 deletion modules/nlb/migrations.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 2022-10-20
# 2022-10-20
moved {
from = aws_resourcegroups_group.this[0]
to = module.resource_group[0].aws_resourcegroups_group.this
Expand Down