Skip to content

[Automated Preview][terraform-aws-data-storage] fix: update MySQL version and add missing Lambda module outputs #2678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ module "aurora" {
# you are creating.
db_name = null

# If true, delete all automated backups when the DB cluster is deleted. If
# false, automated backups are retained until the retention period expires.
# Defaults to true.
delete_automated_backups = null

# Timeout for DB deleting
deleting_timeout = "120m"

Expand Down Expand Up @@ -672,6 +677,11 @@ inputs = {
# you are creating.
db_name = null

# If true, delete all automated backups when the DB cluster is deleted. If
# false, automated backups are retained until the retention period expires.
# Defaults to true.
delete_automated_backups = null

# Timeout for DB deleting
deleting_timeout = "120m"

Expand Down Expand Up @@ -1192,6 +1202,15 @@ The name for your database of up to 8 alpha-numeric characters. If you do not pr
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="delete_automated_backups" requirement="optional" type="bool">
<HclListItemDescription>

If true, delete all automated backups when the DB cluster is deleted. If false, automated backups are retained until the retention period expires. Defaults to true.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="deleting_timeout" requirement="optional" type="string">
<HclListItemDescription>

Expand Down Expand Up @@ -1671,6 +1690,6 @@ Timeout for DB updating
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.6/modules/aurora/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "fdb921f8de3c227da0f5127529955d13"
"hash": "65d7793530bcf2abb38d103d6af1efd8"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ Namespace of snapshots that will be cleaned up by this module. If specified then
<HclListItem name="lambda_function_arn">
</HclListItem>

<HclListItem name="lambda_function_name">
</HclListItem>

<HclListItem name="lambda_iam_role_id">
</HclListItem>

Expand All @@ -297,6 +300,6 @@ Namespace of snapshots that will be cleaned up by this module. If specified then
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.6/modules/lambda-cleanup-snapshots/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b075efb356e3fdeb90c7b81c7269dd11"
"hash": "7b949d67eafe298277e68e825e3efda2"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ Namespace all snapshots created by this module's jobs with this suffix. If not s
<HclListItem name="lambda_function_arn">
</HclListItem>

<HclListItem name="lambda_function_name">
</HclListItem>

<HclListItem name="lambda_iam_role_id">
</HclListItem>

Expand All @@ -467,6 +470,6 @@ Namespace all snapshots created by this module's jobs with this suffix. If not s
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.6/modules/lambda-create-snapshot/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "af88f67f1edd6af9f9acb65b8a0722f9"
"hash": "478e18ab871cb5072c9235a58a2e4b8f"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ The amount of time, in seconds, between retries.
<HclListItem name="lambda_function_arn">
</HclListItem>

<HclListItem name="lambda_function_name">
</HclListItem>

<HclListItem name="lambda_iam_role_id">
</HclListItem>

Expand All @@ -202,6 +205,6 @@ The amount of time, in seconds, between retries.
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.6/modules/lambda-share-snapshot/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "49000308e121fcddcc9493d983b98b32"
"hash": "2c5552aee86910baafeadf554b0109f9"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ module "redshift" {
# be associated to the cluster at any time.
iam_roles = null

# The instance type to use for the db (e.g. dc2.large). This field is
# The instance type to use for the db (e.g. ra3.large). This field is
# mandatory for provisioned Redshift.
instance_type = null

Expand Down Expand Up @@ -205,6 +205,9 @@ module "redshift" {
# names.
logging_s3_key_prefix = null

# The name of the maintenance track to apply to the cluster.
maintenance_track_name = null

# The weekly day and time range during which system maintenance can occur
# (e.g. wed:04:00-wed:04:30). Time zone is UTC. Performance may be degraded or
# there may even be a downtime during maintenance windows.
Expand Down Expand Up @@ -407,7 +410,7 @@ inputs = {
# be associated to the cluster at any time.
iam_roles = null

# The instance type to use for the db (e.g. dc2.large). This field is
# The instance type to use for the db (e.g. ra3.large). This field is
# mandatory for provisioned Redshift.
instance_type = null

Expand Down Expand Up @@ -435,6 +438,9 @@ inputs = {
# names.
logging_s3_key_prefix = null

# The name of the maintenance track to apply to the cluster.
maintenance_track_name = null

# The weekly day and time range during which system maintenance can occur
# (e.g. wed:04:00-wed:04:30). Time zone is UTC. Performance may be degraded or
# there may even be a downtime during maintenance windows.
Expand Down Expand Up @@ -747,7 +753,7 @@ A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be as
<HclListItem name="instance_type" requirement="optional" type="string">
<HclListItemDescription>

The instance type to use for the db (e.g. dc2.large). This field is mandatory for provisioned Redshift.
The instance type to use for the db (e.g. ra3.large). This field is mandatory for provisioned Redshift.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="null"/>
Expand Down Expand Up @@ -807,6 +813,15 @@ Required when log_destination_type is s3. Prefix applied to the log file names.
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="maintenance_track_name" requirement="optional" type="string">
<HclListItemDescription>

The name of the maintenance track to apply to the cluster.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="maintenance_window" requirement="optional" type="string">
<HclListItemDescription>

Expand Down Expand Up @@ -1044,6 +1059,6 @@ The ID of the Security Group that controls access to the cluster
"https://github.com/gruntwork-io/terraform-aws-data-storage/tree/v0.40.6/modules/redshift/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "e641728f4fdc09ee7c67eab5808a64fc"
"hash": "9266ef2ffba5c03f441846156d2de3b3"
}
##DOCS-SOURCER-END -->