Skip to content

Commit

Permalink
adjusting ut
Browse files Browse the repository at this point in the history
  • Loading branch information
DanamoCP committed Sep 10, 2024
1 parent 25147fd commit 3efee01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dome9/resource_dome9_awp_azure_onboarding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ resource "%s" "%s" {
scan_machine_interval_in_hours = "%s"
max_concurrent_scans_per_region = "%s"
in_account_scanner_vpc = "%s"
sse_cmk_encrypted_disks_scan = "%s"
custom_tags = %s
}
}
Expand All @@ -136,6 +137,7 @@ resource "%s" "%s" {
IfThenElse(updateAction, variable.ScanMachineIntervalInHoursUpdate, variable.ScanMachineIntervalInHours),
IfThenElse(updateAction, variable.MaxConcurrentScansPerRegionUpdate, variable.MaxConcurrentScansPerRegion),
IfThenElse(updateAction, variable.InAccountScannerVPCUpdate, variable.InAccountScannerVPC),
IfThenElse(updateAction, variable.SseCmkEncryptedDisksScanUpdate, variable.SseCmkEncryptedDisksScan),
IfThenElse(updateAction, variable.CustomTagsUpdate, variable.CustomTags),
)
}
Expand Down

0 comments on commit 3efee01

Please sign in to comment.