-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.tfvars.example
More file actions
24 lines (24 loc) · 1.28 KB
/
terraform.tfvars.example
File metadata and controls
24 lines (24 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
additional_filter_groups = []
build_timeout = 5
cloudwatch_logs_group_name = ""
cloudwatch_logs_stream_name = ""
codeconnections_arn = ""
description = ""
docker_server_compute_type = null
docker_server_security_group_ids = null
environment_compute_type = "BUILD_LAMBDA_2GB"
environment_image = "aws/codebuild/amazonlinux-x86_64-lambda-standard:nodejs20"
environment_image_pull_creds = "CODEBUILD"
environment_type = "LINUX_LAMBDA_CONTAINER"
github_org_name = ""
github_personal_access_token_ssm_parameter = ""
name = ""
pat_override = true
privileged_mode = false
service_role_name = ""
source_buildspec = null
source_git_submodules_config_fetch = false
source_location = "CODEBUILD_DEFAULT_WEBHOOK_SOURCE_LOCATION"
vpc_id = ""
vpc_security_group_ids = []
vpc_subnet_ids = []