Created
May 28, 2024 15:10
-
-
Save VenelinMartinov/315dd3da23e6975f6dc37c82255c6b76 to your computer and use it in GitHub Desktop.
gitlab provider info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provider": { | |
"schema": { | |
"base_url": { | |
"type": 4, | |
"optional": true | |
}, | |
"cacert_file": { | |
"type": 4, | |
"optional": true | |
}, | |
"client_cert": { | |
"type": 4, | |
"optional": true | |
}, | |
"client_key": { | |
"type": 4, | |
"optional": true | |
}, | |
"early_auth_check": { | |
"type": 1, | |
"optional": true | |
}, | |
"insecure": { | |
"type": 1, | |
"optional": true | |
}, | |
"token": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"resources": { | |
"gitlab_application": { | |
"application_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"confidential": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"redirect_url": { | |
"type": 4, | |
"required": true | |
}, | |
"scopes": { | |
"type": 7, | |
"required": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"secret": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_application_settings": { | |
"abuse_notification_email": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"admin_mode": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"after_sign_out_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"after_sign_up_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"akismet_api_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"akismet_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"allow_group_owners_to_manage_ldap": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"allow_local_requests_from_system_hooks": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"allow_local_requests_from_web_hooks_and_services": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"archive_builds_in_human_readable": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"asset_proxy_allowlist": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"asset_proxy_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"asset_proxy_secret_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"asset_proxy_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"authorized_keys_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"auto_devops_domain": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"auto_devops_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"automatic_purchased_storage_allocation": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"can_create_group": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"check_namespace_plan": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"commit_email_hostname": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"container_expiration_policies_enable_historic_entries": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"container_registry_cleanup_tags_service_max_list_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"container_registry_delete_tags_service_timeout": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"container_registry_expiration_policies_caching": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"container_registry_expiration_policies_worker_capacity": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"container_registry_token_expire_delay": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"deactivate_dormant_users": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"default_artifacts_expire_in": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"default_branch_name": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"default_branch_protection": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"default_ci_config_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"default_group_visibility": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"default_project_creation": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"default_project_visibility": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"default_projects_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"default_snippet_visibility": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"delete_inactive_projects": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"deletion_adjourned_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"diff_max_files": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"diff_max_lines": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"diff_max_patch_bytes": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"disable_feed_token": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"disabled_oauth_sign_in_sources": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"dns_rebinding_protection_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"domain_allowlist": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"domain_denylist": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"domain_denylist_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"dsa_key_restriction": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ecdsa_key_restriction": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ecdsa_sk_key_restriction": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ed25519_key_restriction": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ed25519_sk_key_restriction": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"eks_access_key_id": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"eks_account_id": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"eks_integration_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"eks_secret_access_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_aws": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_aws_access_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_aws_region": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_aws_secret_access_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_indexed_field_length_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_indexed_file_size_limit_kb": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_indexing": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_limit_indexing": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_max_bulk_concurrency": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_max_bulk_size_mb": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_namespace_ids": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"elasticsearch_password": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_project_ids": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"elasticsearch_search": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"elasticsearch_url": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"elasticsearch_username": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"email_additional_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"email_author_in_body": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"enabled_git_access_protocol": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"enforce_namespace_storage_limit": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"enforce_terms": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"external_auth_client_cert": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_auth_client_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_auth_client_key_pass": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_authorization_service_default_label": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_authorization_service_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"external_authorization_service_timeout": { | |
"type": 3, | |
"optional": true, | |
"computed": true | |
}, | |
"external_authorization_service_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_pipeline_validation_service_timeout": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"external_pipeline_validation_service_token": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_pipeline_validation_service_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"file_template_project_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"first_day_of_week": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"geo_node_allowed_ips": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"geo_status_timeout": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"git_rate_limit_users_allowlist": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"git_two_factor_session_expiry": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"gitaly_timeout_default": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"gitaly_timeout_fast": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"gitaly_timeout_medium": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"grafana_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"grafana_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"gravatar_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"group_owners_can_manage_default_branch_protection": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"hashed_storage_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"help_page_hide_commercial_content": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"help_page_support_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"help_page_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"help_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"hide_third_party_offers": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"home_page_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"housekeeping_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"housekeeping_full_repack_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true, | |
"deprecated": "housekeeping_full_repack_period is deprecated. Use housekeeping_optimize_repository_period instead." | |
}, | |
"housekeeping_gc_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true, | |
"deprecated": "housekeeping_gc_period is deprecated. Use housekeeping_optimize_repository_period instead." | |
}, | |
"housekeeping_incremental_repack_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true, | |
"deprecated": "housekeeping_incremental_repack_period is deprecated. Use housekeeping_optimize_repository_period instead." | |
}, | |
"housekeeping_optimize_repository_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"html_emails_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"import_sources": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"in_product_marketing_emails_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"inactive_projects_delete_after_months": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"inactive_projects_min_size_mb": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"inactive_projects_send_warning_email_after_months": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"invisible_captcha_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"issues_create_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"keep_latest_artifact": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"local_markdown_version": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"mailgun_events_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"mailgun_signing_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"maintenance_mode": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"maintenance_mode_message": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"max_artifacts_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_attachment_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_export_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_import_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_number_of_repository_downloads": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_number_of_repository_downloads_within_time_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_pages_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_personal_access_token_lifetime": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"max_ssh_key_lifetime": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"metrics_method_call_threshold": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"mirror_available": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"mirror_capacity_threshold": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"mirror_max_capacity": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"mirror_max_delay": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"npm_package_requests_forwarding": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"outbound_local_requests_whitelist": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"package_registry_cleanup_policies_worker_capacity": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"pages_domain_verification_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password_authentication_enabled_for_git": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password_authentication_enabled_for_web": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password_lowercase_required": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password_number_required": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password_symbol_required": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password_uppercase_required": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"performance_bar_allowed_group_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"personal_access_token_prefix": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"pipeline_limit_per_project_user_sha": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"plantuml_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"plantuml_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"polling_interval_multiplier": { | |
"type": 3, | |
"optional": true, | |
"computed": true | |
}, | |
"project_export_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"prometheus_metrics_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"protected_ci_variables": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"push_event_activities_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"push_event_hooks_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"pypi_package_requests_forwarding": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"rate_limiting_response_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"raw_blob_request_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"recaptcha_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"recaptcha_private_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"recaptcha_site_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"receive_max_input_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"repository_checks_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"repository_size_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"repository_storages": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"repository_storages_weighted": { | |
"type": 6, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"require_admin_approval_after_user_signup": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"require_two_factor_authentication": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"restricted_visibility_levels": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"rsa_key_restriction": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"search_rate_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"search_rate_limit_unauthenticated": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"send_user_confirmation_email": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"session_expire_delay": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"shared_runners_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"shared_runners_minutes": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"shared_runners_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"sidekiq_job_limiter_compression_threshold_bytes": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"sidekiq_job_limiter_limit_bytes": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"sidekiq_job_limiter_mode": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"sign_in_text": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"signup_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"slack_app_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"slack_app_id": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"slack_app_secret": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"slack_app_signing_secret": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"slack_app_verification_token": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"snippet_size_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"snowplow_app_id": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"snowplow_collector_hostname": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"snowplow_cookie_domain": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"snowplow_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"sourcegraph_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"sourcegraph_public_only": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"sourcegraph_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"spam_check_api_key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"spam_check_endpoint_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"spam_check_endpoint_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"suggest_pipeline_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"terminal_max_session_time": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"terms": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_api_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_api_period_in_seconds": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_api_requests_per_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_packages_api_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_packages_api_period_in_seconds": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_packages_api_requests_per_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_web_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_web_period_in_seconds": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_authenticated_web_requests_per_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_api_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_api_period_in_seconds": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_api_requests_per_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_packages_api_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_packages_api_period_in_seconds": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_packages_api_requests_per_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_web_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_web_period_in_seconds": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"throttle_unauthenticated_web_requests_per_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"time_tracking_limit_to_hours": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"two_factor_grace_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"unique_ips_limit_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"unique_ips_limit_per_user": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"unique_ips_limit_time_window": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"usage_ping_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"user_deactivation_emails_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"user_default_external": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"user_default_internal_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"user_oauth_applications": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"user_show_add_ssh_key_message": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"version_check_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"web_ide_clientside_preview_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"whats_new_variant": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"wiki_page_max_content_bytes": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_branch": { | |
"can_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"commit": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"author_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"authored_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committed_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"short_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"default": { | |
"type": 1, | |
"computed": true | |
}, | |
"developer_can_merge": { | |
"type": 1, | |
"computed": true | |
}, | |
"developer_can_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"merged": { | |
"type": 1, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"ref": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_branch_protection": { | |
"allow_force_push": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"allowed_to_merge": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
}, | |
"allowed_to_push": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
}, | |
"allowed_to_unprotect": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
}, | |
"branch": { | |
"type": 4, | |
"required": true | |
}, | |
"branch_protection_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"code_owner_approval_required": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"push_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"unprotect_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_cluster_agent": { | |
"agent_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_cluster_agent_token": { | |
"agent_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"last_used_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"status": { | |
"type": 4, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"token_id": { | |
"type": 2, | |
"computed": true | |
} | |
}, | |
"gitlab_compliance_framework": { | |
"color": { | |
"type": 4, | |
"required": true | |
}, | |
"default": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"required": true | |
}, | |
"framework_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"namespace_path": { | |
"type": 4, | |
"required": true | |
}, | |
"pipeline_configuration_full_path": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_deploy_key": { | |
"can_push": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"deploy_key_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"title": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_deploy_key_enable": { | |
"can_push": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"key": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"key_id": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"title": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_deploy_token": { | |
"deploy_token_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"group": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"scopes": { | |
"type": 7, | |
"required": true, | |
"forceNew": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_global_level_notifications": { | |
"close_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"close_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"failed_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"fixed_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"issue_due": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_when_pipeline_succeeds": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"moved_project": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"new_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"new_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"new_note": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"push_to_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reassign_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reassign_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reopen_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reopen_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"success_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_group": { | |
"auto_devops_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"avatar": { | |
"type": 4, | |
"optional": true | |
}, | |
"avatar_hash": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"default_branch_protection": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"emails_disabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "use `emails_enabled` instead" | |
}, | |
"emails_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"extra_shared_runners_minutes_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"full_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"full_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"ip_restriction_ranges": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"membership_lock": { | |
"type": 1, | |
"optional": true | |
}, | |
"mentions_disabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"parent_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"required": true | |
}, | |
"prevent_forking_outside_group": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project_creation_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"push_rules": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"branch_name_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"commit_committer_check": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"commit_message_negative_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"commit_message_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"deny_delete_tag": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"file_name_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"max_file_size": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"member_check": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"prevent_secrets": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reject_unsigned_commits": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
} | |
}, | |
"maxItems": 1 | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"require_two_factor_authentication": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"runners_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"share_with_group_lock": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"shared_runners_minutes_limit": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"shared_runners_setting": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"subgroup_creation_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"two_factor_grace_period": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"visibility_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_group_access_token": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"revoked": { | |
"type": 1, | |
"computed": true | |
}, | |
"rotation_configuration": { | |
"type": 6, | |
"optional": true, | |
"element": { | |
"resource": { | |
"expiration_days": { | |
"type": 2, | |
"required": true | |
}, | |
"rotate_before_days": { | |
"type": 2, | |
"required": true | |
} | |
} | |
} | |
}, | |
"scopes": { | |
"type": 7, | |
"required": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"computed": true | |
} | |
}, | |
"gitlab_group_badge": { | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"image_url": { | |
"type": 4, | |
"required": true | |
}, | |
"link_url": { | |
"type": 4, | |
"required": true | |
}, | |
"name": { | |
"type": 4, | |
"optional": true | |
}, | |
"rendered_image_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"rendered_link_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_group_cluster": { | |
"cluster_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"domain": { | |
"type": 4, | |
"optional": true | |
}, | |
"enabled": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"kubernetes_api_url": { | |
"type": 4, | |
"required": true | |
}, | |
"kubernetes_authorization_type": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"kubernetes_ca_cert": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_token": { | |
"type": 4, | |
"required": true | |
}, | |
"managed": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"management_project_id": { | |
"type": 4, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"platform_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"provider_type": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_group_custom_attribute": { | |
"group": { | |
"type": 2, | |
"required": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_group_epic_board": { | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"lists": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"label_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"position": { | |
"type": 2, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_group_hook": { | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"custom_webhook_template": { | |
"type": 4, | |
"optional": true | |
}, | |
"deployment_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"optional": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"hook_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"job_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"push_events_branch_filter": { | |
"type": 4, | |
"optional": true | |
}, | |
"releases_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"subgroup_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"token": { | |
"type": 4, | |
"optional": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_group_issue_board": { | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"labels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"lists": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"label_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"position": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"milestone_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_group_label": { | |
"color": { | |
"type": 4, | |
"required": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"label_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_group_ldap_link": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true, | |
"deprecated": "Use `group_access` instead of the `access_level` attribute." | |
}, | |
"cn": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
}, | |
"filter": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
}, | |
"force": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"group_access": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"ldap_provider": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_group_membership": { | |
"access_level": { | |
"type": 4, | |
"required": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"optional": true | |
}, | |
"group_id": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"member_role_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"skip_subresources_on_destroy": { | |
"type": 1, | |
"optional": true | |
}, | |
"unassign_issuables_on_destroy": { | |
"type": 1, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_group_project_file_template": { | |
"file_template_project_id": { | |
"type": 2, | |
"required": true | |
}, | |
"group_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_group_protected_environment": { | |
"approval_rules": { | |
"type": 7, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 6, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"optional": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"group_inheritance_type": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"required_approvals": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
} | |
} | |
}, | |
"deploy_access_levels": { | |
"type": 7, | |
"required": true, | |
"element": { | |
"schema": { | |
"type": 6, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"optional": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"group_inheritance_type": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
} | |
} | |
}, | |
"environment": { | |
"type": 4, | |
"required": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"required_approval_count": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_group_saml_link": { | |
"access_level": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"saml_group_name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_group_share_group": { | |
"expires_at": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"group_access": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"group_id": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"share_group_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_group_variable": { | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"masked": { | |
"type": 1, | |
"optional": true | |
}, | |
"protected": { | |
"type": 1, | |
"optional": true | |
}, | |
"raw": { | |
"type": 1, | |
"optional": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_instance_cluster": { | |
"cluster_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"domain": { | |
"type": 4, | |
"optional": true | |
}, | |
"enabled": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_api_url": { | |
"type": 4, | |
"required": true | |
}, | |
"kubernetes_authorization_type": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"kubernetes_ca_cert": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_namespace": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_token": { | |
"type": 4, | |
"required": true | |
}, | |
"managed": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"management_project_id": { | |
"type": 4, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"platform_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"provider_type": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_instance_variable": { | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"masked": { | |
"type": 1, | |
"optional": true | |
}, | |
"protected": { | |
"type": 1, | |
"optional": true | |
}, | |
"raw": { | |
"type": 1, | |
"optional": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_integration_custom_issue_tracker": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_url": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"project_url": { | |
"type": 4, | |
"required": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_integration_emails_on_push": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"disable_diffs": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"recipients": { | |
"type": 4, | |
"required": true | |
}, | |
"send_from_committer_email": { | |
"type": 1, | |
"optional": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_integration_external_wiki": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"external_wiki_url": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_integration_github": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"repository_url": { | |
"type": 4, | |
"required": true | |
}, | |
"static_context": { | |
"type": 1, | |
"optional": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"required": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_integration_jira": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"api_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"comment_on_event_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"commit_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"jira_issue_transition_id": { | |
"type": 4, | |
"optional": true | |
}, | |
"job_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password": { | |
"type": 4, | |
"required": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project_key": { | |
"type": 4, | |
"optional": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true | |
}, | |
"username": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_integration_mattermost": { | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"confidential_issue_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"confidential_note_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"issue_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_request_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"note_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"pipeline_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"tag_push_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"optional": true | |
}, | |
"webhook": { | |
"type": 4, | |
"required": true | |
}, | |
"wiki_page_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_integration_microsoft_teams": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true | |
}, | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"webhook": { | |
"type": 4, | |
"required": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_integration_pipelines_email": { | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"recipients": { | |
"type": 7, | |
"required": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
} | |
}, | |
"gitlab_integration_slack": { | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"confidential_issue_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"issue_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"job_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_request_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"note_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"notify_only_default_branch": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "use 'branches_to_be_notified' argument instead" | |
}, | |
"pipeline_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"tag_push_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"optional": true | |
}, | |
"webhook": { | |
"type": 4, | |
"required": true | |
}, | |
"wiki_page_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_label": { | |
"color": { | |
"type": 4, | |
"required": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"label_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_pages_domain": { | |
"auto_ssl_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"certificate": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"domain": { | |
"type": 4, | |
"required": true | |
}, | |
"expired": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
}, | |
"verification_code": { | |
"type": 4, | |
"computed": true | |
}, | |
"verified": { | |
"type": 1, | |
"computed": true | |
} | |
}, | |
"gitlab_personal_access_token": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"revoked": { | |
"type": 1, | |
"computed": true | |
}, | |
"scopes": { | |
"type": 7, | |
"required": true, | |
"forceNew": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_pipeline_schedule": { | |
"active": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"cron": { | |
"type": 4, | |
"required": true | |
}, | |
"cron_timezone": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"owner": { | |
"type": 2, | |
"computed": true | |
}, | |
"pipeline_schedule_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"ref": { | |
"type": 4, | |
"required": true | |
}, | |
"take_ownership": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_pipeline_schedule_variable": { | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"pipeline_schedule_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_pipeline_trigger": { | |
"description": { | |
"type": 4, | |
"required": true | |
}, | |
"pipeline_trigger_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project": { | |
"allow_merge_on_skipped_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"analytics_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"approvals_before_merge": { | |
"type": 2, | |
"optional": true | |
}, | |
"archive_on_destroy": { | |
"type": 1, | |
"optional": true | |
}, | |
"archived": { | |
"type": 1, | |
"optional": true | |
}, | |
"auto_cancel_pending_pipelines": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"auto_devops_deploy_strategy": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"auto_devops_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"autoclose_referenced_issues": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"avatar": { | |
"type": 4, | |
"optional": true | |
}, | |
"avatar_hash": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"build_coverage_regex": { | |
"type": 4, | |
"optional": true, | |
"deprecated": "build_coverage_regex is removed in GitLab 15.0." | |
}, | |
"build_git_strategy": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"build_timeout": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"builds_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"ci_config_path": { | |
"type": 4, | |
"optional": true | |
}, | |
"ci_default_git_depth": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ci_forward_deployment_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"ci_restrict_pipeline_cancellation_role": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"ci_separated_caches": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"container_expiration_policy": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"resource": { | |
"cadence": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"keep_n": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"name_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"deprecated": "`name_regex` has been deprecated. Use `name_regex_delete` instead." | |
}, | |
"name_regex_delete": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"name_regex_keep": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"next_run_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"older_than": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
} | |
}, | |
"maxItems": 1 | |
}, | |
"container_registry_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"container_registry_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "Use `container_registry_access_level` instead." | |
}, | |
"default_branch": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"emails_disabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "use `emails_enabled` instead." | |
}, | |
"emails_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"empty_repo": { | |
"type": 1, | |
"computed": true | |
}, | |
"environments_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"external_authorization_classification_label": { | |
"type": 4, | |
"optional": true | |
}, | |
"feature_flags_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"forked_from_project_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"forking_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group_runners_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"group_with_project_templates_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"http_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"import_url": { | |
"type": 4, | |
"optional": true | |
}, | |
"import_url_password": { | |
"type": 4, | |
"optional": true | |
}, | |
"import_url_username": { | |
"type": 4, | |
"optional": true | |
}, | |
"infrastructure_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"initialize_with_readme": { | |
"type": 1, | |
"optional": true | |
}, | |
"issues_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"issues_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"issues_template": { | |
"type": 4, | |
"optional": true | |
}, | |
"keep_latest_artifact": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_commit_template": { | |
"type": 4, | |
"optional": true | |
}, | |
"merge_method": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_pipelines_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_requests_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_requests_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_requests_template": { | |
"type": 4, | |
"optional": true | |
}, | |
"merge_trains_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"mirror": { | |
"type": 1, | |
"optional": true | |
}, | |
"mirror_overwrites_diverged_branches": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"mirror_trigger_builds": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"monitor_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"mr_default_target_self": { | |
"type": 1, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"namespace_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"only_allow_merge_if_all_discussions_are_resolved": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"only_allow_merge_if_pipeline_succeeds": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"only_mirror_protected_branches": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"packages_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"pages_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"optional": true | |
}, | |
"path_with_namespace": { | |
"type": 4, | |
"computed": true | |
}, | |
"pipelines_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "Deprecated in favor of `builds_access_level`" | |
}, | |
"printing_merge_request_link_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"public_builds": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "The `public_builds` attribute has been deprecated in favor of `public_jobs` and will be removed in the next major version of the provider." | |
}, | |
"public_jobs": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"push_rules": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email_regex": { | |
"type": 4, | |
"optional": true | |
}, | |
"branch_name_regex": { | |
"type": 4, | |
"optional": true | |
}, | |
"commit_committer_check": { | |
"type": 1, | |
"optional": true | |
}, | |
"commit_message_negative_regex": { | |
"type": 4, | |
"optional": true | |
}, | |
"commit_message_regex": { | |
"type": 4, | |
"optional": true | |
}, | |
"deny_delete_tag": { | |
"type": 1, | |
"optional": true | |
}, | |
"file_name_regex": { | |
"type": 4, | |
"optional": true | |
}, | |
"max_file_size": { | |
"type": 2, | |
"optional": true | |
}, | |
"member_check": { | |
"type": 1, | |
"optional": true | |
}, | |
"prevent_secrets": { | |
"type": 1, | |
"optional": true | |
}, | |
"reject_unsigned_commits": { | |
"type": 1, | |
"optional": true | |
} | |
} | |
}, | |
"maxItems": 1 | |
}, | |
"releases_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"remove_source_branch_after_merge": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"repository_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"repository_storage": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"requirements_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"resolve_outdated_diff_discussions": { | |
"type": 1, | |
"optional": true | |
}, | |
"restrict_user_defined_variables": { | |
"type": 1, | |
"optional": true | |
}, | |
"runners_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"security_and_compliance_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"shared_runners_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"skip_wait_for_default_branch_protection": { | |
"type": 1, | |
"optional": true | |
}, | |
"snippets_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"snippets_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"squash_commit_template": { | |
"type": 4, | |
"optional": true | |
}, | |
"squash_option": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"ssh_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"suggestion_commit_message": { | |
"type": 4, | |
"optional": true | |
}, | |
"tags": { | |
"type": 7, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"template_name": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"template_project_id": { | |
"type": 2, | |
"optional": true, | |
"forceNew": true | |
}, | |
"topics": { | |
"type": 7, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"use_custom_template": { | |
"type": 1, | |
"optional": true | |
}, | |
"visibility_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"wiki_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_project_access_token": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"revoked": { | |
"type": 1, | |
"computed": true | |
}, | |
"rotation_configuration": { | |
"type": 6, | |
"optional": true, | |
"element": { | |
"resource": { | |
"expiration_days": { | |
"type": 2, | |
"required": true | |
}, | |
"rotate_before_days": { | |
"type": 2, | |
"required": true | |
} | |
} | |
} | |
}, | |
"scopes": { | |
"type": 7, | |
"required": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"computed": true | |
} | |
}, | |
"gitlab_project_approval_rule": { | |
"applies_to_all_protected_branches": { | |
"type": 1, | |
"optional": true | |
}, | |
"approvals_required": { | |
"type": 2, | |
"required": true | |
}, | |
"disable_importing_default_any_approver_rule_on_create": { | |
"type": 1, | |
"optional": true | |
}, | |
"group_ids": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"protected_branch_ids": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"rule_type": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
}, | |
"user_ids": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
} | |
}, | |
"gitlab_project_badge": { | |
"image_url": { | |
"type": 4, | |
"required": true | |
}, | |
"link_url": { | |
"type": 4, | |
"required": true | |
}, | |
"name": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"rendered_image_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"rendered_link_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_cluster": { | |
"cluster_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"domain": { | |
"type": 4, | |
"optional": true | |
}, | |
"enabled": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_api_url": { | |
"type": 4, | |
"required": true | |
}, | |
"kubernetes_authorization_type": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"kubernetes_ca_cert": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_namespace": { | |
"type": 4, | |
"optional": true | |
}, | |
"kubernetes_token": { | |
"type": 4, | |
"required": true | |
}, | |
"managed": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"management_project_id": { | |
"type": 4, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"platform_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"provider_type": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_compliance_framework": { | |
"compliance_framework_id": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_project_custom_attribute": { | |
"key": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 2, | |
"required": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_project_environment": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"external_url": { | |
"type": 4, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"stop_before_destroy": { | |
"type": 1, | |
"optional": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_freeze_period": { | |
"cron_timezone": { | |
"type": 4, | |
"optional": true | |
}, | |
"freeze_end": { | |
"type": 4, | |
"required": true | |
}, | |
"freeze_start": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_project_hook": { | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"custom_webhook_template": { | |
"type": 4, | |
"optional": true | |
}, | |
"deployment_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"optional": true | |
}, | |
"hook_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"job_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"push_events_branch_filter": { | |
"type": 4, | |
"optional": true | |
}, | |
"releases_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"token": { | |
"type": 4, | |
"optional": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_project_issue": { | |
"assignee_ids": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"author_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"closed_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"closed_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"confidential": { | |
"type": 1, | |
"optional": true | |
}, | |
"created_at": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
}, | |
"delete_on_destroy": { | |
"type": 1, | |
"optional": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"discussion_locked": { | |
"type": 1, | |
"optional": true | |
}, | |
"discussion_to_resolve": { | |
"type": 4, | |
"optional": true | |
}, | |
"downvotes": { | |
"type": 2, | |
"computed": true | |
}, | |
"due_date": { | |
"type": 4, | |
"optional": true | |
}, | |
"epic_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"epic_issue_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"external_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"human_time_estimate": { | |
"type": 4, | |
"computed": true | |
}, | |
"human_total_time_spent": { | |
"type": 4, | |
"computed": true | |
}, | |
"iid": { | |
"type": 2, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
}, | |
"issue_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_link_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_type": { | |
"type": 4, | |
"optional": true | |
}, | |
"labels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"links": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"merge_request_to_resolve_discussions_of": { | |
"type": 2, | |
"optional": true | |
}, | |
"merge_requests_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"moved_to_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"references": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"state": { | |
"type": 4, | |
"optional": true | |
}, | |
"subscribed": { | |
"type": 1, | |
"computed": true | |
}, | |
"task_completion_status": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"completed_count": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"count": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"time_estimate": { | |
"type": 2, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"required": true | |
}, | |
"total_time_spent": { | |
"type": 2, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"upvotes": { | |
"type": 2, | |
"computed": true | |
}, | |
"user_notes_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"weight": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_project_issue_board": { | |
"assignee_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"labels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"lists": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"resource": { | |
"assignee_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"iteration_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"label_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"position": { | |
"type": 2, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"milestone_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"weight": { | |
"type": 2, | |
"optional": true | |
} | |
}, | |
"gitlab_project_job_token_scope": { | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"target_project_id": { | |
"type": 2, | |
"required": true | |
} | |
}, | |
"gitlab_project_label": { | |
"color": { | |
"type": 4, | |
"required": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"label_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_project_level_mr_approvals": { | |
"disable_overriding_approvers_per_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_requests_author_approval": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_requests_disable_committers_approval": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"require_password_to_approve": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reset_approvals_on_push": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"selective_code_owner_removals": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_project_level_notifications": { | |
"close_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"close_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"failed_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"fixed_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"issue_due": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_when_pipeline_succeeds": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"moved_project": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"new_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"new_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"new_note": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"push_to_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reassign_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reassign_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reopen_issue": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"reopen_merge_request": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"success_pipeline": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_project_membership": { | |
"access_level": { | |
"type": 4, | |
"required": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"user_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_project_milestone": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"due_date": { | |
"type": 4, | |
"optional": true | |
}, | |
"expired": { | |
"type": 1, | |
"computed": true | |
}, | |
"iid": { | |
"type": 2, | |
"computed": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"start_date": { | |
"type": 4, | |
"optional": true | |
}, | |
"state": { | |
"type": 4, | |
"optional": true | |
}, | |
"title": { | |
"type": 4, | |
"required": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_mirror": { | |
"enabled": { | |
"type": 1, | |
"optional": true | |
}, | |
"keep_divergent_refs": { | |
"type": 1, | |
"optional": true | |
}, | |
"mirror_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"only_protected_branches": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_project_protected_environment": { | |
"approval_rules": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 6, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"optional": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"group_inheritance_type": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"required_approvals": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
} | |
} | |
}, | |
"deploy_access_levels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"optional": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"group_inheritance_type": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
}, | |
"environment": { | |
"type": 4, | |
"required": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"required_approval_count": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_project_runner_enablement": { | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"runner_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_project_share_group": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true, | |
"deprecated": "Use `group_access` instead of the `access_level` attribute." | |
}, | |
"group_access": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"group_id": { | |
"type": 2, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_project_tag": { | |
"commit": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"author_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"authored_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committed_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"short_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"message": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"ref": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"release": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"target": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_variable": { | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"masked": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"protected": { | |
"type": 1, | |
"optional": true | |
}, | |
"raw": { | |
"type": 1, | |
"optional": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_release_link": { | |
"direct_asset_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"external": { | |
"type": 1, | |
"computed": true | |
}, | |
"filepath": { | |
"type": 4, | |
"optional": true | |
}, | |
"link_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"link_type": { | |
"type": 4, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"required": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_repository_file": { | |
"author_email": { | |
"type": 4, | |
"optional": true | |
}, | |
"author_name": { | |
"type": 4, | |
"optional": true | |
}, | |
"blob_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"branch": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"commit_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"commit_message": { | |
"type": 4, | |
"optional": true | |
}, | |
"content": { | |
"type": 4, | |
"required": true | |
}, | |
"content_sha256": { | |
"type": 4, | |
"computed": true | |
}, | |
"create_commit_message": { | |
"type": 4, | |
"optional": true | |
}, | |
"delete_commit_message": { | |
"type": 4, | |
"optional": true | |
}, | |
"encoding": { | |
"type": 4, | |
"optional": true | |
}, | |
"execute_filemode": { | |
"type": 1, | |
"optional": true | |
}, | |
"file_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"file_path": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"last_commit_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"overwrite_on_create": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"ref": { | |
"type": 4, | |
"computed": true | |
}, | |
"size": { | |
"type": 2, | |
"computed": true | |
}, | |
"start_branch": { | |
"type": 4, | |
"optional": true | |
}, | |
"update_commit_message": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_runner": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"authentication_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"locked": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"maximum_timeout": { | |
"type": 2, | |
"optional": true | |
}, | |
"paused": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"registration_token": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"run_untagged": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"status": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_list": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
} | |
}, | |
"gitlab_service_custom_issue_tracker": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_url": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"project_url": { | |
"type": 4, | |
"required": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_service_emails_on_push": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"disable_diffs": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"recipients": { | |
"type": 4, | |
"required": true | |
}, | |
"send_from_committer_email": { | |
"type": 1, | |
"optional": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_service_external_wiki": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"external_wiki_url": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"slug": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_service_github": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"repository_url": { | |
"type": 4, | |
"required": true | |
}, | |
"static_context": { | |
"type": 1, | |
"optional": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"required": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_service_jira": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"api_url": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"comment_on_event_enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"commit_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"jira_issue_transition_id": { | |
"type": 4, | |
"optional": true | |
}, | |
"job_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"password": { | |
"type": 4, | |
"required": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project_key": { | |
"type": 4, | |
"optional": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true | |
}, | |
"username": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_service_microsoft_teams": { | |
"active": { | |
"type": 1, | |
"computed": true | |
}, | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true | |
}, | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"webhook": { | |
"type": 4, | |
"required": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_service_pipelines_email": { | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"recipients": { | |
"type": 7, | |
"required": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
} | |
}, | |
"gitlab_service_slack": { | |
"branches_to_be_notified": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"confidential_issue_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"confidential_issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"issue_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"job_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_request_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"note_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"note_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"notify_only_broken_pipelines": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"notify_only_default_branch": { | |
"type": 1, | |
"optional": true, | |
"computed": true, | |
"deprecated": "use 'branches_to_be_notified' argument instead" | |
}, | |
"pipeline_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"push_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"tag_push_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"optional": true | |
}, | |
"webhook": { | |
"type": 4, | |
"required": true | |
}, | |
"wiki_page_channel": { | |
"type": 4, | |
"optional": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_system_hook": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"push_events": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"repository_update_events": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"token": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"url": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_tag_protection": { | |
"allowed_to_create": { | |
"type": 7, | |
"optional": true, | |
"forceNew": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true, | |
"forceNew": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true, | |
"forceNew": true | |
} | |
} | |
} | |
}, | |
"create_access_level": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"tag": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_topic": { | |
"avatar": { | |
"type": 4, | |
"optional": true | |
}, | |
"avatar_hash": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"soft_destroy": { | |
"type": 1, | |
"optional": true, | |
"deprecated": "GitLab 14.9 introduced the proper deletion of topics. This field is no longer needed." | |
}, | |
"title": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_user": { | |
"can_create_group": { | |
"type": 1, | |
"optional": true | |
}, | |
"email": { | |
"type": 4, | |
"required": true | |
}, | |
"is_admin": { | |
"type": 1, | |
"optional": true | |
}, | |
"is_external": { | |
"type": 1, | |
"optional": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"namespace_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"note": { | |
"type": 4, | |
"optional": true | |
}, | |
"password": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"projects_limit": { | |
"type": 2, | |
"optional": true | |
}, | |
"reset_password": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"skip_confirmation": { | |
"type": 1, | |
"optional": true, | |
"forceNew": true | |
}, | |
"state": { | |
"type": 4, | |
"optional": true | |
}, | |
"username": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_user_custom_attribute": { | |
"key": { | |
"type": 4, | |
"required": true | |
}, | |
"user": { | |
"type": 2, | |
"required": true | |
}, | |
"value": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_user_gpgkey": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"key_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_user_runner": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"locked": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"maximum_timeout": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"paused": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"project_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"runner_type": { | |
"type": 4, | |
"required": true | |
}, | |
"tag_list": { | |
"type": 7, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"untagged": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_user_sshkey": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"optional": true, | |
"forceNew": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"key_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true, | |
"forceNew": true | |
} | |
} | |
}, | |
"dataSources": { | |
"gitlab_application": { | |
"application_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"confidential": { | |
"type": 1, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"required": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"redirect_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_branch": { | |
"can_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"commit": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"author_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"authored_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committed_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"short_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"default": { | |
"type": 1, | |
"computed": true | |
}, | |
"developer_can_merge": { | |
"type": 1, | |
"computed": true | |
}, | |
"developer_can_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"merged": { | |
"type": 1, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_cluster_agent": { | |
"agent_id": { | |
"type": 2, | |
"required": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_cluster_agents": { | |
"cluster_agents": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"agent_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_compliance_framework": { | |
"color": { | |
"type": 4, | |
"computed": true | |
}, | |
"default": { | |
"type": 1, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"framework_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"namespace_path": { | |
"type": 4, | |
"required": true | |
}, | |
"pipeline_configuration_full_path": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_current_user": { | |
"bot": { | |
"type": 1, | |
"computed": true | |
}, | |
"global_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"global_namespace_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"namespace_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"public_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_group": { | |
"default_branch_protection": { | |
"type": 2, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"extra_shared_runners_minutes_limit": { | |
"type": 2, | |
"computed": true | |
}, | |
"full_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"full_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"membership_lock": { | |
"type": 1, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"prevent_forking_outside_group": { | |
"type": 1, | |
"computed": true | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"runners_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"shared_runners_minutes_limit": { | |
"type": 2, | |
"computed": true | |
}, | |
"shared_runners_setting": { | |
"type": 4, | |
"computed": true | |
}, | |
"shared_with_groups": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"expires_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_access_level": { | |
"type": 2, | |
"computed": true | |
}, | |
"group_full_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"group_name": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"visibility_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_group_hook": { | |
"confidential_issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"custom_webhook_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"deployment_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"computed": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"hook_id": { | |
"type": 2, | |
"required": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"job_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"push_events_branch_filter": { | |
"type": 4, | |
"computed": true | |
}, | |
"releases_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"subgroup_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"computed": true | |
} | |
}, | |
"gitlab_group_hooks": { | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"hooks": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"confidential_issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"custom_webhook_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"deployment_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"computed": true | |
}, | |
"group": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"hook_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"job_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"push_events_branch_filter": { | |
"type": 4, | |
"computed": true | |
}, | |
"releases_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"subgroup_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_group_membership": { | |
"access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"full_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"inherited": { | |
"type": 1, | |
"optional": true | |
}, | |
"members": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_group_subgroups": { | |
"all_available": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"required": true | |
}, | |
"min_access_level": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"order_by": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"owned": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"search": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"skip_groups": { | |
"type": 5, | |
"optional": true, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"sort": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"statistics": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"subgroups": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"auto_devops_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"default_branch_protection": { | |
"type": 2, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"emails_disabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"emails_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"file_template_project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"full_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"full_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"ip_restriction_ranges": { | |
"type": 4, | |
"computed": true | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"mentions_disabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"project_creation_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"require_two_factor_authentication": { | |
"type": 1, | |
"computed": true | |
}, | |
"share_with_group_lock": { | |
"type": 1, | |
"computed": true | |
}, | |
"shared_runners_setting": { | |
"type": 4, | |
"computed": true | |
}, | |
"statistics": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"subgroup_creation_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"two_factor_grace_period": { | |
"type": 2, | |
"computed": true | |
}, | |
"visibility": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"with_custom_attributes": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_group_variable": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true | |
}, | |
"masked": { | |
"type": 1, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"raw": { | |
"type": 1, | |
"computed": true | |
}, | |
"value": { | |
"type": 4, | |
"computed": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_group_variables": { | |
"environment_scope": { | |
"type": 4, | |
"optional": true | |
}, | |
"group": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"variables": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"computed": true | |
}, | |
"group": { | |
"type": 4, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"computed": true | |
}, | |
"masked": { | |
"type": 1, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"raw": { | |
"type": 1, | |
"computed": true | |
}, | |
"value": { | |
"type": 4, | |
"computed": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_groups": { | |
"groups": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"default_branch_protection": { | |
"type": 2, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"full_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"full_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"prevent_forking_outside_group": { | |
"type": 1, | |
"computed": true | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"runners_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"shared_runners_setting": { | |
"type": 4, | |
"computed": true | |
}, | |
"visibility_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"order_by": { | |
"type": 4, | |
"optional": true | |
}, | |
"search": { | |
"type": 4, | |
"optional": true | |
}, | |
"sort": { | |
"type": 4, | |
"optional": true | |
}, | |
"top_level_only": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_instance_deploy_keys": { | |
"deploy_keys": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"fingerprint": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"computed": true | |
}, | |
"projects_with_write_access": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"name_with_namespace": { | |
"type": 4, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"path_with_namespace": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"public": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_instance_variable": { | |
"key": { | |
"type": 4, | |
"required": true | |
}, | |
"masked": { | |
"type": 1, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"raw": { | |
"type": 1, | |
"computed": true | |
}, | |
"value": { | |
"type": 4, | |
"computed": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_instance_variables": { | |
"variables": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"key": { | |
"type": 4, | |
"computed": true | |
}, | |
"masked": { | |
"type": 1, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"raw": { | |
"type": 1, | |
"computed": true | |
}, | |
"value": { | |
"type": 4, | |
"computed": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_metadata": { | |
"enterprise": { | |
"type": 1, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"kas": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"resource": { | |
"enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"external_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"version": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"revision": { | |
"type": 4, | |
"computed": true | |
}, | |
"version": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project": { | |
"analytics_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"archived": { | |
"type": 1, | |
"computed": true | |
}, | |
"auto_cancel_pending_pipelines": { | |
"type": 4, | |
"computed": true | |
}, | |
"auto_devops_deploy_strategy": { | |
"type": 4, | |
"computed": true | |
}, | |
"auto_devops_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"autoclose_referenced_issues": { | |
"type": 1, | |
"computed": true | |
}, | |
"build_git_strategy": { | |
"type": 4, | |
"computed": true | |
}, | |
"build_timeout": { | |
"type": 2, | |
"computed": true | |
}, | |
"builds_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"ci_config_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"ci_default_git_depth": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ci_restrict_pipeline_cancellation_role": { | |
"type": 4, | |
"computed": true | |
}, | |
"ci_separated_caches": { | |
"type": 1, | |
"computed": true | |
}, | |
"container_expiration_policy": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"cadence": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"keep_n": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"name_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"deprecated": "`name_regex` has been deprecated. Use `name_regex_delete` instead." | |
}, | |
"name_regex_delete": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"name_regex_keep": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"next_run_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"older_than": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"container_registry_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"default_branch": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"emails_disabled": { | |
"type": 1, | |
"computed": true, | |
"deprecated": "Use of `emails_disabled` is deprecated. Use `emails_enabled` instead." | |
}, | |
"emails_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"empty_repo": { | |
"type": 1, | |
"computed": true | |
}, | |
"environments_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"external_authorization_classification_label": { | |
"type": 4, | |
"computed": true | |
}, | |
"feature_flags_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"forking_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"http_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"import_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"infrastructure_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"keep_latest_artifact": { | |
"type": 1, | |
"computed": true | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_commit_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_pipelines_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_requests_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_requests_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_trains_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"monitor_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"namespace_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"path_with_namespace": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"pipelines_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"printing_merge_request_link_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"public_builds": { | |
"type": 1, | |
"optional": true | |
}, | |
"push_rules": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email_regex": { | |
"type": 4, | |
"computed": true | |
}, | |
"branch_name_regex": { | |
"type": 4, | |
"computed": true | |
}, | |
"commit_committer_check": { | |
"type": 1, | |
"computed": true | |
}, | |
"commit_message_negative_regex": { | |
"type": 4, | |
"computed": true | |
}, | |
"commit_message_regex": { | |
"type": 4, | |
"computed": true | |
}, | |
"deny_delete_tag": { | |
"type": 1, | |
"computed": true | |
}, | |
"file_name_regex": { | |
"type": 4, | |
"computed": true | |
}, | |
"max_file_size": { | |
"type": 2, | |
"computed": true | |
}, | |
"member_check": { | |
"type": 1, | |
"computed": true | |
}, | |
"prevent_secrets": { | |
"type": 1, | |
"computed": true | |
}, | |
"reject_unsigned_commits": { | |
"type": 1, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"releases_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"remove_source_branch_after_merge": { | |
"type": 1, | |
"computed": true | |
}, | |
"repository_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"repository_storage": { | |
"type": 4, | |
"computed": true | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"requirements_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"resolve_outdated_diff_discussions": { | |
"type": 1, | |
"computed": true | |
}, | |
"restrict_user_defined_variables": { | |
"type": 1, | |
"computed": true | |
}, | |
"runners_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"security_and_compliance_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"shared_with_groups": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"group_access_level": { | |
"type": 2, | |
"computed": true | |
}, | |
"group_full_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"group_name": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"snippets_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"snippets_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"squash_commit_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"ssh_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"suggestion_commit_message": { | |
"type": 4, | |
"computed": true | |
}, | |
"topics": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"visibility_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_enabled": { | |
"type": 1, | |
"computed": true | |
} | |
}, | |
"gitlab_project_branches": { | |
"branches": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"can_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"commit": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"author_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"authored_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committed_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"short_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"default": { | |
"type": 1, | |
"computed": true | |
}, | |
"developers_can_merge": { | |
"type": 1, | |
"computed": true | |
}, | |
"developers_can_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"merged": { | |
"type": 1, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_project_hook": { | |
"confidential_issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"custom_webhook_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"deployment_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"computed": true | |
}, | |
"hook_id": { | |
"type": 2, | |
"required": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"job_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"push_events_branch_filter": { | |
"type": 4, | |
"computed": true | |
}, | |
"releases_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"computed": true | |
} | |
}, | |
"gitlab_project_hooks": { | |
"hooks": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"confidential_issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"confidential_note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"custom_webhook_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"deployment_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"enable_ssl_verification": { | |
"type": 1, | |
"computed": true | |
}, | |
"hook_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issues_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"job_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_requests_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"note_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"pipeline_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"computed": true | |
}, | |
"project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"push_events_branch_filter": { | |
"type": 4, | |
"computed": true | |
}, | |
"releases_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"tag_push_events": { | |
"type": 1, | |
"computed": true | |
}, | |
"token": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_page_events": { | |
"type": 1, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_project_issue": { | |
"assignee_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"author_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"closed_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"closed_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"confidential": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"discussion_locked": { | |
"type": 1, | |
"computed": true | |
}, | |
"discussion_to_resolve": { | |
"type": 4, | |
"computed": true | |
}, | |
"downvotes": { | |
"type": 2, | |
"computed": true | |
}, | |
"due_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"epic_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"epic_issue_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"external_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"human_time_estimate": { | |
"type": 4, | |
"computed": true | |
}, | |
"human_total_time_spent": { | |
"type": 4, | |
"computed": true | |
}, | |
"iid": { | |
"type": 2, | |
"required": true | |
}, | |
"issue_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_link_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"labels": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"links": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"merge_request_to_resolve_discussions_of": { | |
"type": 2, | |
"computed": true | |
}, | |
"merge_requests_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"moved_to_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"references": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"subscribed": { | |
"type": 1, | |
"computed": true | |
}, | |
"task_completion_status": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"completed_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"count": { | |
"type": 2, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"time_estimate": { | |
"type": 2, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"total_time_spent": { | |
"type": 2, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"upvotes": { | |
"type": 2, | |
"computed": true | |
}, | |
"user_notes_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"weight": { | |
"type": 2, | |
"computed": true | |
} | |
}, | |
"gitlab_project_issues": { | |
"assignee_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"assignee_username": { | |
"type": 4, | |
"optional": true | |
}, | |
"author_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"confidential": { | |
"type": 1, | |
"optional": true | |
}, | |
"created_after": { | |
"type": 4, | |
"optional": true | |
}, | |
"created_before": { | |
"type": 4, | |
"optional": true | |
}, | |
"due_date": { | |
"type": 4, | |
"optional": true | |
}, | |
"iids": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"issue_type": { | |
"type": 4, | |
"optional": true | |
}, | |
"issues": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"assignee_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"author_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"closed_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"closed_by_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"confidential": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"discussion_locked": { | |
"type": 1, | |
"computed": true | |
}, | |
"discussion_to_resolve": { | |
"type": 4, | |
"computed": true | |
}, | |
"downvotes": { | |
"type": 2, | |
"computed": true | |
}, | |
"due_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"epic_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"epic_issue_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"external_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"human_time_estimate": { | |
"type": 4, | |
"computed": true | |
}, | |
"human_total_time_spent": { | |
"type": 4, | |
"computed": true | |
}, | |
"iid": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_link_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"issue_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"labels": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"links": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"merge_request_to_resolve_discussions_of": { | |
"type": 2, | |
"computed": true | |
}, | |
"merge_requests_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"moved_to_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"computed": true | |
}, | |
"references": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"subscribed": { | |
"type": 1, | |
"computed": true | |
}, | |
"task_completion_status": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"completed_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"count": { | |
"type": 2, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"time_estimate": { | |
"type": 2, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"total_time_spent": { | |
"type": 2, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"upvotes": { | |
"type": 2, | |
"computed": true | |
}, | |
"user_notes_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"weight": { | |
"type": 2, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"labels": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"milestone": { | |
"type": 4, | |
"optional": true | |
}, | |
"my_reaction_emoji": { | |
"type": 4, | |
"optional": true | |
}, | |
"not_assignee_id": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"not_author_id": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"not_labels": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"not_milestone": { | |
"type": 4, | |
"optional": true | |
}, | |
"not_my_reaction_emoji": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"order_by": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"scope": { | |
"type": 4, | |
"optional": true | |
}, | |
"search": { | |
"type": 4, | |
"optional": true | |
}, | |
"sort": { | |
"type": 4, | |
"optional": true | |
}, | |
"updated_after": { | |
"type": 4, | |
"optional": true | |
}, | |
"updated_before": { | |
"type": 4, | |
"optional": true | |
}, | |
"weight": { | |
"type": 2, | |
"optional": true | |
}, | |
"with_labels_details": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_project_membership": { | |
"full_path": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"inherited": { | |
"type": 1, | |
"optional": true | |
}, | |
"members": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"project_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"query": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_project_milestone": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"due_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"expired": { | |
"type": 1, | |
"computed": true | |
}, | |
"iid": { | |
"type": 2, | |
"computed": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"start_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_milestones": { | |
"iids": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"include_parent_milestones": { | |
"type": 1, | |
"optional": true | |
}, | |
"milestones": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"due_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"expired": { | |
"type": 1, | |
"computed": true | |
}, | |
"iid": { | |
"type": 2, | |
"computed": true | |
}, | |
"milestone_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"computed": true | |
}, | |
"project_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"start_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"updated_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"search": { | |
"type": 4, | |
"optional": true | |
}, | |
"state": { | |
"type": 4, | |
"optional": true | |
}, | |
"title": { | |
"type": 4, | |
"optional": true | |
} | |
}, | |
"gitlab_project_protected_branch": { | |
"allow_force_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"code_owner_approval_required": { | |
"type": 1, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"merge_access_levels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project_id": { | |
"type": 4, | |
"required": true | |
}, | |
"push_access_levels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_project_protected_branches": { | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"project_id": { | |
"type": 4, | |
"required": true | |
}, | |
"protected_branches": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"resource": { | |
"allow_force_push": { | |
"type": 1, | |
"computed": true | |
}, | |
"code_owner_approval_required": { | |
"type": 1, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"merge_access_levels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"push_access_levels": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"resource": { | |
"access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"access_level_description": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_project_tag": { | |
"commit": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"author_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"authored_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committed_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"short_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"required": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"release": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"target": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_tags": { | |
"order_by": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"search": { | |
"type": 4, | |
"optional": true | |
}, | |
"sort": { | |
"type": 4, | |
"optional": true | |
}, | |
"tags": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"commit": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"author_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"author_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"authored_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committed_date": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_email": { | |
"type": 4, | |
"computed": true | |
}, | |
"committer_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"parent_ids": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"short_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"message": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"release": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"resource": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"target": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_project_variable": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"required": true | |
}, | |
"masked": { | |
"type": 1, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"raw": { | |
"type": 1, | |
"computed": true | |
}, | |
"value": { | |
"type": 4, | |
"computed": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_project_variables": { | |
"environment_scope": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"variables": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"environment_scope": { | |
"type": 4, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"computed": true | |
}, | |
"masked": { | |
"type": 1, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"computed": true | |
}, | |
"protected": { | |
"type": 1, | |
"computed": true | |
}, | |
"raw": { | |
"type": 1, | |
"computed": true | |
}, | |
"value": { | |
"type": 4, | |
"computed": true | |
}, | |
"variable_type": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_projects": { | |
"archived": { | |
"type": 1, | |
"optional": true | |
}, | |
"group_id": { | |
"type": 2, | |
"optional": true | |
}, | |
"include_subgroups": { | |
"type": 1, | |
"optional": true | |
}, | |
"max_queryable_pages": { | |
"type": 2, | |
"optional": true | |
}, | |
"membership": { | |
"type": 1, | |
"optional": true | |
}, | |
"min_access_level": { | |
"type": 2, | |
"optional": true | |
}, | |
"order_by": { | |
"type": 4, | |
"optional": true | |
}, | |
"owned": { | |
"type": 1, | |
"optional": true | |
}, | |
"page": { | |
"type": 2, | |
"optional": true | |
}, | |
"per_page": { | |
"type": 2, | |
"optional": true | |
}, | |
"projects": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"_links": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"allow_merge_on_skipped_pipeline": { | |
"type": 1, | |
"computed": true | |
}, | |
"analytics_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"approvals_before_merge": { | |
"type": 2, | |
"computed": true | |
}, | |
"archived": { | |
"type": 1, | |
"computed": true | |
}, | |
"auto_cancel_pending_pipelines": { | |
"type": 4, | |
"computed": true | |
}, | |
"auto_devops_deploy_strategy": { | |
"type": 4, | |
"computed": true | |
}, | |
"auto_devops_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"autoclose_referenced_issues": { | |
"type": 1, | |
"computed": true | |
}, | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"build_coverage_regex": { | |
"type": 4, | |
"computed": true | |
}, | |
"build_git_strategy": { | |
"type": 4, | |
"computed": true | |
}, | |
"build_timeout": { | |
"type": 2, | |
"computed": true | |
}, | |
"builds_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"ci_config_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"ci_default_git_depth": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"ci_forward_deployment_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"ci_restrict_pipeline_cancellation_role": { | |
"type": 4, | |
"computed": true | |
}, | |
"container_expiration_policy": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"cadence": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"enabled": { | |
"type": 1, | |
"optional": true, | |
"computed": true | |
}, | |
"keep_n": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"name_regex": { | |
"type": 4, | |
"optional": true, | |
"computed": true, | |
"deprecated": "`name_regex` has been deprecated. Use `name_regex_delete` instead." | |
}, | |
"name_regex_delete": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"name_regex_keep": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"next_run_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"older_than": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"container_registry_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"container_registry_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"creator_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"custom_attributes": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 6, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
} | |
} | |
}, | |
"default_branch": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"emails_disabled": { | |
"type": 1, | |
"computed": true, | |
"deprecated": "Use of `emails_disabled` is deprecated. Use `emails_enabled` instead." | |
}, | |
"emails_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"empty_repo": { | |
"type": 1, | |
"computed": true | |
}, | |
"environments_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"external_authorization_classification_label": { | |
"type": 4, | |
"computed": true | |
}, | |
"feature_flags_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"forked_from_project": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"http_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"name_with_namespace": { | |
"type": 4, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"path_with_namespace": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"forking_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"forks_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"group_runners_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"http_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"import_error": { | |
"type": 4, | |
"computed": true | |
}, | |
"import_status": { | |
"type": 4, | |
"computed": true | |
}, | |
"import_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"infrastructure_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"issues_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"jobs_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"keep_latest_artifact": { | |
"type": 1, | |
"computed": true | |
}, | |
"last_activity_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"lfs_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_commit_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_method": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_pipelines_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_requests_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"merge_requests_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"merge_trains_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"mirror": { | |
"type": 1, | |
"computed": true | |
}, | |
"mirror_overwrites_diverged_branches": { | |
"type": 1, | |
"computed": true | |
}, | |
"mirror_trigger_builds": { | |
"type": 1, | |
"computed": true | |
}, | |
"mirror_user_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"monitor_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"name_with_namespace": { | |
"type": 4, | |
"computed": true | |
}, | |
"namespace": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"full_path": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"kind": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"only_allow_merge_if_all_discussions_are_resolved": { | |
"type": 1, | |
"computed": true | |
}, | |
"only_allow_merge_if_pipeline_succeeds": { | |
"type": 1, | |
"computed": true | |
}, | |
"only_mirror_protected_branches": { | |
"type": 1, | |
"computed": true | |
}, | |
"open_issues_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"owner": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"computed": true | |
}, | |
"website_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"packages_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"path_with_namespace": { | |
"type": 4, | |
"computed": true | |
}, | |
"permissions": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"group_access": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"project_access": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
} | |
} | |
} | |
}, | |
"public": { | |
"type": 1, | |
"computed": true | |
}, | |
"public_builds": { | |
"type": 1, | |
"computed": true | |
}, | |
"readme_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"releases_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"repository_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"repository_storage": { | |
"type": 4, | |
"computed": true | |
}, | |
"request_access_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"requirements_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"resolve_outdated_diff_discussions": { | |
"type": 1, | |
"computed": true | |
}, | |
"restrict_user_defined_variables": { | |
"type": 1, | |
"computed": true | |
}, | |
"runners_token": { | |
"type": 4, | |
"computed": true | |
}, | |
"security_and_compliance_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"shared_runners_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"shared_with_groups": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"group_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"group_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"group_name": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"snippets_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"snippets_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"squash_commit_template": { | |
"type": 4, | |
"computed": true | |
}, | |
"ssh_url_to_repo": { | |
"type": 4, | |
"computed": true | |
}, | |
"star_count": { | |
"type": 2, | |
"computed": true | |
}, | |
"statistics": { | |
"type": 6, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 2 | |
} | |
} | |
}, | |
"suggestion_commit_message": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_list": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"topics": { | |
"type": 7, | |
"computed": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"visibility": { | |
"type": 4, | |
"computed": true | |
}, | |
"web_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_access_level": { | |
"type": 4, | |
"computed": true | |
}, | |
"wiki_enabled": { | |
"type": 1, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"search": { | |
"type": 4, | |
"optional": true | |
}, | |
"simple": { | |
"type": 1, | |
"optional": true | |
}, | |
"sort": { | |
"type": 4, | |
"optional": true | |
}, | |
"starred": { | |
"type": 1, | |
"optional": true | |
}, | |
"statistics": { | |
"type": 1, | |
"optional": true | |
}, | |
"topic": { | |
"type": 7, | |
"optional": true, | |
"element": { | |
"schema": { | |
"type": 4 | |
} | |
} | |
}, | |
"visibility": { | |
"type": 4, | |
"optional": true | |
}, | |
"with_custom_attributes": { | |
"type": 1, | |
"optional": true | |
}, | |
"with_issues_enabled": { | |
"type": 1, | |
"optional": true | |
}, | |
"with_merge_requests_enabled": { | |
"type": 1, | |
"optional": true | |
}, | |
"with_programming_language": { | |
"type": 4, | |
"optional": true | |
}, | |
"with_shared": { | |
"type": 1, | |
"optional": true | |
} | |
}, | |
"gitlab_release": { | |
"assets": { | |
"type": 6, | |
"optional": true, | |
"element": { | |
"resource": { | |
"count": { | |
"type": 2, | |
"computed": true | |
}, | |
"links": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"resource": { | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"link_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"sources": { | |
"type": 5, | |
"optional": true, | |
"element": { | |
"resource": { | |
"format": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"description": { | |
"type": 4, | |
"computed": true | |
}, | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"project_id": { | |
"type": 4, | |
"required": true | |
}, | |
"released_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"required": true | |
} | |
}, | |
"gitlab_release_link": { | |
"direct_asset_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"external": { | |
"type": 1, | |
"computed": true | |
}, | |
"filepath": { | |
"type": 4, | |
"computed": true | |
}, | |
"link_id": { | |
"type": 2, | |
"required": true | |
}, | |
"link_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"required": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_release_links": { | |
"project": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
}, | |
"release_links": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"direct_asset_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"external": { | |
"type": 1, | |
"computed": true | |
}, | |
"filepath": { | |
"type": 4, | |
"computed": true | |
}, | |
"link_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"link_type": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"computed": true | |
}, | |
"tag_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"tag_name": { | |
"type": 4, | |
"required": true, | |
"forceNew": true | |
} | |
}, | |
"gitlab_repository_file": { | |
"blob_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"commit_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"content": { | |
"type": 4, | |
"computed": true | |
}, | |
"content_sha256": { | |
"type": 4, | |
"computed": true | |
}, | |
"encoding": { | |
"type": 4, | |
"computed": true | |
}, | |
"execute_filemode": { | |
"type": 1, | |
"computed": true | |
}, | |
"file_name": { | |
"type": 4, | |
"computed": true | |
}, | |
"file_path": { | |
"type": 4, | |
"required": true | |
}, | |
"last_commit_id": { | |
"type": 4, | |
"computed": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"ref": { | |
"type": 4, | |
"required": true | |
}, | |
"size": { | |
"type": 2, | |
"computed": true | |
} | |
}, | |
"gitlab_repository_tree": { | |
"path": { | |
"type": 4, | |
"optional": true | |
}, | |
"project": { | |
"type": 4, | |
"required": true | |
}, | |
"recursive": { | |
"type": 1, | |
"optional": true | |
}, | |
"ref": { | |
"type": 4, | |
"required": true | |
}, | |
"tree": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"id": { | |
"type": 4, | |
"computed": true | |
}, | |
"mode": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"path": { | |
"type": 4, | |
"computed": true | |
}, | |
"type": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
}, | |
"gitlab_user": { | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"bio": { | |
"type": 4, | |
"computed": true | |
}, | |
"can_create_group": { | |
"type": 1, | |
"computed": true | |
}, | |
"can_create_project": { | |
"type": 1, | |
"computed": true | |
}, | |
"color_scheme_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"current_sign_in_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"email": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"extern_uid": { | |
"type": 4, | |
"computed": true | |
}, | |
"external": { | |
"type": 1, | |
"computed": true | |
}, | |
"is_admin": { | |
"type": 1, | |
"computed": true | |
}, | |
"is_bot": { | |
"type": 1, | |
"computed": true | |
}, | |
"last_sign_in_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"linkedin": { | |
"type": 4, | |
"computed": true | |
}, | |
"location": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"namespace_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"note": { | |
"type": 4, | |
"computed": true | |
}, | |
"organization": { | |
"type": 4, | |
"computed": true | |
}, | |
"projects_limit": { | |
"type": 2, | |
"computed": true | |
}, | |
"skype": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"theme_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"twitter": { | |
"type": 4, | |
"computed": true | |
}, | |
"two_factor_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"user_provider": { | |
"type": 4, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
}, | |
"website_url": { | |
"type": 4, | |
"computed": true | |
} | |
}, | |
"gitlab_user_sshkeys": { | |
"keys": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"expires_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"key": { | |
"type": 4, | |
"computed": true | |
}, | |
"key_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"title": { | |
"type": 4, | |
"computed": true | |
}, | |
"user_id": { | |
"type": 2, | |
"computed": true | |
} | |
} | |
} | |
}, | |
"user_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"optional": true, | |
"computed": true | |
} | |
}, | |
"gitlab_users": { | |
"active": { | |
"type": 1, | |
"optional": true | |
}, | |
"blocked": { | |
"type": 1, | |
"optional": true | |
}, | |
"created_after": { | |
"type": 4, | |
"optional": true | |
}, | |
"created_before": { | |
"type": 4, | |
"optional": true | |
}, | |
"extern_provider": { | |
"type": 4, | |
"optional": true | |
}, | |
"extern_uid": { | |
"type": 4, | |
"optional": true | |
}, | |
"order_by": { | |
"type": 4, | |
"optional": true | |
}, | |
"search": { | |
"type": 4, | |
"optional": true | |
}, | |
"sort": { | |
"type": 4, | |
"optional": true | |
}, | |
"users": { | |
"type": 5, | |
"computed": true, | |
"element": { | |
"resource": { | |
"avatar_url": { | |
"type": 4, | |
"computed": true | |
}, | |
"bio": { | |
"type": 4, | |
"computed": true | |
}, | |
"can_create_group": { | |
"type": 1, | |
"computed": true | |
}, | |
"can_create_project": { | |
"type": 1, | |
"computed": true | |
}, | |
"color_scheme_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"created_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"current_sign_in_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"email": { | |
"type": 4, | |
"computed": true | |
}, | |
"extern_uid": { | |
"type": 4, | |
"computed": true | |
}, | |
"external": { | |
"type": 1, | |
"computed": true | |
}, | |
"id": { | |
"type": 2, | |
"computed": true | |
}, | |
"is_admin": { | |
"type": 1, | |
"computed": true | |
}, | |
"is_bot": { | |
"type": 1, | |
"computed": true | |
}, | |
"last_sign_in_at": { | |
"type": 4, | |
"computed": true | |
}, | |
"linkedin": { | |
"type": 4, | |
"computed": true | |
}, | |
"location": { | |
"type": 4, | |
"computed": true | |
}, | |
"name": { | |
"type": 4, | |
"computed": true | |
}, | |
"namespace_id": { | |
"type": 2, | |
"optional": true, | |
"computed": true | |
}, | |
"organization": { | |
"type": 4, | |
"computed": true | |
}, | |
"projects_limit": { | |
"type": 2, | |
"computed": true | |
}, | |
"provider": { | |
"type": 4, | |
"computed": true | |
}, | |
"skype": { | |
"type": 4, | |
"computed": true | |
}, | |
"state": { | |
"type": 4, | |
"computed": true | |
}, | |
"theme_id": { | |
"type": 2, | |
"computed": true | |
}, | |
"twitter": { | |
"type": 4, | |
"computed": true | |
}, | |
"two_factor_enabled": { | |
"type": 1, | |
"computed": true | |
}, | |
"username": { | |
"type": 4, | |
"computed": true | |
}, | |
"website_url": { | |
"type": 4, | |
"computed": true | |
} | |
} | |
} | |
} | |
} | |
} | |
}, | |
"name": "gitlab", | |
"version": "7.0.0-alpha.0+dev", | |
"config": { | |
"cacert_file": { | |
"typeomitempty": "" | |
}, | |
"insecure": { | |
"typeomitempty": "" | |
} | |
}, | |
"resources": { | |
"gitlab_application": { | |
"tok": "gitlab:index/application:Application", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_application_settings": { | |
"tok": "gitlab:index/applicationSettings:ApplicationSettings", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_branch": { | |
"tok": "gitlab:index/branch:Branch", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_branch_protection": { | |
"tok": "gitlab:index/branchProtection:BranchProtection", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_cluster_agent": { | |
"tok": "gitlab:index/clusterAgent:ClusterAgent", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_cluster_agent_token": { | |
"tok": "gitlab:index/clusterAgentToken:ClusterAgentToken", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_compliance_framework": { | |
"tok": "gitlab:index/complianceFramework:ComplianceFramework", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_deploy_key": { | |
"tok": "gitlab:index/deployKey:DeployKey", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_deploy_key_enable": { | |
"tok": "gitlab:index/deployKeyEnable:DeployKeyEnable", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_deploy_token": { | |
"tok": "gitlab:index/deployToken:DeployToken", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_global_level_notifications": { | |
"tok": "gitlab:index/globalLevelNotifications:GlobalLevelNotifications", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group": { | |
"tok": "gitlab:index/group:Group", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_access_token": { | |
"tok": "gitlab:index/groupAccessToken:GroupAccessToken", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_badge": { | |
"tok": "gitlab:index/groupBadge:GroupBadge", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_cluster": { | |
"tok": "gitlab:index/groupCluster:GroupCluster", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_custom_attribute": { | |
"tok": "gitlab:index/groupCustomAttribute:GroupCustomAttribute", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_epic_board": { | |
"tok": "gitlab:index/groupEpicBoard:GroupEpicBoard", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_hook": { | |
"tok": "gitlab:index/groupHook:GroupHook", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_issue_board": { | |
"tok": "gitlab:index/groupIssueBoard:GroupIssueBoard", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_label": { | |
"tok": "gitlab:index/groupLabel:GroupLabel", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_group_ldap_link": { | |
"tok": "gitlab:index/groupLdapLink:GroupLdapLink", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_membership": { | |
"tok": "gitlab:index/groupMembership:GroupMembership", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_project_file_template": { | |
"tok": "gitlab:index/groupProjectFileTemplate:GroupProjectFileTemplate", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_protected_environment": { | |
"tok": "gitlab:index/groupProtectedEnvironment:GroupProtectedEnvironment", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_saml_link": { | |
"tok": "gitlab:index/groupSamlLink:GroupSamlLink", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_share_group": { | |
"tok": "gitlab:index/groupShareGroup:GroupShareGroup", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_group_variable": { | |
"tok": "gitlab:index/groupVariable:GroupVariable", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_instance_cluster": { | |
"tok": "gitlab:index/instanceCluster:InstanceCluster", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_instance_variable": { | |
"tok": "gitlab:index/instanceVariable:InstanceVariable", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_custom_issue_tracker": { | |
"tok": "gitlab:index/integrationCustomIssueTracker:IntegrationCustomIssueTracker", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_emails_on_push": { | |
"tok": "gitlab:index/integrationEmailsOnPush:IntegrationEmailsOnPush", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_external_wiki": { | |
"tok": "gitlab:index/integrationExternalWiki:IntegrationExternalWiki", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_github": { | |
"tok": "gitlab:index/integrationGithub:IntegrationGithub", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_jira": { | |
"tok": "gitlab:index/integrationJira:IntegrationJira", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_mattermost": { | |
"tok": "gitlab:index/integrationMattermost:IntegrationMattermost", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_microsoft_teams": { | |
"tok": "gitlab:index/integrationMicrosoftTeams:IntegrationMicrosoftTeams", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_pipelines_email": { | |
"tok": "gitlab:index/integrationPipelinesEmail:IntegrationPipelinesEmail", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_integration_slack": { | |
"tok": "gitlab:index/integrationSlack:IntegrationSlack", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_label": { | |
"tok": "gitlab:index/label:Label", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_pages_domain": { | |
"tok": "gitlab:index/pagesDomain:PagesDomain", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_personal_access_token": { | |
"tok": "gitlab:index/personalAccessToken:PersonalAccessToken", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_pipeline_schedule": { | |
"tok": "gitlab:index/pipelineSchedule:PipelineSchedule", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_pipeline_schedule_variable": { | |
"tok": "gitlab:index/pipelineScheduleVariable:PipelineScheduleVariable", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_pipeline_trigger": { | |
"tok": "gitlab:index/pipelineTrigger:PipelineTrigger", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project": { | |
"tok": "gitlab:index/project:Project", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_access_token": { | |
"tok": "gitlab:index/projectAccessToken:ProjectAccessToken", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_approval_rule": { | |
"tok": "gitlab:index/projectApprovalRule:ProjectApprovalRule", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_badge": { | |
"tok": "gitlab:index/projectBadge:ProjectBadge", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_cluster": { | |
"tok": "gitlab:index/projectCluster:ProjectCluster", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_compliance_framework": { | |
"tok": "gitlab:index/projectComplianceFramework:ProjectComplianceFramework", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_custom_attribute": { | |
"tok": "gitlab:index/projectCustomAttribute:ProjectCustomAttribute", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_environment": { | |
"tok": "gitlab:index/projectEnvironment:ProjectEnvironment", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_freeze_period": { | |
"tok": "gitlab:index/projectFreezePeriod:ProjectFreezePeriod", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_hook": { | |
"tok": "gitlab:index/projectHook:ProjectHook", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_issue": { | |
"tok": "gitlab:index/projectIssue:ProjectIssue", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_issue_board": { | |
"tok": "gitlab:index/projectIssueBoard:ProjectIssueBoard", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_job_token_scope": { | |
"tok": "gitlab:index/projectJobTokenScope:ProjectJobTokenScope", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_label": { | |
"tok": "gitlab:index/projectLabel:ProjectLabel", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_level_mr_approvals": { | |
"tok": "gitlab:index/projectLevelMrApprovals:ProjectLevelMrApprovals", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_level_notifications": { | |
"tok": "gitlab:index/projectLevelNotifications:ProjectLevelNotifications", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_membership": { | |
"tok": "gitlab:index/projectMembership:ProjectMembership", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_milestone": { | |
"tok": "gitlab:index/projectMilestone:ProjectMilestone", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_mirror": { | |
"tok": "gitlab:index/projectMirror:ProjectMirror", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_protected_environment": { | |
"tok": "gitlab:index/projectProtectedEnvironment:ProjectProtectedEnvironment", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_runner_enablement": { | |
"tok": "gitlab:index/projectRunnerEnablement:ProjectRunnerEnablement", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_share_group": { | |
"tok": "gitlab:index/projectShareGroup:ProjectShareGroup", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_project_tag": { | |
"tok": "gitlab:index/projectTag:ProjectTag", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_project_variable": { | |
"tok": "gitlab:index/projectVariable:ProjectVariable", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_release_link": { | |
"tok": "gitlab:index/releaseLink:ReleaseLink", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_repository_file": { | |
"tok": "gitlab:index/repositoryFile:RepositoryFile", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_runner": { | |
"tok": "gitlab:index/runner:Runner", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_custom_issue_tracker": { | |
"tok": "gitlab:index/serviceCustomIssueTracker:ServiceCustomIssueTracker", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_emails_on_push": { | |
"tok": "gitlab:index/serviceEmailsOnPush:ServiceEmailsOnPush", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_external_wiki": { | |
"tok": "gitlab:index/serviceExternalWiki:ServiceExternalWiki", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_github": { | |
"tok": "gitlab:index/serviceGithub:ServiceGithub", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_jira": { | |
"tok": "gitlab:index/serviceJira:ServiceJira", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_microsoft_teams": { | |
"tok": "gitlab:index/serviceMicrosoftTeams:ServiceMicrosoftTeams", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_pipelines_email": { | |
"tok": "gitlab:index/servicePipelinesEmail:ServicePipelinesEmail", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_service_slack": { | |
"tok": "gitlab:index/serviceSlack:ServiceSlack", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_system_hook": { | |
"tok": "gitlab:index/systemHook:SystemHook", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_tag_protection": { | |
"tok": "gitlab:index/tagProtection:TagProtection", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_topic": { | |
"tok": "gitlab:index/topic:Topic", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_user": { | |
"tok": "gitlab:index/user:User", | |
"fields": { | |
"name": { | |
"name": "name", | |
"typeomitempty": "", | |
"default": { | |
"autonamed": true, | |
"isFunc": true | |
} | |
} | |
}, | |
"idFields": null | |
}, | |
"gitlab_user_custom_attribute": { | |
"tok": "gitlab:index/userCustomAttribute:UserCustomAttribute", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_user_gpgkey": { | |
"tok": "gitlab:index/userGpgKey:UserGpgKey", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_user_runner": { | |
"tok": "gitlab:index/userRunner:UserRunner", | |
"fields": {}, | |
"idFields": null | |
}, | |
"gitlab_user_sshkey": { | |
"tok": "gitlab:index/userSshKey:UserSshKey", | |
"fields": {}, | |
"idFields": null | |
} | |
}, | |
"dataSources": { | |
"gitlab_application": { | |
"tok": "gitlab:index/getApplication:getApplication", | |
"fields": {} | |
}, | |
"gitlab_branch": { | |
"tok": "gitlab:index/getBranch:getBranch", | |
"fields": {} | |
}, | |
"gitlab_cluster_agent": { | |
"tok": "gitlab:index/getClusterAgent:getClusterAgent", | |
"fields": {} | |
}, | |
"gitlab_cluster_agents": { | |
"tok": "gitlab:index/getClusterAgents:getClusterAgents", | |
"fields": {} | |
}, | |
"gitlab_compliance_framework": { | |
"tok": "gitlab:index/getComplianceFramework:getComplianceFramework", | |
"fields": {} | |
}, | |
"gitlab_current_user": { | |
"tok": "gitlab:index/getCurrentUser:getCurrentUser", | |
"fields": {} | |
}, | |
"gitlab_group": { | |
"tok": "gitlab:index/getGroup:getGroup", | |
"fields": {} | |
}, | |
"gitlab_group_hook": { | |
"tok": "gitlab:index/getGroupHook:getGroupHook", | |
"fields": {} | |
}, | |
"gitlab_group_hooks": { | |
"tok": "gitlab:index/getGroupHooks:getGroupHooks", | |
"fields": {} | |
}, | |
"gitlab_group_membership": { | |
"tok": "gitlab:index/getGroupMembership:getGroupMembership", | |
"fields": {} | |
}, | |
"gitlab_group_subgroups": { | |
"tok": "gitlab:index/getGroupSubgroups:getGroupSubgroups", | |
"fields": {} | |
}, | |
"gitlab_group_variable": { | |
"tok": "gitlab:index/getGroupVariable:getGroupVariable", | |
"fields": {} | |
}, | |
"gitlab_group_variables": { | |
"tok": "gitlab:index/getGroupVariables:getGroupVariables", | |
"fields": {} | |
}, | |
"gitlab_groups": { | |
"tok": "gitlab:index/getGroups:getGroups", | |
"fields": {} | |
}, | |
"gitlab_instance_deploy_keys": { | |
"tok": "gitlab:index/getInstanceDeployKeys:getInstanceDeployKeys", | |
"fields": {} | |
}, | |
"gitlab_instance_variable": { | |
"tok": "gitlab:index/getInstanceVariable:getInstanceVariable", | |
"fields": {} | |
}, | |
"gitlab_instance_variables": { | |
"tok": "gitlab:index/getInstanceVariables:getInstanceVariables", | |
"fields": {} | |
}, | |
"gitlab_metadata": { | |
"tok": "gitlab:index/getMetadata:getMetadata", | |
"fields": {} | |
}, | |
"gitlab_project": { | |
"tok": "gitlab:index/getProject:getProject", | |
"fields": {} | |
}, | |
"gitlab_project_branches": { | |
"tok": "gitlab:index/getProjectBranches:getProjectBranches", | |
"fields": {} | |
}, | |
"gitlab_project_hook": { | |
"tok": "gitlab:index/getProjectHook:getProjectHook", | |
"fields": {} | |
}, | |
"gitlab_project_hooks": { | |
"tok": "gitlab:index/getProjectHooks:getProjectHooks", | |
"fields": {} | |
}, | |
"gitlab_project_issue": { | |
"tok": "gitlab:index/getProjectIssue:getProjectIssue", | |
"fields": {} | |
}, | |
"gitlab_project_issues": { | |
"tok": "gitlab:index/getProjectIssues:getProjectIssues", | |
"fields": {} | |
}, | |
"gitlab_project_membership": { | |
"tok": "gitlab:index/getProjectMembership:getProjectMembership", | |
"fields": {} | |
}, | |
"gitlab_project_milestone": { | |
"tok": "gitlab:index/getProjectMilestone:getProjectMilestone", | |
"fields": {} | |
}, | |
"gitlab_project_milestones": { | |
"tok": "gitlab:index/getProjectMilestones:getProjectMilestones", | |
"fields": {} | |
}, | |
"gitlab_project_protected_branch": { | |
"tok": "gitlab:index/getProjectProtectedBranch:getProjectProtectedBranch", | |
"fields": {} | |
}, | |
"gitlab_project_protected_branches": { | |
"tok": "gitlab:index/getProjectProtectedBranches:getProjectProtectedBranches", | |
"fields": {} | |
}, | |
"gitlab_project_tag": { | |
"tok": "gitlab:index/getProjectTag:getProjectTag", | |
"fields": {} | |
}, | |
"gitlab_project_tags": { | |
"tok": "gitlab:index/getProjectTags:getProjectTags", | |
"fields": {} | |
}, | |
"gitlab_project_variable": { | |
"tok": "gitlab:index/getProjectVariable:getProjectVariable", | |
"fields": {} | |
}, | |
"gitlab_project_variables": { | |
"tok": "gitlab:index/getProjectVariables:getProjectVariables", | |
"fields": {} | |
}, | |
"gitlab_projects": { | |
"tok": "gitlab:index/getProjects:getProjects", | |
"fields": {} | |
}, | |
"gitlab_release": { | |
"tok": "gitlab:index/getRelease:getRelease", | |
"fields": {} | |
}, | |
"gitlab_release_link": { | |
"tok": "gitlab:index/getReleaseLink:getReleaseLink", | |
"fields": {} | |
}, | |
"gitlab_release_links": { | |
"tok": "gitlab:index/getReleaseLinks:getReleaseLinks", | |
"fields": {} | |
}, | |
"gitlab_repository_file": { | |
"tok": "gitlab:index/getRepositoryFile:getRepositoryFile", | |
"fields": {} | |
}, | |
"gitlab_repository_tree": { | |
"tok": "gitlab:index/getRepositoryTree:getRepositoryTree", | |
"fields": {} | |
}, | |
"gitlab_user": { | |
"tok": "gitlab:index/getUser:getUser", | |
"fields": {} | |
}, | |
"gitlab_user_sshkeys": { | |
"tok": "gitlab:index/getUserSshkeys:getUserSshkeys", | |
"fields": {} | |
}, | |
"gitlab_users": { | |
"tok": "gitlab:index/getUsers:getUsers", | |
"fields": {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment