We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is not working as you expected it? The TF-provider GitHub-Integration supports the following:
type integrationGithubResourceModel struct { // size=224 (0xe0) // scope SpaceID types.String `tfsdk:"space_id"` // integration details Mrn types.String `tfsdk:"mrn"` Name types.String `tfsdk:"name"` Owner types.String `tfsdk:"owner"` Repository types.String `tfsdk:"repository"` RepositoryAllowList types.List `tfsdk:"repository_allow_list"` RepositoryDenyList types.List `tfsdk:"repository_deny_list"` // credentials Credential *integrationGithubCredentialModel `tfsdk:"credentials"` }
But I am expecting it to have the following options as well, which are already implemented in the UI:
// Discover Terraform files in the repositories. (Optional.) DiscoverTerraform *Boolean `json:"discoverTerraform,omitempty"` // Discover k8s manifests in the repositories. (Optional.) DiscoverK8sManifests *Boolean `json:"discoverK8sManifests,omitempty"` // Github Enterprise Server URL. (Optional.) EnterpriseURL *String `json:"enterpriseUrl,omitempty"`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is not working as you expected it?
The TF-provider GitHub-Integration supports the following:
But I am expecting it to have the following options as well, which are already implemented in the UI:
The text was updated successfully, but these errors were encountered: