mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 01:02:16 +03:00
codepipeline - fixes
This commit is contained in:
@@ -10,10 +10,10 @@ resource "aws_codebuild_project" "demo" {
|
||||
type = "CODEPIPELINE"
|
||||
}
|
||||
|
||||
cache {
|
||||
type = "S3"
|
||||
location = aws_s3_bucket.codebuild-cache.bucket
|
||||
}
|
||||
#cache {
|
||||
# type = "S3"
|
||||
# location = aws_s3_bucket.codebuild-cache.bucket
|
||||
#}
|
||||
|
||||
environment {
|
||||
compute_type = "BUILD_GENERAL1_SMALL"
|
||||
@@ -39,5 +39,7 @@ resource "aws_codebuild_project" "demo" {
|
||||
type = "CODEPIPELINE"
|
||||
buildspec = "buildspec.yml"
|
||||
}
|
||||
|
||||
#depends_on = [aws_s3_bucket.codebuild-cache]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user