Skip to content

Commit

Permalink
Merge pull request #23 from kishaningithub/handle_aws_lakeformation_p…
Browse files Browse the repository at this point in the history
…ermissions

Add aws_lakeformation_permissions to the list of resources which do not support import
  • Loading branch information
kishaningithub committed May 16, 2024
2 parents e11ca88 + ab43c5b commit 3e9d677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/convertor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func computeTerraformImportForResource(resource parser.TerraformResource) Terraf
"aws_alb_target_group_attachment",
"aws_lb_target_group_attachment",
"aws_lakeformation_data_lake_settings",
"aws_lakeformation_permissions",
}
if slices.Contains(resourcesWhichDoNotSupportImport, resource.Type) {
return TerraformImport{
Expand Down

0 comments on commit 3e9d677

Please sign in to comment.