Skip to content

Commit

Permalink
adjusting test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanamoCP committed Sep 3, 2024
1 parent af3bb5d commit 1043693
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 @@ -121,6 +121,7 @@ resource "%s" "%s" {
disabled_regions = %s
scan_machine_interval_in_hours = "%s"
max_concurrent_scans_per_region = "%s"
in_account_scanner_vpc = "%s"
custom_tags = %s
}
}
Expand All @@ -132,6 +133,7 @@ resource "%s" "%s" {
IfThenElse(updateAction, variable.AzureDisabledRegionsUpdate, variable.AzureDisabledRegions),
IfThenElse(updateAction, variable.ScanMachineIntervalInHoursUpdate, variable.ScanMachineIntervalInHours),
IfThenElse(updateAction, variable.MaxConcurrentScansPerRegionUpdate, variable.MaxConcurrentScansPerRegion),
IfThenElse(updateAction, variable.InAccountScannerVPCUpdate, variable.InAccountScannerVPC),
IfThenElse(updateAction, variable.CustomTagsUpdate, variable.CustomTags),
)
}
Expand Down

0 comments on commit 1043693

Please sign in to comment.