You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/builtin/providers/openstack
Paul Frybarger d8c9e448d4
Fix create/delete statuses in load balancing resources for openstack provider.
10 years ago
..
devstack provider/openstack: DevStack Deploy Script 10 years ago
config.go Add optional cacert_file parameter to openstack provider 10 years ago
provider.go provider/openstack: Add Support for Domain environment variables 10 years ago
provider_test.go provider/openstack: add state 'downloading' to resource 'blockstorage_volume_v1' 11 years ago
resource_openstack_blockstorage_volume_v1.go provider/openstack: Add detaching as valid pending state 10 years ago
resource_openstack_blockstorage_volume_v1_test.go provider/openstack: Volume Cleanup 11 years ago
resource_openstack_compute_floatingip_v2.go
resource_openstack_compute_floatingip_v2_test.go gofmt fixes 11 years ago
resource_openstack_compute_instance_v2.go provider/openstack: Account for a 403 reply from os-tenant-networks 10 years ago
resource_openstack_compute_instance_v2_test.go provider/openstack: Instance Block Device cleanup 10 years ago
resource_openstack_compute_keypair_v2.go
resource_openstack_compute_keypair_v2_test.go
resource_openstack_compute_secgroup_v2.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_openstack_compute_secgroup_v2_test.go provider/openstack: Add test for ICMP SecGroup rules with type zero 10 years ago
resource_openstack_compute_servergroup_v2.go providers/openstack: fix vet issue 11 years ago
resource_openstack_compute_servergroup_v2_test.go Added scheduler_hints to the OpenStack instance resource. 11 years ago
resource_openstack_fw_firewall_v1.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_openstack_fw_firewall_v1_test.go acc tests: ensure each resource has a _basic test 11 years ago
resource_openstack_fw_policy_v1.go Use built-in schema.HashString. 10 years ago
resource_openstack_fw_policy_v1_test.go Fixing TestAccFWPolicyV1 11 years ago
resource_openstack_fw_rule_v1.go fix copy/paste typo in OpenStack FW error messages 11 years ago
resource_openstack_fw_rule_v1_test.go acc tests: ensure each resource has a _basic test 11 years ago
resource_openstack_lb_member_v1.go Fix create/delete statuses in load balancing resources for openstack provider. 10 years ago
resource_openstack_lb_member_v1_test.go provider/openstack: Load Balancing Member Resource 10 years ago
resource_openstack_lb_monitor_v1.go Fix create/delete statuses in load balancing resources for openstack provider. 10 years ago
resource_openstack_lb_monitor_v1_test.go
resource_openstack_lb_pool_v1.go Fix create/delete statuses in load balancing resources for openstack provider. 10 years ago
resource_openstack_lb_pool_v1_test.go provider/openstack: Load Balancing Member Resource 10 years ago
resource_openstack_lb_vip_v1.go Fix create/delete statuses in load balancing resources for openstack provider. 10 years ago
resource_openstack_lb_vip_v1_test.go provider/openstack: Clean up some attributes in LBaaS VIP resource 11 years ago
resource_openstack_networking_floatingip_v2.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_openstack_networking_floatingip_v2_test.go gofmt fixes 11 years ago
resource_openstack_networking_network_v2.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_openstack_networking_network_v2_test.go provider/openstack: Make Networking Port attributes more intuitive 11 years ago
resource_openstack_networking_port_v2.go Use built-in schema.HashString. 10 years ago
resource_openstack_networking_port_v2_test.go provider/openstack Add Acceptance Test for No Port IP 10 years ago
resource_openstack_networking_router_interface_v2.go Change resource.StateChangeConf to use an array for target states 10 years ago
resource_openstack_networking_router_interface_v2_test.go provider/openstack: Make Networking Port attributes more intuitive 11 years ago
resource_openstack_networking_router_v2.go Add distributed routers support 10 years ago
resource_openstack_networking_router_v2_test.go Add distributed routers support 10 years ago
resource_openstack_networking_subnet_v2.go Use built-in schema.HashString. 10 years ago
resource_openstack_networking_subnet_v2_test.go provider/openstack: use '4' as default for ip_version of subnet 11 years ago
resource_openstack_objectstorage_container_v1.go
resource_openstack_objectstorage_container_v1_test.go
util.go