Skip to content

Commit

Permalink
Bump smoothie TF module to 0.1.4 to enable port 22
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 13, 2021
1 parent e011b2a commit 20eb8a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ variable "force_new_deployment" {
}

module "smoothie" {
# source = "../terraform-aws-smoothie"
/* source = "../terraform-aws-smoothie" */
source = "app.terraform.io/charm/smoothie/aws"
version = "0.1.2"
version = "0.1.4"

environment = var.environment
aws_region = var.aws_region
Expand All @@ -36,4 +36,5 @@ module "smoothie" {
fargate_cpu = "1024"
fargate_memory = "2048"
force_new_deployment = var.force_new_deployment
app_use_default_ssh_port = true
}

0 comments on commit 20eb8a9

Please sign in to comment.