terraform/builtin/providers/opc
Jake Champlin bc1a6b0261
provider/opc: Correctly export `ip_address` in IP Addr Reservation
Correctly sets the attribute `ip_address` in the `opc_compute_ip_address_reservation` resource.
Also updates documentation for the `ip_address_pool` attribute.

```
$ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCIPAddressReservation_Basic"
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/05/16 10:15:53 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCIPAddressReservation_Basic -timeout 120m
=== RUN   TestAccOPCIPAddressReservation_Basic
--- PASS: TestAccOPCIPAddressReservation_Basic (22.60s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/opc    22.604s
```
2017-05-16 10:19:29 -04:00
..
config.go Fixing the import list 2017-04-10 12:19:56 +01:00
data_source_network_interface.go
data_source_network_interface_test.go fix data_source_network_interface test 2017-04-07 10:41:59 -04:00
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 fixup tests 2017-04-07 11:00:26 -04:00
import_ip_address_association_test.go fixed nits 2017-04-06 16:27:22 -06:00
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_network_test.go Import support for Image Lists 2017-04-07 11:06:51 +01:00
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 Refactoring the Complete test / identifying Update as Update 2017-04-10 12:22:16 +01:00
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
import_storage_volume_test.go Hooking up the Image List Entry tests 2017-04-10 12:26:22 +01:00
provider.go Merge pull request #13424 from hashicorp/f-add-ip-address-associaitons 2017-04-06 16:29:02 -06:00
provider_test.go Updating the error message 2017-04-10 12:28:17 +01:00
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 Cleanup vet errors 2017-04-07 12:06:45 -04:00
resource_image_list_test.go
resource_instance.go provider/opc: Fix Instance Label / Update Docs 2017-04-21 10:09:26 -04:00
resource_instance_test.go provider/opc: Fix Instance Label / Update Docs 2017-04-21 10:09:26 -04:00
resource_ip_address_association.go refactor the read 2017-04-26 09:25:10 -06:00
resource_ip_address_association_test.go fixed nits 2017-04-06 16:27:22 -06:00
resource_ip_address_prefix_set.go
resource_ip_address_prefix_set_test.go
resource_ip_address_reservation.go provider/opc: Correctly export `ip_address` in IP Addr Reservation 2017-05-16 10:19:29 -04:00
resource_ip_address_reservation_test.go provider/opc: Correctly export `ip_address` in IP Addr Reservation 2017-05-16 10:19:29 -04:00
resource_ip_association.go
resource_ip_association_test.go fixup tests 2017-04-07 11:00:26 -04:00
resource_ip_network.go Import support for Image Lists 2017-04-07 11:06:51 +01:00
resource_ip_network_exchange.go
resource_ip_network_exchange_test.go
resource_ip_network_test.go Import support for Image Lists 2017-04-07 11:06:51 +01:00
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 fixup tests 2017-04-07 11:31:32 -04:00
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 Refactoring the Complete test / identifying Update as Update 2017-04-10 12:22:16 +01:00
resource_security_rule.go
resource_security_rule_test.go
resource_ssh_key.go
resource_ssh_key_test.go
resource_storage_volume.go Import support for Storage Volumes 2017-04-07 10:36:04 +01: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 Hooking up the Image List Entry tests 2017-04-10 12:26:22 +01: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