-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcc0c85
commit 683d389
Showing
4 changed files
with
148 additions
and
51 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,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "maas_machine Data Source - terraform-provider-maas" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# maas_machine (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `hostname` (String) The machine hostname. | ||
|
||
### Read-Only | ||
|
||
- `architecture` (String) The architecture type of the machine. | ||
- `domain` (String) The domain of the machine. | ||
- `id` (String) The ID of this resource. | ||
- `min_hwe_kernel` (String) The minimum kernel version allowed to run on this machine. | ||
- `pool` (String) The resource pool of the machine. | ||
- `power_parameters` (String, Sensitive) Serialized JSON string containing the parameters specific to the `power_type`. See [Power types](https://maas.io/docs/api#power-types) section for a list of the available power parameters for each power type. | ||
- `power_type` (String) The power management type (e.g. `ipmi`) of the machine. | ||
- `pxe_mac_address` (String) The MAC address of the machine's PXE boot NIC. | ||
- `zone` (String) The zone of the machine. |
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,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "maas_network_interface_physical Data Source - terraform-provider-maas" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# maas_network_interface_physical (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `machine` (String) The identifier (system ID, hostname, or FQDN) of the machine with the physical network interface. | ||
- `name` (String) The physical network interface name. | ||
|
||
### Optional | ||
|
||
- `tags` (Set of String) A set of tag names assigned to the physical network interface. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `mac_address` (String) The physical network interface MAC address. | ||
- `mtu` (Number) The MTU of the physical network interface. | ||
- `vlan` (String) VLAN the physical network interface is connected to. |
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
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