Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (interface{}, error) func (c *Config) ValidateCredentials(client *teamcity.Client) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Types ¶ type Config ¶ type Config struct { User string Password string URL string Version string Insecure bool SkipCredsValidation bool } func (*Config) Client ¶ func (c *Config) Client() (interface{}, error) func (*Config) ValidateCredentials ¶ func (c *Config) ValidateCredentials(client *teamcity.Client) error Validate credentials early and fail before we do any graph walking. Source Files ¶ View all Source files config.go data_source_agent_pool.go provider.go resource_agent_pool_project_attachment.go resource_build_configuration.go resource_parameter.go resource_project.go resource_vcs_root.go Click to show internal directories. Click to hide internal directories.