parent
460c18c202
commit
53a3697850
124 changed files with 8342 additions and 6042 deletions
|
|
@ -23,7 +23,7 @@ resource "stackit_network_interface" "example" {
|
|||
# Only use the import statement, if you want to import an existing network interface
|
||||
import {
|
||||
to = stackit_network_interface.import-example
|
||||
id = "${var.project_id},${var.network_id},${var.network_interface_id}"
|
||||
id = "${var.project_id},${var.region},${var.network_id},${var.network_interface_id}"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -41,13 +41,14 @@ import {
|
|||
- `ipv4` (String) The IPv4 address.
|
||||
- `labels` (Map of String) Labels are key-value string pairs which can be attached to a network interface.
|
||||
- `name` (String) The name of the network interface.
|
||||
- `region` (String) The resource region. If not defined, the provider region is used.
|
||||
- `security` (Boolean) The Network Interface Security. If set to false, then no security groups will apply to this network interface.
|
||||
- `security_group_ids` (List of String) The list of security group UUIDs. If security is set to false, setting this field will lead to an error.
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `device` (String) The device UUID of the network interface.
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`network_id`,`network_interface_id`".
|
||||
- `id` (String) Terraform's internal resource ID. It is structured as "`project_id`,`region`,`network_id`,`network_interface_id`".
|
||||
- `mac` (String) The MAC address of network interface.
|
||||
- `network_interface_id` (String) The network interface ID.
|
||||
- `type` (String) Type of network interface. Some of the possible values are: Possible values are: `server`, `metadata`, `gateway`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue