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 1
1
repos :
2
2
- repo : https://github.com/antonbabenko/pre-commit-terraform
3
- rev : v1.83.6
3
+ rev : v1.86.0
4
4
hooks :
5
5
- id : terraform_fmt
6
6
- id : terraform_validate
27
27
hooks :
28
28
- id : check-merge-conflict
29
29
- 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
538
538
- Add cluster ARN output as 'this_rds_cluster_arn' ([ #48 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/48 ) )
539
539
- Upgraded module to support Terraform 0.12 ([ #45 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/45 ) )
540
540
541
- ###
541
+ ###
542
542
543
543
on ../../modules/aws-rds-aurora/main.tf line 4, in locals:
544
544
@@ -586,7 +586,7 @@ when calling import with this module in the configuration.
586
586
- Add cluster ARN output as 'this_rds_cluster_arn' ([ #48 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/48 ) )
587
587
- Upgraded module to support Terraform 0.12 ([ #45 ] ( https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/45 ) )
588
588
589
- ###
589
+ ###
590
590
591
591
on ../../modules/aws-rds-aurora/main.tf line 4, in locals:
592
592
Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ resource "aws_appautoscaling_target" "this" {
278
278
service_namespace = " rds"
279
279
280
280
tags = var. tags
281
+
282
+ lifecycle {
283
+ ignore_changes = [
284
+ tags_all ,
285
+ ]
286
+ }
281
287
}
282
288
283
289
resource "aws_appautoscaling_policy" "this" {
You can’t perform that action at this time.
0 commit comments