provider/openstack: making import command consistent (#7739)

This commit is contained in:
Joe Topjian 2016-07-21 00:35:49 -06:00 committed by Paul Stack
parent df5d2c9a63
commit 2e650ce153
19 changed files with 19 additions and 19 deletions

View File

@ -79,5 +79,5 @@ The following attributes are exported:
Volumes can be imported using the `id`, e.g.
```
terraform import openstack_blockstorage_volume_v1.volume_1 ea257959-eeb1-4c10-8d33-26f0409a755d
$ terraform import openstack_blockstorage_volume_v1.volume_1 ea257959-eeb1-4c10-8d33-26f0409a755d
```

View File

@ -84,5 +84,5 @@ The following attributes are exported:
Volumes can be imported using the `id`, e.g.
```
terraform import openstack_blockstorage_volume_v2.volume_1 ea257959-eeb1-4c10-8d33-26f0409a755d
$ terraform import openstack_blockstorage_volume_v2.volume_1 ea257959-eeb1-4c10-8d33-26f0409a755d
```

View File

@ -49,5 +49,5 @@ The following attributes are exported:
Floating IPs can be imported using the `id`, e.g.
```
terraform import openstack_compute_floatingip_v2.floatip_1 89c60255-9bd6-460c-822a-e2b959ede9d2
$ terraform import openstack_compute_floatingip_v2.floatip_1 89c60255-9bd6-460c-822a-e2b959ede9d2
```

View File

@ -47,5 +47,5 @@ The following attributes are exported:
Keypairs can be imported using the `name`, e.g.
```
terraform import openstack_compute_keypair_v2.my-keypair test-keypair
$ terraform import openstack_compute_keypair_v2.my-keypair test-keypair
```

View File

@ -120,5 +120,5 @@ resource "openstack_compute_instance_v2" "test-server" {
Security Groups can be imported using the `id`, e.g.
```
terraform import openstack_compute_secgroup_v2.my_secgroup 1bc30ee9-9d5b-4c30-bdd5-7f1e663f5edf
$ terraform import openstack_compute_secgroup_v2.my_secgroup 1bc30ee9-9d5b-4c30-bdd5-7f1e663f5edf
```

View File

@ -57,5 +57,5 @@ The following attributes are exported:
Server Groups can be imported using the `id`, e.g.
```
terraform import openstack_compute_servergroup_v2.test-sg 1bc30ee9-9d5b-4c30-bdd5-7f1e663f5edf
$ terraform import openstack_compute_servergroup_v2.test-sg 1bc30ee9-9d5b-4c30-bdd5-7f1e663f5edf
```

View File

@ -85,5 +85,5 @@ The following attributes are exported:
Firewalls can be imported using the `id`, e.g.
```
terraform import openstack_fw_firewall_v1.firewall_1 c9e39fb2-ce20-46c8-a964-25f3898c7a97
$ terraform import openstack_fw_firewall_v1.firewall_1 c9e39fb2-ce20-46c8-a964-25f3898c7a97
```

View File

@ -83,5 +83,5 @@ The following attributes are exported:
Firewall Policies can be imported using the `id`, e.g.
```
terraform import openstack_fw_policy_v1.policy_1 07f422e6-c596-474b-8b94-fe2c12506ce0
$ terraform import openstack_fw_policy_v1.policy_1 07f422e6-c596-474b-8b94-fe2c12506ce0
```

View File

@ -94,5 +94,5 @@ The following attributes are exported:
Firewall Rules can be imported using the `id`, e.g.
```
terraform import openstack_fw_rule_v1.rule_1 8dbc0c28-e49c-463f-b712-5c5d1bbac327
$ terraform import openstack_fw_rule_v1.rule_1 8dbc0c28-e49c-463f-b712-5c5d1bbac327
```

View File

@ -62,5 +62,5 @@ The following attributes are exported:
Load Balancer Members can be imported using the `id`, e.g.
```
terraform import openstack_lb_member_v1.member_1 a7498676-4fe4-4243-a864-2eaaf18c73df
$ terraform import openstack_lb_member_v1.member_1 a7498676-4fe4-4243-a864-2eaaf18c73df
```

View File

@ -86,5 +86,5 @@ The following attributes are exported:
Load Balancer Members can be imported using the `id`, e.g.
```
terraform import openstack_lb_monitor_v1.monitor_1 119d7530-72e9-449a-aa97-124a5ef1992c
$ terraform import openstack_lb_monitor_v1.monitor_1 119d7530-72e9-449a-aa97-124a5ef1992c
```

View File

@ -184,5 +184,5 @@ The `member` block is deprecated in favor of the `openstack_lb_member_v1` resour
Load Balancer Pools can be imported using the `id`, e.g.
```
terraform import openstack_lb_pool_v1.pool_1 b255e6ba-02ad-43e6-8951-3428ca26b713
$ terraform import openstack_lb_pool_v1.pool_1 b255e6ba-02ad-43e6-8951-3428ca26b713
```

View File

@ -104,5 +104,5 @@ The following attributes are exported:
Load Balancer VIPs can be imported using the `id`, e.g.
```
terraform import openstack_lb_vip_v1.vip_1 50e16b26-89c1-475e-a492-76167182511e
$ terraform import openstack_lb_vip_v1.vip_1 50e16b26-89c1-475e-a492-76167182511e
```

View File

@ -61,5 +61,5 @@ The following attributes are exported:
Floating IPs can be imported using the `id`, e.g.
```
terraform import openstack_networking_floatingip_v2.floatip_1 2c7f39f3-702b-48d1-940c-b50384177ee1
$ terraform import openstack_networking_floatingip_v2.floatip_1 2c7f39f3-702b-48d1-940c-b50384177ee1
```

View File

@ -97,5 +97,5 @@ The following attributes are exported:
Networks can be imported using the `id`, e.g.
```
terraform import openstack_networking_network_v2.network_1 d90ce693-5ccf-4136-a0ed-152ce412b6b9
$ terraform import openstack_networking_network_v2.network_1 d90ce693-5ccf-4136-a0ed-152ce412b6b9
```

View File

@ -91,7 +91,7 @@ The following attributes are exported:
Ports can be imported using the `id`, e.g.
```
terraform import openstack_networking_port_v2.port_1 eae26a3e-1c33-4cc1-9c31-0cd729c438a1
$ terraform import openstack_networking_port_v2.port_1 eae26a3e-1c33-4cc1-9c31-0cd729c438a1
```
## Notes

View File

@ -93,5 +93,5 @@ The following attributes are exported:
Security Group Rules can be imported using the `id`, e.g.
```
terraform import openstack_networking_secgroup_rule_v2.secgroup_rule_1 aeb68ee3-6e9d-4256-955c-9584a6212745
$ terraform import openstack_networking_secgroup_rule_v2.secgroup_rule_1 aeb68ee3-6e9d-4256-955c-9584a6212745
```

View File

@ -54,5 +54,5 @@ The following attributes are exported:
Security Groups can be imported using the `id`, e.g.
```
terraform import openstack_networking_secgroup_v2.secgroup_1 38809219-5e8a-4852-9139-6f461c90e8bc
$ terraform import openstack_networking_secgroup_v2.secgroup_1 38809219-5e8a-4852-9139-6f461c90e8bc
```

View File

@ -106,5 +106,5 @@ The following attributes are exported:
Subnets can be imported using the `id`, e.g.
```
terraform import openstack_networking_subnet_v2.subnet_1 da4faf16-5546-41e4-8330-4d0002b74048
$ terraform import openstack_networking_subnet_v2.subnet_1 da4faf16-5546-41e4-8330-4d0002b74048
```