Closed shiini2 closed 10 months ago
terraform fmt
go fmt
plan
apply
demo/main.tf
Add runParallel to check and group constructs to allow simultaneous check run scheduling on multi-locations.
runParallel
If set to false, the check run will be scheduled in the different locations in a round-robin fashion.
This pull request has been linked to Shortcut Story #18211: Add runParallel to Terraform check construct.
Affected Components
Pre-Requisites
terraform fmt
go fmt
plan
&apply
command ofdemo/main.tf
file do not produce diffsNotes for the Reviewer
Add
runParallel
to check and group constructs to allow simultaneous check run scheduling on multi-locations.If set to false, the check run will be scheduled in the different locations in a round-robin fashion.