Skip to content

Commit

Permalink
fix(cloud): delete field
Browse files Browse the repository at this point in the history
Co-authored-by: simar7 <[email protected]>
  • Loading branch information
int-tt and simar7 committed Aug 18, 2023
1 parent b53c670 commit 3c4f91c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/adapters/terraform/aws/rds/adapt.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func getClusters(modules terraform.Modules) (clusters []rds.Cluster) {
PublicAccess: defsecTypes.BoolDefault(false, defsecTypes.NewUnmanagedMetadata()),
Engine: defsecTypes.StringUnresolvable(defsecTypes.NewUnmanagedMetadata()),
LatestRestorableTime: defsecTypes.TimeUnresolvable(defsecTypes.NewUnmanagedMetadata()),
AvailabilityZones: nil,
}
for _, orphan := range orphanResources {
orphanage.Instances = append(orphanage.Instances, adaptClusterInstance(orphan, modules))
Expand Down

0 comments on commit 3c4f91c

Please sign in to comment.