Documentation ¶ Index ¶ func Bool(v bool) *bool func Int(v int) *int func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (interface{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bool ¶ func Bool(v bool) *bool Bool returns a pointer to the bool value. func Int ¶ func Int(v int) *int Int returns a pointer to the int value. func Provider ¶ func Provider() terraform.ResourceProvider Provider returns a terraform.ResourceProvider. Types ¶ type Config ¶ type Config struct { Token string BaseURL string } Config is the configuration structure used to instantiate the Sentry provider. func (*Config) Client ¶ func (c *Config) Client() (interface{}, error) Source Files ¶ View all Source files config.go data_source_sentry_key.go helpers.go import_sentry_key.go import_sentry_project_plugin.go import_sentry_team.go provider.go resource_sentry_key.go resource_sentry_organization.go resource_sentry_project.go resource_sentry_project_plugin.go resource_sentry_team.go Click to show internal directories. Click to hide internal directories.