Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaaYousaf authored and simar7 committed Mar 9, 2023
1 parent b1ed9f4 commit 1fba690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/adapters/terraform/aws/documentdb/adapt.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func adaptCluster(resource *terraform.Block, module *terraform.Module) documentd
Metadata: resource.GetMetadata(),
Identifier: identifierVal,
EnabledLogExports: enabledLogExports,
BackupRetentionPeriod: resource.GetAttribute("backup_retention_period").AsIntValueOrDefault(1, resource),
BackupRetentionPeriod: resource.GetAttribute("backup_retention_period").AsIntValueOrDefault(0, resource),
Instances: instances,
StorageEncrypted: storageEncryptedVal,
KMSKeyID: KMSKeyIDVal,
Expand Down

0 comments on commit 1fba690

Please sign in to comment.