-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add attributes to the aws_ec2_instance_type data source
Added the following attributes to the `aws_ec2_instance_type` data source to bring it up-to-date with the EC2 API. * `bandwidth_weightings` * `boot_modes` * `default_network_card_index` * `efa_maximum_interfaces` * `inference_accelerators.#.memory_size` * `media_accelerators.#.count` * `media_accelerators.#.manufacturer` * `media_accelerators.#.memory_size` * `media_accelerators.#.name` * `network_cards.#.baseline_bandwidth` * `network_cards.#.index` * `network_cards.#.maximum_interfaces` * `network_cards.#.performance` * `network_cards.#.peak_bandwidth` * `neuron_devices.#.core_count` * `neuron_devices.#.count` * `neuron_devices.#.memory_size` * `neuron_devices.#.name` * `neuron_devices.#.version` * `nitro_enclaves_support` * `nitro_tpm_support` * `nitro_tpm_supported_versions` * `phc_support` * `srd_supported` * `supported_cpu_features` * `total_inference_memory` * `total_media_memory` * `total_neuron_device_memory`
- Loading branch information
1 parent
017df23
commit 8171296
Showing
2 changed files
with
246 additions
and
11 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
Oops, something went wrong.