Skip to content

Commit

Permalink
Merge pull request #28 from kishaningithub/add-resource
Browse files Browse the repository at this point in the history
Add aws_iam_policy_attachment to the list of resources which does not support import
  • Loading branch information
kishaningithub committed Jun 6, 2024
2 parents 8ec10c3 + 784a74c commit 90804c3
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 @@ -13,6 +13,7 @@ func computeTerraformImportForResource(resource parser.TerraformResource) Terraf
"aws_lb_target_group_attachment",
"aws_lakeformation_data_lake_settings",
"aws_lakeformation_permissions",
"aws_iam_policy_attachment",
}
if slices.Contains(resourcesWhichDoNotSupportImport, resource.Type) {
return TerraformImport{
Expand Down

0 comments on commit 90804c3

Please sign in to comment.