File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ token is changed.
1616| Name | Version |
1717| ------| ---------|
1818| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6.2 |
19- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 5 .0 |
19+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 6 .0 |
2020
2121## Providers
2222
2323| Name | Version |
2424| ------| ---------|
25- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 5 .0 |
25+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 6 .0 |
2626
2727## Modules
2828
2929| Name | Source | Version |
3030| ------| --------| ---------|
31- | <a name =" module_rotation " ></a > [ rotation] ( #module\_ rotation ) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.8.0 |
32- | <a name =" module_secret " ></a > [ secret] ( #module\_ secret ) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.8.0 |
31+ | <a name =" module_rotation " ></a > [ rotation] ( #module\_ rotation ) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.9.1 |
32+ | <a name =" module_secret " ></a > [ secret] ( #module\_ secret ) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.9.1 |
3333| <a name =" module_security_group " ></a > [ security\_ group] ( #module\_ security\_ group ) | ../../security-group | n/a |
3434
3535## Resources
Original file line number Diff line number Diff line change 11module "secret" {
2- source = " github.com/thoughtbot/terraform-aws-secrets//secret?ref=v0.8.0 "
2+ source = " github.com/thoughtbot/terraform-aws-secrets//secret?ref=v0.9.1 "
33
44 admin_principals = var. admin_principals
55 description = " Redis auth token for: ${ local . full_name } "
@@ -17,7 +17,7 @@ module "secret" {
1717}
1818
1919module "rotation" {
20- source = " github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function?ref=v0.8.0 "
20+ source = " github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function?ref=v0.9.1 "
2121
2222 handler = " lambda_function.lambda_handler"
2323 role_arn = module. secret . rotation_role_arn
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " ~> 5 .0"
7+ version = " ~> 6 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ Provision a Redis cluster using AWS ElastiCache.
88| Name | Version |
99| ------| ---------|
1010| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6.2 |
11- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 5 .0 |
11+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 6 .0 |
1212| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | ~ > 3.0 |
1313
1414## Providers
1515
1616| Name | Version |
1717| ------| ---------|
18- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 5 .0 |
18+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 6 .0 |
1919| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | ~ > 3.0 |
2020
2121## Modules
2222
2323| Name | Source | Version |
2424| ------| --------| ---------|
2525| <a name =" module_client_security_group " ></a > [ client\_ security\_ group] ( #module\_ client\_ security\_ group ) | ../../security-group | n/a |
26- | <a name =" module_customer_kms " ></a > [ customer\_ kms] ( #module\_ customer\_ kms ) | github.com/thoughtbot/terraform-aws-secrets//customer-managed-kms | v0.8.0 |
26+ | <a name =" module_customer_kms " ></a > [ customer\_ kms] ( #module\_ customer\_ kms ) | github.com/thoughtbot/terraform-aws-secrets//customer-managed-kms | v0.9.1 |
2727| <a name =" module_server_security_group " ></a > [ server\_ security\_ group] ( #module\_ server\_ security\_ group ) | ../../security-group | n/a |
2828
2929## Resources
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ resource "aws_elasticache_replication_group" "this" {
3636}
3737
3838module "customer_kms" {
39- source = " github.com/thoughtbot/terraform-aws-secrets//customer-managed-kms?ref=v0.8.0 "
39+ source = " github.com/thoughtbot/terraform-aws-secrets//customer-managed-kms?ref=v0.9.1 "
4040
4141 name = var. name
4242}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " ~> 5 .0"
7+ version = " ~> 6 .0"
88 }
99 random = {
1010 source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ module "kafka_staging" {
2525| Name | Version |
2626| ------| ---------|
2727| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6.2 |
28- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 5 .0 |
28+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 6 .0 |
2929
3030## Providers
3131
3232| Name | Version |
3333| ------| ---------|
34- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 5 .0 |
34+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 6 .0 |
3535
3636## Modules
3737
3838| Name | Source | Version |
3939| ------| --------| ---------|
40- | <a name =" module_additional_vpc " ></a > [ additional\_ vpc] ( #module\_ additional\_ vpc ) | github.com/thoughtbot/flightdeck//aws/network-data | v0.9.2 |
41- | <a name =" module_network " ></a > [ network] ( #module\_ network ) | github.com/thoughtbot/flightdeck//aws/network-data | v0.9.2 |
40+ | <a name =" module_additional_vpc " ></a > [ additional\_ vpc] ( #module\_ additional\_ vpc ) | github.com/thoughtbot/flightdeck//aws/network-data | v0.13.6 |
41+ | <a name =" module_network " ></a > [ network] ( #module\_ network ) | github.com/thoughtbot/flightdeck//aws/network-data | v0.13.6 |
4242
4343## Resources
4444
Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ resource "aws_msk_cluster" "this" {
55
66 broker_node_group_info {
77 instance_type = var. instance_type
8- ebs_volume_size = var. ebs_volume_size
98 client_subnets = module. network . private_subnet_ids
109 security_groups = [aws_security_group . this . id ]
10+
11+ storage_info {
12+ ebs_storage_info {
13+ volume_size = var. ebs_volume_size
14+ }
15+ }
1116 }
1217
1318 encryption_info {
@@ -48,7 +53,7 @@ resource "aws_msk_cluster" "this" {
4853}
4954
5055module "network" {
51- source = " github.com/thoughtbot/flightdeck//aws/network-data?ref=v0.9.2 "
56+ source = " github.com/thoughtbot/flightdeck//aws/network-data?ref=v0.13.6 "
5257
5358 private_tags = var. private_tags
5459 public_tags = var. public_tags
@@ -57,7 +62,7 @@ module "network" {
5762
5863module "additional_vpc" {
5964 count = length (keys (var. additional_vpc_tags )) == 0 ? 0 : 1
60- source = " github.com/thoughtbot/flightdeck//aws/network-data?ref=v0.9.2 "
65+ source = " github.com/thoughtbot/flightdeck//aws/network-data?ref=v0.13.6 "
6166
6267 vpc_tags = var. additional_vpc_tags
6368}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 aws = {
66 source = " hashicorp/aws"
7- version = " ~> 5 .0"
7+ version = " ~> 6 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change 44| Name | Version |
55| ------| ---------|
66| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.6.2 |
7- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 5 .0 |
7+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 6 .0 |
88
99## Providers
1010
1111| Name | Version |
1212| ------| ---------|
13- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 5 .0 |
13+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 6 .0 |
1414
1515## Modules
1616
1717| Name | Source | Version |
1818| ------| --------| ---------|
19- | <a name =" module_elasticsearch_secret " ></a > [ elasticsearch\_ secret] ( #module\_ elasticsearch\_ secret ) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.8.0 |
19+ | <a name =" module_elasticsearch_secret " ></a > [ elasticsearch\_ secret] ( #module\_ elasticsearch\_ secret ) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.9.1 |
2020
2121## Resources
2222
You can’t perform that action at this time.
0 commit comments