Skip to content

Commit 5b64b6c

Browse files
committed
Update tf modules
1 parent dc9a3ef commit 5b64b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "aws_codebuild_webhook" "codebuild_webhook" {
4949
}
5050

5151
module "codebuild_project" {
52-
source = "github.com/jch254/terraform-modules//codebuild-project?ref=1.0.5"
52+
source = "github.com/jch254/terraform-modules//codebuild-project?ref=1.0.6"
5353

5454
name = "${var.name}"
5555
codebuild_role_arn = "${aws_iam_role.codebuild_role.arn}"
@@ -62,7 +62,7 @@ module "codebuild_project" {
6262
}
6363

6464
module "webapp" {
65-
source = "github.com/jch254/terraform-modules//web-app?ref=1.0.5"
65+
source = "github.com/jch254/terraform-modules//web-app?ref=1.0.6"
6666

6767
bucket_name = "${var.bucket_name}"
6868
dns_names = "${var.dns_names}"

0 commit comments

Comments
 (0)