Documentation ¶
Index ¶
- Constants
- func DataSources() []func() datasource.DataSource
- func NewAdHocCommandDataSource() datasource.DataSource
- func NewAdHocCommandResource() resource.Resource
- func NewApplicationDataSource() datasource.DataSource
- func NewApplicationResource() resource.Resource
- func NewCredentialDataSource() datasource.DataSource
- func NewCredentialInputSourceDataSource() datasource.DataSource
- func NewCredentialInputSourceResource() resource.Resource
- func NewCredentialObjectRolesDataSource() datasource.DataSource
- func NewCredentialResource() resource.Resource
- func NewCredentialTypeDataSource() datasource.DataSource
- func NewCredentialTypeResource() resource.Resource
- func NewExecutionEnvironmentDataSource() datasource.DataSource
- func NewExecutionEnvironmentResource() resource.Resource
- func NewGroupDataSource() datasource.DataSource
- func NewGroupResource() resource.Resource
- func NewHostAssociateDisassociateGroupResource() resource.Resource
- func NewHostDataSource() datasource.DataSource
- func NewHostObjectRolesDataSource() datasource.DataSource
- func NewHostResource() resource.Resource
- func NewInstanceGroupDataSource() datasource.DataSource
- func NewInstanceGroupResource() resource.Resource
- func NewInventoryDataSource() datasource.DataSource
- func NewInventoryObjectRolesDataSource() datasource.DataSource
- func NewInventoryResource() resource.Resource
- func NewInventorySourceDataSource() datasource.DataSource
- func NewInventorySourceResource() resource.Resource
- func NewJobTemplateAssociateDisassociateCredentialResource() resource.Resource
- func NewJobTemplateAssociateDisassociateNotificationTemplateResource() resource.Resource
- func NewJobTemplateDataSource() datasource.DataSource
- func NewJobTemplateObjectRolesDataSource() datasource.DataSource
- func NewJobTemplateResource() resource.Resource
- func NewJobTemplateSurveyResource() resource.Resource
- func NewLabelDataSource() datasource.DataSource
- func NewLabelResource() resource.Resource
- func NewMeDataSource() datasource.DataSource
- func NewNotificationTemplateDataSource() datasource.DataSource
- func NewNotificationTemplateResource() resource.Resource
- func NewOrganizationAssociateDisassociateGalaxyCredentialResource() resource.Resource
- func NewOrganizationAssociateDisassociateInstanceGroupResource() resource.Resource
- func NewOrganizationDataSource() datasource.DataSource
- func NewOrganizationObjectRolesDataSource() datasource.DataSource
- func NewOrganizationResource() resource.Resource
- func NewProjectDataSource() datasource.DataSource
- func NewProjectObjectRolesDataSource() datasource.DataSource
- func NewProjectResource() resource.Resource
- func NewScheduleDataSource() datasource.DataSource
- func NewScheduleResource() resource.Resource
- func NewSettingsAuthAzureADOauth2DataSource() datasource.DataSource
- func NewSettingsAuthAzureADOauth2Resource() resource.Resource
- func NewSettingsAuthGithubDataSource() datasource.DataSource
- func NewSettingsAuthGithubEnterpriseDataSource() datasource.DataSource
- func NewSettingsAuthGithubEnterpriseOrgDataSource() datasource.DataSource
- func NewSettingsAuthGithubEnterpriseOrgResource() resource.Resource
- func NewSettingsAuthGithubEnterpriseResource() resource.Resource
- func NewSettingsAuthGithubEnterpriseTeamDataSource() datasource.DataSource
- func NewSettingsAuthGithubEnterpriseTeamResource() resource.Resource
- func NewSettingsAuthGithubOrgDataSource() datasource.DataSource
- func NewSettingsAuthGithubOrgResource() resource.Resource
- func NewSettingsAuthGithubResource() resource.Resource
- func NewSettingsAuthGithubTeamDataSource() datasource.DataSource
- func NewSettingsAuthGithubTeamResource() resource.Resource
- func NewSettingsAuthGoogleOauth2DataSource() datasource.DataSource
- func NewSettingsAuthGoogleOauth2Resource() resource.Resource
- func NewSettingsAuthLDAPDataSource() datasource.DataSource
- func NewSettingsAuthLDAPResource() resource.Resource
- func NewSettingsAuthSAMLDataSource() datasource.DataSource
- func NewSettingsAuthSAMLResource() resource.Resource
- func NewSettingsJobsDataSource() datasource.DataSource
- func NewSettingsJobsResource() resource.Resource
- func NewSettingsMiscAuthenticationDataSource() datasource.DataSource
- func NewSettingsMiscAuthenticationResource() resource.Resource
- func NewSettingsMiscLoggingDataSource() datasource.DataSource
- func NewSettingsMiscLoggingResource() resource.Resource
- func NewSettingsMiscSystemDataSource() datasource.DataSource
- func NewSettingsMiscSystemResource() resource.Resource
- func NewSettingsOpenIDConnectDataSource() datasource.DataSource
- func NewSettingsOpenIDConnectResource() resource.Resource
- func NewSettingsUIDataSource() datasource.DataSource
- func NewSettingsUIResource() resource.Resource
- func NewTeamAssociateDisassociateRoleResource() resource.Resource
- func NewTeamDataSource() datasource.DataSource
- func NewTeamObjectRolesDataSource() datasource.DataSource
- func NewTeamResource() resource.Resource
- func NewTokensDataSource() datasource.DataSource
- func NewTokensResource() resource.Resource
- func NewUserAssociateDisassociateRoleResource() resource.Resource
- func NewUserDataSource() datasource.DataSource
- func NewUserResource() resource.Resource
- func NewWorkflowJobTemplateAssociateDisassociateNotificationTemplateResource() resource.Resource
- func NewWorkflowJobTemplateDataSource() datasource.DataSource
- func NewWorkflowJobTemplateObjectRolesDataSource() datasource.DataSource
- func NewWorkflowJobTemplateResource() resource.Resource
- func NewWorkflowJobTemplateSurveyResource() resource.Resource
- func Resources() []func() resource.Resource
- type Callee
- type Source
Constants ¶
const ( CalleeCreate Callee = iota CalleeUpdate CalleeRead CalleeDelete SourceData Source = iota SourceResource )
Variables ¶
This section is empty.
Functions ¶
func DataSources ¶
func DataSources() []func() datasource.DataSource
DataSources is a helper function to return all defined data sources
func NewAdHocCommandDataSource ¶
func NewAdHocCommandDataSource() datasource.DataSource
NewAdHocCommandDataSource is a helper function to instantiate the AdHocCommand data source.
func NewAdHocCommandResource ¶
NewAdHocCommandResource is a helper function to simplify the provider implementation.
func NewApplicationDataSource ¶
func NewApplicationDataSource() datasource.DataSource
NewApplicationDataSource is a helper function to instantiate the Application data source.
func NewApplicationResource ¶
NewApplicationResource is a helper function to simplify the provider implementation.
func NewCredentialDataSource ¶
func NewCredentialDataSource() datasource.DataSource
NewCredentialDataSource is a helper function to instantiate the Credential data source.
func NewCredentialInputSourceDataSource ¶
func NewCredentialInputSourceDataSource() datasource.DataSource
NewCredentialInputSourceDataSource is a helper function to instantiate the CredentialInputSource data source.
func NewCredentialInputSourceResource ¶
NewCredentialInputSourceResource is a helper function to simplify the provider implementation.
func NewCredentialObjectRolesDataSource ¶
func NewCredentialObjectRolesDataSource() datasource.DataSource
NewCredentialObjectRolesDataSource is a helper function to instantiate the Credential data source.
func NewCredentialResource ¶
NewCredentialResource is a helper function to simplify the provider implementation.
func NewCredentialTypeDataSource ¶
func NewCredentialTypeDataSource() datasource.DataSource
NewCredentialTypeDataSource is a helper function to instantiate the CredentialType data source.
func NewCredentialTypeResource ¶
NewCredentialTypeResource is a helper function to simplify the provider implementation.
func NewExecutionEnvironmentDataSource ¶
func NewExecutionEnvironmentDataSource() datasource.DataSource
NewExecutionEnvironmentDataSource is a helper function to instantiate the ExecutionEnvironment data source.
func NewExecutionEnvironmentResource ¶
NewExecutionEnvironmentResource is a helper function to simplify the provider implementation.
func NewGroupDataSource ¶
func NewGroupDataSource() datasource.DataSource
NewGroupDataSource is a helper function to instantiate the Group data source.
func NewGroupResource ¶
NewGroupResource is a helper function to simplify the provider implementation.
func NewHostAssociateDisassociateGroupResource ¶
NewHostAssociateDisassociateGroupResource is a helper function to simplify the provider implementation.
func NewHostDataSource ¶
func NewHostDataSource() datasource.DataSource
NewHostDataSource is a helper function to instantiate the Host data source.
func NewHostObjectRolesDataSource ¶
func NewHostObjectRolesDataSource() datasource.DataSource
NewHostObjectRolesDataSource is a helper function to instantiate the Host data source.
func NewHostResource ¶
NewHostResource is a helper function to simplify the provider implementation.
func NewInstanceGroupDataSource ¶
func NewInstanceGroupDataSource() datasource.DataSource
NewInstanceGroupDataSource is a helper function to instantiate the InstanceGroup data source.
func NewInstanceGroupResource ¶
NewInstanceGroupResource is a helper function to simplify the provider implementation.
func NewInventoryDataSource ¶
func NewInventoryDataSource() datasource.DataSource
NewInventoryDataSource is a helper function to instantiate the Inventory data source.
func NewInventoryObjectRolesDataSource ¶
func NewInventoryObjectRolesDataSource() datasource.DataSource
NewInventoryObjectRolesDataSource is a helper function to instantiate the Inventory data source.
func NewInventoryResource ¶
NewInventoryResource is a helper function to simplify the provider implementation.
func NewInventorySourceDataSource ¶
func NewInventorySourceDataSource() datasource.DataSource
NewInventorySourceDataSource is a helper function to instantiate the InventorySource data source.
func NewInventorySourceResource ¶
NewInventorySourceResource is a helper function to simplify the provider implementation.
func NewJobTemplateAssociateDisassociateCredentialResource ¶
NewJobTemplateAssociateDisassociateCredentialResource is a helper function to simplify the provider implementation.
func NewJobTemplateAssociateDisassociateNotificationTemplateResource ¶
NewJobTemplateAssociateDisassociateNotificationTemplateResource is a helper function to simplify the provider implementation.
func NewJobTemplateDataSource ¶
func NewJobTemplateDataSource() datasource.DataSource
NewJobTemplateDataSource is a helper function to instantiate the JobTemplate data source.
func NewJobTemplateObjectRolesDataSource ¶
func NewJobTemplateObjectRolesDataSource() datasource.DataSource
NewJobTemplateObjectRolesDataSource is a helper function to instantiate the JobTemplate data source.
func NewJobTemplateResource ¶
NewJobTemplateResource is a helper function to simplify the provider implementation.
func NewJobTemplateSurveyResource ¶
NewJobTemplateSurveyResource is a helper function to simplify the provider implementation.
func NewLabelDataSource ¶
func NewLabelDataSource() datasource.DataSource
NewLabelDataSource is a helper function to instantiate the Label data source.
func NewLabelResource ¶
NewLabelResource is a helper function to simplify the provider implementation.
func NewMeDataSource ¶
func NewMeDataSource() datasource.DataSource
NewMeDataSource is a helper function to instantiate the Me data source.
func NewNotificationTemplateDataSource ¶
func NewNotificationTemplateDataSource() datasource.DataSource
NewNotificationTemplateDataSource is a helper function to instantiate the NotificationTemplate data source.
func NewNotificationTemplateResource ¶
NewNotificationTemplateResource is a helper function to simplify the provider implementation.
func NewOrganizationAssociateDisassociateGalaxyCredentialResource ¶
NewOrganizationAssociateDisassociateGalaxyCredentialResource is a helper function to simplify the provider implementation.
func NewOrganizationAssociateDisassociateInstanceGroupResource ¶
NewOrganizationAssociateDisassociateInstanceGroupResource is a helper function to simplify the provider implementation.
func NewOrganizationDataSource ¶
func NewOrganizationDataSource() datasource.DataSource
NewOrganizationDataSource is a helper function to instantiate the Organization data source.
func NewOrganizationObjectRolesDataSource ¶
func NewOrganizationObjectRolesDataSource() datasource.DataSource
NewOrganizationObjectRolesDataSource is a helper function to instantiate the Organization data source.
func NewOrganizationResource ¶
NewOrganizationResource is a helper function to simplify the provider implementation.
func NewProjectDataSource ¶
func NewProjectDataSource() datasource.DataSource
NewProjectDataSource is a helper function to instantiate the Project data source.
func NewProjectObjectRolesDataSource ¶
func NewProjectObjectRolesDataSource() datasource.DataSource
NewProjectObjectRolesDataSource is a helper function to instantiate the Project data source.
func NewProjectResource ¶
NewProjectResource is a helper function to simplify the provider implementation.
func NewScheduleDataSource ¶
func NewScheduleDataSource() datasource.DataSource
NewScheduleDataSource is a helper function to instantiate the Schedule data source.
func NewScheduleResource ¶
NewScheduleResource is a helper function to simplify the provider implementation.
func NewSettingsAuthAzureADOauth2DataSource ¶
func NewSettingsAuthAzureADOauth2DataSource() datasource.DataSource
NewSettingsAuthAzureADOauth2DataSource is a helper function to instantiate the SettingsAuthAzureADOauth2 data source.
func NewSettingsAuthAzureADOauth2Resource ¶
NewSettingsAuthAzureADOauth2Resource is a helper function to simplify the provider implementation.
func NewSettingsAuthGithubDataSource ¶
func NewSettingsAuthGithubDataSource() datasource.DataSource
NewSettingsAuthGithubDataSource is a helper function to instantiate the SettingsAuthGithub data source.
func NewSettingsAuthGithubEnterpriseDataSource ¶
func NewSettingsAuthGithubEnterpriseDataSource() datasource.DataSource
NewSettingsAuthGithubEnterpriseDataSource is a helper function to instantiate the SettingsAuthGithubEnterprise data source.
func NewSettingsAuthGithubEnterpriseOrgDataSource ¶
func NewSettingsAuthGithubEnterpriseOrgDataSource() datasource.DataSource
NewSettingsAuthGithubEnterpriseOrgDataSource is a helper function to instantiate the SettingsAuthGithubEnterpriseOrg data source.
func NewSettingsAuthGithubEnterpriseOrgResource ¶
NewSettingsAuthGithubEnterpriseOrgResource is a helper function to simplify the provider implementation.
func NewSettingsAuthGithubEnterpriseResource ¶
NewSettingsAuthGithubEnterpriseResource is a helper function to simplify the provider implementation.
func NewSettingsAuthGithubEnterpriseTeamDataSource ¶
func NewSettingsAuthGithubEnterpriseTeamDataSource() datasource.DataSource
NewSettingsAuthGithubEnterpriseTeamDataSource is a helper function to instantiate the SettingsAuthGithubEnterpriseTeam data source.
func NewSettingsAuthGithubEnterpriseTeamResource ¶
NewSettingsAuthGithubEnterpriseTeamResource is a helper function to simplify the provider implementation.
func NewSettingsAuthGithubOrgDataSource ¶
func NewSettingsAuthGithubOrgDataSource() datasource.DataSource
NewSettingsAuthGithubOrgDataSource is a helper function to instantiate the SettingsAuthGithubOrg data source.
func NewSettingsAuthGithubOrgResource ¶
NewSettingsAuthGithubOrgResource is a helper function to simplify the provider implementation.
func NewSettingsAuthGithubResource ¶
NewSettingsAuthGithubResource is a helper function to simplify the provider implementation.
func NewSettingsAuthGithubTeamDataSource ¶
func NewSettingsAuthGithubTeamDataSource() datasource.DataSource
NewSettingsAuthGithubTeamDataSource is a helper function to instantiate the SettingsAuthGithubTeam data source.
func NewSettingsAuthGithubTeamResource ¶
NewSettingsAuthGithubTeamResource is a helper function to simplify the provider implementation.
func NewSettingsAuthGoogleOauth2DataSource ¶
func NewSettingsAuthGoogleOauth2DataSource() datasource.DataSource
NewSettingsAuthGoogleOauth2DataSource is a helper function to instantiate the SettingsAuthGoogleOauth2 data source.
func NewSettingsAuthGoogleOauth2Resource ¶
NewSettingsAuthGoogleOauth2Resource is a helper function to simplify the provider implementation.
func NewSettingsAuthLDAPDataSource ¶
func NewSettingsAuthLDAPDataSource() datasource.DataSource
NewSettingsAuthLDAPDataSource is a helper function to instantiate the SettingsAuthLDAP data source.
func NewSettingsAuthLDAPResource ¶
NewSettingsAuthLDAPResource is a helper function to simplify the provider implementation.
func NewSettingsAuthSAMLDataSource ¶
func NewSettingsAuthSAMLDataSource() datasource.DataSource
NewSettingsAuthSAMLDataSource is a helper function to instantiate the SettingsAuthSAML data source.
func NewSettingsAuthSAMLResource ¶
NewSettingsAuthSAMLResource is a helper function to simplify the provider implementation.
func NewSettingsJobsDataSource ¶
func NewSettingsJobsDataSource() datasource.DataSource
NewSettingsJobsDataSource is a helper function to instantiate the SettingsJobs data source.
func NewSettingsJobsResource ¶
NewSettingsJobsResource is a helper function to simplify the provider implementation.
func NewSettingsMiscAuthenticationDataSource ¶
func NewSettingsMiscAuthenticationDataSource() datasource.DataSource
NewSettingsMiscAuthenticationDataSource is a helper function to instantiate the SettingsMiscAuthentication data source.
func NewSettingsMiscAuthenticationResource ¶
NewSettingsMiscAuthenticationResource is a helper function to simplify the provider implementation.
func NewSettingsMiscLoggingDataSource ¶
func NewSettingsMiscLoggingDataSource() datasource.DataSource
NewSettingsMiscLoggingDataSource is a helper function to instantiate the SettingsMiscLogging data source.
func NewSettingsMiscLoggingResource ¶
NewSettingsMiscLoggingResource is a helper function to simplify the provider implementation.
func NewSettingsMiscSystemDataSource ¶
func NewSettingsMiscSystemDataSource() datasource.DataSource
NewSettingsMiscSystemDataSource is a helper function to instantiate the SettingsMiscSystem data source.
func NewSettingsMiscSystemResource ¶
NewSettingsMiscSystemResource is a helper function to simplify the provider implementation.
func NewSettingsOpenIDConnectDataSource ¶
func NewSettingsOpenIDConnectDataSource() datasource.DataSource
NewSettingsOpenIDConnectDataSource is a helper function to instantiate the SettingsOpenIDConnect data source.
func NewSettingsOpenIDConnectResource ¶
NewSettingsOpenIDConnectResource is a helper function to simplify the provider implementation.
func NewSettingsUIDataSource ¶
func NewSettingsUIDataSource() datasource.DataSource
NewSettingsUIDataSource is a helper function to instantiate the SettingsUI data source.
func NewSettingsUIResource ¶
NewSettingsUIResource is a helper function to simplify the provider implementation.
func NewTeamAssociateDisassociateRoleResource ¶
NewTeamAssociateDisassociateRoleResource is a helper function to simplify the provider implementation.
func NewTeamDataSource ¶
func NewTeamDataSource() datasource.DataSource
NewTeamDataSource is a helper function to instantiate the Team data source.
func NewTeamObjectRolesDataSource ¶
func NewTeamObjectRolesDataSource() datasource.DataSource
NewTeamObjectRolesDataSource is a helper function to instantiate the Team data source.
func NewTeamResource ¶
NewTeamResource is a helper function to simplify the provider implementation.
func NewTokensDataSource ¶
func NewTokensDataSource() datasource.DataSource
NewTokensDataSource is a helper function to instantiate the Tokens data source.
func NewTokensResource ¶
NewTokensResource is a helper function to simplify the provider implementation.
func NewUserAssociateDisassociateRoleResource ¶
NewUserAssociateDisassociateRoleResource is a helper function to simplify the provider implementation.
func NewUserDataSource ¶
func NewUserDataSource() datasource.DataSource
NewUserDataSource is a helper function to instantiate the User data source.
func NewUserResource ¶
NewUserResource is a helper function to simplify the provider implementation.
func NewWorkflowJobTemplateAssociateDisassociateNotificationTemplateResource ¶
NewWorkflowJobTemplateAssociateDisassociateNotificationTemplateResource is a helper function to simplify the provider implementation.
func NewWorkflowJobTemplateDataSource ¶
func NewWorkflowJobTemplateDataSource() datasource.DataSource
NewWorkflowJobTemplateDataSource is a helper function to instantiate the WorkflowJobTemplate data source.
func NewWorkflowJobTemplateObjectRolesDataSource ¶
func NewWorkflowJobTemplateObjectRolesDataSource() datasource.DataSource
NewWorkflowJobTemplateObjectRolesDataSource is a helper function to instantiate the WorkflowJobTemplate data source.
func NewWorkflowJobTemplateResource ¶
NewWorkflowJobTemplateResource is a helper function to simplify the provider implementation.
func NewWorkflowJobTemplateSurveyResource ¶
NewWorkflowJobTemplateSurveyResource is a helper function to simplify the provider implementation.
Types ¶
Source Files ¶
- gen_obj_ad_hoc_command.go
- gen_obj_application.go
- gen_obj_credential.go
- gen_obj_credential_input_source.go
- gen_obj_credential_type.go
- gen_obj_execution_environment.go
- gen_obj_group.go
- gen_obj_host.go
- gen_obj_instance_group.go
- gen_obj_inventory.go
- gen_obj_inventory_source.go
- gen_obj_job_template.go
- gen_obj_label.go
- gen_obj_me.go
- gen_obj_notification_template.go
- gen_obj_organization.go
- gen_obj_project.go
- gen_obj_schedule.go
- gen_obj_settings_auth_azuread_oauth2.go
- gen_obj_settings_auth_github.go
- gen_obj_settings_auth_github_enterprise.go
- gen_obj_settings_auth_github_enterprise_org.go
- gen_obj_settings_auth_github_enterprise_team.go
- gen_obj_settings_auth_github_org.go
- gen_obj_settings_auth_github_team.go
- gen_obj_settings_auth_google_oauth2.go
- gen_obj_settings_auth_ldap.go
- gen_obj_settings_auth_saml.go
- gen_obj_settings_jobs.go
- gen_obj_settings_misc_authentication.go
- gen_obj_settings_misc_logging.go
- gen_obj_settings_misc_system.go
- gen_obj_settings_oidc.go
- gen_obj_settings_ui.go
- gen_obj_team.go
- gen_obj_token.go
- gen_obj_user.go
- gen_obj_workflow_job_template.go
- gen_sources.go
- general.go
- helpers.go
- hook_application.go
- hook_credential.go
- hook_settings.go
- hooks.go
- model_associate_dissassociate.go
- schemas.go