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 eb205a0 commit 7324e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/adapters/cloudformation/aws/rds/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func getClusters(ctx parser.FileContext) (clusters map[string]rds.Cluster) {
PublicAccess: defsecTypes.BoolDefault(false, clusterResource.Metadata()),
Engine: defsecTypes.StringDefault(rds.EngineAurora, clusterResource.Metadata()),
LatestRestorableTime: defsecTypes.TimeUnresolvable(clusterResource.Metadata()),
AvailabilityZones: nil,
}

if engineProp := clusterResource.GetProperty("Engine"); engineProp.IsString() {
Expand Down

0 comments on commit 7324e2c

Please sign in to comment.