Skip to content

Commit

Permalink
Fix typo in scope.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obierlaire authored Feb 20, 2023
1 parent 311053c commit 2e422a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Not all resource types need to be supported if their energy use is negligible or
| `google_compute_instance` | | Custom machine, nested boot disk type and GPU supported |
| `google_compute_instance_group_manager` | | Count will be the target size. Uses machine specifications from `google_compute_instance_template` |
| `google_compute_region_instance_group_manager` | | Count will be the target size. Uses machine specifications from `google_compute_instance_template` |
| `google_compute_instance_group_manager` | | Uses machine specs from `google_compute_instance_template` |
| `google_compute_instance_from_template` | | Uses machine specs from `google_compute_instance_template` |
| `google_compute_autoscaler` | Takes an average size | Will set target size of `google_compute_instance_group_manager` |
| `google_compute_disk`| `size` needs to be set, otherwise get it from image| |
| `google_compute_region_disk` | `size` needs to be set, otherwise get it from image| |
Expand All @@ -42,4 +42,4 @@ _to be implemented_

### Azure

_to be implemented_
_to be implemented_

0 comments on commit 2e422a6

Please sign in to comment.