Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - add iam, security groups, c…
Browse files Browse the repository at this point in the history
…loudwatch, etc
  • Loading branch information
vggonzal authored and vggonzal committed Aug 5, 2023
1 parent 66024fa commit bdf6030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/hydrocron-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ POLICY
#CodeBuild Project

resource "aws_codebuild_project" "hydrocron" {
name = "FTS"
description = "FTS Postman Testing"
name = "Hydrocron"
description = "Hydrocron Postman Testing"
build_timeout = "60"
service_role = aws_iam_role.hydrocron-codebuild-iam.arn

Expand All @@ -320,7 +320,7 @@ resource "aws_codebuild_project" "hydrocron" {
cloudwatch_logs {
status = "ENABLED"
group_name = "codeBuild"
stream_name = "FTS"
stream_name = "Hydrocron"
}

s3_logs {
Expand Down

0 comments on commit bdf6030

Please sign in to comment.