|
|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"version": 4,
|
|
|
"terraform_version": "1.3.7",
|
|
|
- "serial": 181,
|
|
|
+ "serial": 183,
|
|
|
"lineage": "7413839f-c67c-02f5-4933-fcb84251bb29",
|
|
|
"outputs": {},
|
|
|
"resources": [
|
|
|
@@ -325,7 +325,7 @@
|
|
|
"environment": [
|
|
|
{
|
|
|
"certificate": "",
|
|
|
- "compute_type": "BUILD_GENERAL1_LARGE",
|
|
|
+ "compute_type": "BUILD_GENERAL1_SMALL",
|
|
|
"environment_variable": [
|
|
|
{
|
|
|
"name": "AWS_REGION",
|
|
|
@@ -353,7 +353,7 @@
|
|
|
"value": "TRUE"
|
|
|
}
|
|
|
],
|
|
|
- "image": "aws/codebuild/standard:6.0",
|
|
|
+ "image": "aws/codebuild/amazonlinux2-x86_64-standard:3.0",
|
|
|
"image_pull_credentials_type": "CODEBUILD",
|
|
|
"privileged_mode": true,
|
|
|
"registry_credential": [],
|
|
|
@@ -754,7 +754,18 @@
|
|
|
"private": "bnVsbA==",
|
|
|
"dependencies": [
|
|
|
"data.aws_iam_policy_document.policy_document",
|
|
|
- "module.oidc_github.data.aws_iam_policy_document.assume_role"
|
|
|
+ "module.codebuild.aws_codebuild_project.default",
|
|
|
+ "module.codebuild.aws_codebuild_source_credential.authorization",
|
|
|
+ "module.codebuild.aws_iam_role.default",
|
|
|
+ "module.codebuild.aws_s3_bucket.cache_bucket",
|
|
|
+ "module.codebuild.data.aws_caller_identity.default",
|
|
|
+ "module.codebuild.data.aws_iam_policy_document.role",
|
|
|
+ "module.codebuild.data.aws_region.default",
|
|
|
+ "module.codebuild.random_string.bucket_prefix",
|
|
|
+ "module.oidc_github.aws_iam_openid_connect_provider.github",
|
|
|
+ "module.oidc_github.data.aws_iam_openid_connect_provider.github",
|
|
|
+ "module.oidc_github.data.aws_iam_policy_document.assume_role",
|
|
|
+ "module.oidc_github.data.tls_certificate.github"
|
|
|
]
|
|
|
}
|
|
|
]
|