-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31035 from GlennChia/f-aws_instance-cpu_options
r/aws_instance and r/d/aws_launch_template - cpu options
- Loading branch information
Showing
9 changed files
with
831 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
```release-note:breaking-change | ||
resource/aws_instance: The `cpu_core_count` argument is deprecated in favor of the `cpu_options` block. The `cpu_options` block can set `core_count` | ||
``` | ||
|
||
```release-note:breaking-change | ||
resource/aws_instance: The `cpu_threads_per_core` argument is deprecated in favor of the `cpu_options` block. The `cpu_options` block can set `threads_per_core` | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_instance: Add `cpu_options` argument | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_instance: Add `amd_sev_snp` argument | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_launch_template: Add `amd_sev_snp` argument | ||
``` | ||
|
||
```release-note:enhancement | ||
datasource/aws_launch_template: Add `amd_sev_snp` attribute | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.