fix: add missing deep mode flag

aws_appautoscaling_target is implemented in deep mode but we forgot to enable it
main
Raphaël 2021-10-12 15:40:26 +02:00 committed by GitHub
parent cd9eb46596
commit 04b364fadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ func initAwsAppAutoscalingTargetMetaData(resourceSchemaRepository resource.Schem
} }
return attrs return attrs
}) })
resourceSchemaRepository.SetFlags(AwsAppAutoscalingTargetResourceType, resource.FlagDeepMode)
} }