Skip to content

Commit

Permalink
AzureTerrform: Remove the parallelism property (Azure#18909)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored and gerrytan committed Sep 6, 2024
1 parent 6e52be1 commit 782510d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,6 @@
"description": "Whether to output all non-computed properties in the generated Terraform configuration? This probably needs manual modifications to make it valid",
"type": "boolean",
"default": false
},
"parallelism": {
"description": " Limit the number of parallel operations, i.e., resource discovery, import",
"type": "integer",
"format": "int64",
"default": 10
}
},
"type": "object"
Expand Down

0 comments on commit 782510d

Please sign in to comment.