| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- {
- "version": 4,
- "terraform_version": "1.3.7",
- "serial": 4,
- "lineage": "7413839f-c67c-02f5-4933-fcb84251bb29",
- "outputs": {},
- "resources": [
- {
- "mode": "managed",
- "type": "aws_codebuild_project",
- "name": "growi-official-image-builder",
- "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
- "instances": [
- {
- "schema_version": 0,
- "attributes": {
- "arn": "arn:aws:codebuild:ap-northeast-1:259692501178:project/growi-official-image-builder",
- "artifacts": [
- {
- "artifact_identifier": "",
- "bucket_owner_access": "",
- "encryption_disabled": false,
- "location": "",
- "name": "",
- "namespace_type": "",
- "override_artifact_name": false,
- "packaging": "",
- "path": "",
- "type": "NO_ARTIFACTS"
- }
- ],
- "badge_enabled": false,
- "badge_url": "",
- "build_batch_config": [
- {
- "combine_artifacts": false,
- "restrictions": [
- {
- "compute_types_allowed": [],
- "maximum_builds_allowed": 100
- }
- ],
- "service_role": "arn:aws:iam::259692501178:role/growi-official-image-builder",
- "timeout_in_mins": 2160
- }
- ],
- "build_timeout": 60,
- "cache": [
- {
- "location": "",
- "modes": [],
- "type": "NO_CACHE"
- }
- ],
- "concurrent_build_limit": 0,
- "description": "The CodeBuild Project for GROWI official docker image",
- "encryption_key": "arn:aws:kms:ap-northeast-1:259692501178:alias/aws/s3",
- "environment": [
- {
- "certificate": "",
- "compute_type": "BUILD_GENERAL1_LARGE",
- "environment_variable": [],
- "image": "aws/codebuild/standard:6.0",
- "image_pull_credentials_type": "CODEBUILD",
- "privileged_mode": true,
- "registry_credential": [],
- "type": "LINUX_CONTAINER"
- }
- ],
- "file_system_locations": [],
- "id": "arn:aws:codebuild:ap-northeast-1:259692501178:project/growi-official-image-builder",
- "logs_config": [
- {
- "cloudwatch_logs": [
- {
- "group_name": "",
- "status": "ENABLED",
- "stream_name": ""
- }
- ],
- "s3_logs": [
- {
- "bucket_owner_access": "",
- "encryption_disabled": false,
- "location": "",
- "status": "DISABLED"
- }
- ]
- }
- ],
- "name": "growi-official-image-builder",
- "project_visibility": "PRIVATE",
- "public_project_alias": "",
- "queued_timeout": 480,
- "resource_access_role": "",
- "secondary_artifacts": [],
- "secondary_source_version": [],
- "secondary_sources": [],
- "service_role": "arn:aws:iam::259692501178:role/growi-official-image-builder",
- "source": [
- {
- "auth": [],
- "build_status_config": [],
- "buildspec": "",
- "git_clone_depth": 1,
- "git_submodules_config": [],
- "insecure_ssl": false,
- "location": "https://github.com/weseek/growi.git",
- "report_build_status": false,
- "type": "GITHUB"
- }
- ],
- "source_version": "",
- "tags": null,
- "tags_all": {},
- "vpc_config": []
- },
- "sensitive_attributes": [],
- "private": "bnVsbA==",
- "dependencies": [
- "aws_iam_role.growi-official-image-builder"
- ]
- }
- ]
- },
- {
- "mode": "managed",
- "type": "aws_iam_role",
- "name": "growi-official-image-builder",
- "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
- "instances": [
- {
- "schema_version": 0,
- "attributes": {
- "arn": "arn:aws:iam::259692501178:role/growi-official-image-builder",
- "assume_role_policy": "{\"Statement\":[{\"Action\":\"sts:AssumeRole\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"codebuild.amazonaws.com\"}}],\"Version\":\"2012-10-17\"}",
- "create_date": "2023-01-12T14:31:25Z",
- "description": "",
- "force_detach_policies": false,
- "id": "growi-official-image-builder",
- "inline_policy": [],
- "managed_policy_arns": [],
- "max_session_duration": 3600,
- "name": "growi-official-image-builder",
- "name_prefix": "",
- "path": "/",
- "permissions_boundary": null,
- "tags": null,
- "tags_all": {},
- "unique_id": "AROATY5XBDC5HD2CFLB75"
- },
- "sensitive_attributes": [],
- "private": "bnVsbA=="
- }
- ]
- }
- ],
- "check_results": null
- }
|