Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "token": { Type: schema.TypeString, }, "region": { Type: schema.TypeString, }, "regions": { Type: schema.TypeList, Elem: &schema.Attribute{Type: schema.TypeString}, }, }
Functions ¶
func BuildRegionList ¶ added in v0.1.0
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) scalingoConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
This section is empty.
Source Files ¶
- addon_token.go
- connection_config.go
- not_found.go
- plugin.go
- table_scalingo_addon.go
- table_scalingo_alert.go
- table_scalingo_app.go
- table_scalingo_app_event.go
- table_scalingo_autoscaler.go
- table_scalingo_collaborator.go
- table_scalingo_container.go
- table_scalingo_container_type.go
- table_scalingo_cron.go
- table_scalingo_database.go
- table_scalingo_database_backup.go
- table_scalingo_database_maintenance.go
- table_scalingo_database_type_version.go
- table_scalingo_database_user.go
- table_scalingo_deployment.go
- table_scalingo_domain.go
- table_scalingo_environment.go
- table_scalingo_event_type.go
- table_scalingo_invoice.go
- table_scalingo_key.go
- table_scalingo_log_drain.go
- table_scalingo_log_drain_addon.go
- table_scalingo_notification_platform.go
- table_scalingo_notifier.go
- table_scalingo_region.go
- table_scalingo_scm_integration.go
- table_scalingo_scm_repo_link.go
- table_scalingo_stack.go
- table_scalingo_token.go
- table_scalingo_user_event.go
- table_scalingo_user_scm_repo_link.go
- utils.go
Click to show internal directories.
Click to hide internal directories.