terraform/builtin/providers/opc
Jake Champlin c51fb79bf3
provider/opc: Remove 'model' from instance networking
Removes `model` as a configurable attribute in instance networking.

Also adds missing `name` attribute from `ip_reservation` docs

```
$ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCInstance_ipNetwork"
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/06 12:53:13 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCInstance_ipNetwork -timeout 120m
=== RUN   TestAccOPCInstance_ipNetwork
--- PASS: TestAccOPCInstance_ipNetwork (258.69s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/opc    258.721s
```

```
$ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCInstance_sharedNetworking"
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/06 12:58:43 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCInstance_sharedNetworking -timeout 120m
=== RUN   TestAccOPCInstance_sharedNetworking
--- PASS: TestAccOPCInstance_sharedNetworking (253.15s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/opc    253.180s
```
2017-04-06 13:05:52 -04:00
..
config.go
data_source_network_interface.go
data_source_network_interface_test.go
data_source_virtual_nic.go
data_source_virtual_nic_test.go
helpers.go
import_acl_test.go
import_image_list_test.go
import_instance_test.go
import_ip_address_prefix_set_test.go
import_ip_address_reservation_test.go
import_ip_association_test.go
import_ip_network_exchange_test.go
import_ip_reservation_test.go
import_route_test.go
import_sec_rule_test.go
import_security_application_test.go
import_security_association_test.go
import_security_ip_list_test.go
import_security_list_test.go
import_security_protocol_test.go
import_security_rule_test.go
import_ssh_key_test.go
import_storage_volume_snapshot_test.go provider/opc: Add Storage Volume Snapshots 2017-04-06 02:07:38 -04:00
provider.go provider/opc: Add Storage Volume Snapshots 2017-04-06 02:07:38 -04:00
provider_test.go
resource_acl.go
resource_acl_test.go
resource_image_list.go
resource_image_list_entry.go add image_list_entry resource 2017-04-04 16:28:11 -04:00
resource_image_list_entry_test.go add image_list_entry resource 2017-04-04 16:28:11 -04:00
resource_image_list_test.go
resource_instance.go provider/opc: Remove 'model' from instance networking 2017-04-06 13:05:52 -04:00
resource_instance_test.go provider/opc: Remove 'model' from instance networking 2017-04-06 13:05:52 -04:00
resource_ip_address_prefix_set.go
resource_ip_address_prefix_set_test.go
resource_ip_address_reservation.go
resource_ip_address_reservation_test.go
resource_ip_association.go
resource_ip_association_test.go
resource_ip_network.go
resource_ip_network_exchange.go
resource_ip_network_exchange_test.go
resource_ip_network_test.go
resource_ip_reservation.go
resource_ip_reservation_test.go
resource_route.go
resource_route_test.go update tests, fix instances 2017-04-04 14:36:51 -04:00
resource_sec_rule.go
resource_sec_rule_test.go
resource_security_application.go
resource_security_application_test.go
resource_security_association.go
resource_security_association_test.go
resource_security_ip_list.go
resource_security_ip_list_test.go
resource_security_list.go
resource_security_list_test.go
resource_security_protocol.go add image_list_entry resource 2017-04-04 16:28:11 -04:00
resource_security_protocol_test.go
resource_security_rule.go
resource_security_rule_test.go
resource_ssh_key.go
resource_ssh_key_test.go
resource_storage_volume.go provider/opc: Add Storage Volume Snapshots 2017-04-06 02:07:38 -04:00
resource_storage_volume_snapshot.go Remove unnecessary nil check in return 2017-04-06 12:31:33 -04:00
resource_storage_volume_snapshot_test.go Add fixes from comments 2017-04-06 12:29:13 -04:00
resource_storage_volume_test.go Add fixes from comments 2017-04-06 12:29:13 -04:00
resource_vnic_set.go
resource_vnic_set_test.go update tests, fix instances 2017-04-04 14:36:51 -04:00
tags.go
validators.go
validators_test.go