Documentation ¶
Overview ¶
environment_secret_resource.go
sdk_keys_resource.go
teams_data_source.go
Index ¶
- func New(version string) func() provider.Provider
- func NewCLIKeyResource() resource.Resource
- func NewEnvironmentSecretResource() resource.Resource
- func NewIntegrationCredentialsResource() resource.Resource
- func NewIntegrationStatusResource() resource.Resource
- func NewIntegrationsDataSource() datasource.DataSource
- func NewOrganizationDataSource() datasource.DataSource
- func NewOrganizationsDataSource() datasource.DataSource
- func NewProjectResource() resource.Resource
- func NewSDKKeysResource() resource.Resource
- func NewTeamDataSource() datasource.DataSource
- func NewTeamMemberResource() resource.Resource
- func NewTeamsDataSource() datasource.DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCLIKeyResource ¶
NewCLIKeyResource is a helper function to simplify the provider implementation.
func NewEnvironmentSecretResource ¶
NewEnvironmentSecretResource is a helper function to simplify the provider implementation.
func NewIntegrationCredentialsResource ¶ added in v1.2.0
NewIntegrationCredentialsResource is a helper function to simplify the provider implementation.
func NewIntegrationStatusResource ¶ added in v1.2.0
NewIntegrationStatusResource is a helper function to simplify the provider implementation.
func NewIntegrationsDataSource ¶ added in v1.2.0
func NewIntegrationsDataSource() datasource.DataSource
NewIntegrationsDataSource is a helper function to simplify the provider implementation.
func NewOrganizationDataSource ¶ added in v1.0.0
func NewOrganizationDataSource() datasource.DataSource
NewOrganizationDataSource is a helper function to simplify the provider implementation.
func NewOrganizationsDataSource ¶
func NewOrganizationsDataSource() datasource.DataSource
NewOrganizationsDataSource is a helper function to simplify the provider implementation.
func NewProjectResource ¶
NewProjectResource is a helper function to simplify the provider implementation.
func NewSDKKeysResource ¶
NewSDKKeysResource is a helper function to simplify the provider implementation.
func NewTeamDataSource ¶
func NewTeamDataSource() datasource.DataSource
NewTeamDataSource is a helper function to simplify the provider implementation.
func NewTeamMemberResource ¶
NewTeamMemberResource is a helper function to simplify the provider implementation.
func NewTeamsDataSource ¶
func NewTeamsDataSource() datasource.DataSource
NewTeamsDataSource is a helper function to simplify the provider implementation.
Types ¶
This section is empty.
Source Files ¶
- cli_key_resource.go
- environment_secret_resource.go
- integration_credentials_resource.go
- integration_status_resource.go
- integrations_data_source.go
- organization_data_source.go
- organizations_data_source.go
- project_resource.go
- provider.go
- sdk_keys_resource.go
- team_data_source.go
- team_member_resource.go
- teams_data_source.go