Skip to content

Commit

Permalink
fixed rightsizing documentation. (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadkesarwani authored Nov 14, 2024
1 parent bf46adf commit aad794d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## 1.197.1 (Nov, 14 2024)
NOTES:
* resource/spotinst_ocean_right_sizing_rule: Fixed document format for readability.

## 1.197.0 (Nov, 13 2024)
ENHANCEMENTS:
* resource/spotinst_ocean_right_sizing_rule: Fixed rightsizing rule attach and detach workloads in subsequent updates.
Expand Down
8 changes: 3 additions & 5 deletions docs/resources/ocean_automatic_rightsizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ resource "spotinst_ocean_right_sizing_rule" "example" {
}
}
```
```
````
## Argument Reference
The following arguments are supported:
Expand Down Expand Up @@ -104,7 +102,7 @@ The following arguments are supported:
* `recommendation_application_overhead_values` - Determines the Ocean Rightsizing rule recommendation application overhead values.
* `cpu_percentage` - (Optional, Default: 0.1) .
* `memory_percentage` - (Optional, Default: 0.1).
```
<a id="attach_workloads"></a>
## Attach Workloads
Expand Down Expand Up @@ -191,4 +189,4 @@ attach_workloads {
}
}
}
```
```

0 comments on commit aad794d

Please sign in to comment.