File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.83.6
3+ rev : v1.86.0
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
2727 hooks :
2828 - id : check-merge-conflict
2929 - id : end-of-file-fixer
30+ - id : trailing-whitespace
Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ All notable changes to this project will be documented in this file
538538- Add cluster ARN output as 'this_rds_cluster_arn' ([ #48 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/48 ) )
539539- Upgraded module to support Terraform 0.12 ([ #45 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/45 ) )
540540
541- ###
541+ ###
542542
543543on ../../modules/aws-rds-aurora/main.tf line 4, in locals:
544544
@@ -586,7 +586,7 @@ when calling import with this module in the configuration.
586586- Add cluster ARN output as 'this_rds_cluster_arn' ([ #48 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/48 ) )
587587- Upgraded module to support Terraform 0.12 ([ #45 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/45 ) )
588588
589- ###
589+ ###
590590
591591on ../../modules/aws-rds-aurora/main.tf line 4, in locals:
592592
Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ resource "aws_appautoscaling_target" "this" {
278278 service_namespace = " rds"
279279
280280 tags = var. tags
281+
282+ lifecycle {
283+ ignore_changes = [
284+ tags_all ,
285+ ]
286+ }
281287}
282288
283289resource "aws_appautoscaling_policy" "this" {
You can’t perform that action at this time.
0 commit comments