Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDeleted ¶ added in v1.1.0
func CheckDeleted(d *schema.ResourceData, err error, msg string) error
CheckDeleted checks the error to see if it's a 404 (Not Found) and, if so, sets the resource ID to the empty string instead of throwing an error.
func Provider ¶
func Provider() terraform.ResourceProvider
Provider is the Brightbox Terraform driver root
func ValidateCronString ¶ added in v1.1.0
ValidateCronString checks if the string is a valid cron layout
Types ¶
type CompositeClient ¶
type CompositeClient struct { APIClient *brightbox.Client OrbitClient *gophercloud.ServiceClient }
CompositeClient allows access to Honcho and Orbit
Source Files
¶
- auth_options.go
- config.go
- data_source_brightbox_database_snapshot.go
- data_source_brightbox_database_type.go
- data_source_brightbox_image.go
- data_source_brightbox_server_group.go
- provider.go
- resource_brightbox_api_client.go
- resource_brightbox_cloudip.go
- resource_brightbox_database_server.go
- resource_brightbox_firewall_policy.go
- resource_brightbox_firewall_rule.go
- resource_brightbox_load_balancer.go
- resource_brightbox_orbit_container.go
- resource_brightbox_server.go
- resource_brightbox_server_group.go
- util.go
Click to show internal directories.
Click to hide internal directories.