Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
fractos authored Jan 6, 2020
1 parent 59434d1 commit a25ee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sync_task" {
source = "git::https://github.com/digirati-co-uk/terraform-aws-modules.git//tf/modules/services/tasks/base/"
source = "git::https://github.com/digirati-co-uk/terraform-aws-modules.git//tf/modules/services/tasks/base/?ref=v1.0"

environment_variables = {
"SOURCE" = "${var.sync_s3_source}"
Expand Down Expand Up @@ -60,7 +60,7 @@ resource "aws_iam_role_policy" "sync_bucket_access" {
}

module "sync" {
source = "git::https://github.com/digirati-co-uk/terraform-aws-modules.git//tf/modules/services/tasks/scheduled/"
source = "git::https://github.com/digirati-co-uk/terraform-aws-modules.git//tf/modules/services/tasks/scheduled/?ref=v1.0"

family = "${var.prefix}-sync-${var.sync_identifier}"
task_role_name = "${module.sync_task.role_name}"
Expand Down

0 comments on commit a25ee19

Please sign in to comment.