Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ JSON
###############################################################################
module "serverless" {
source = "FormidableLabs/serverless/aws"
version = "0.8.6"
version = "0.8.8"

region = "${var.region}"
service_name = "${var.service_name}"
Expand Down Expand Up @@ -78,7 +78,7 @@ module "serverless" {
###############################################################################
module "serverless_xray" {
source = "FormidableLabs/serverless/aws//modules/xray"
version = "0.8.6"
version = "0.8.8"

# Same variables as for `serverless` module.
region = "${var.region}"
Expand Down Expand Up @@ -213,7 +213,7 @@ STACK
# OPTION(vpc): Add in IAM permissions to humans + lambda execution role.
module "serverless_vpc" {
source = "FormidableLabs/serverless/aws//modules/vpc"
version = "0.8.6"
version = "0.8.8"

# Same variables as for `serverless` module.
region = "${var.region}"
Expand Down Expand Up @@ -283,7 +283,7 @@ STACK
# OPTION(canary): Add serverless-plugin-canary-deployments to lambda execution roles.
module "serverless_canary" {
source = "FormidableLabs/serverless/aws//modules/canary"
version = "0.8.6"
version = "0.8.8"

# Same variables as for `serverless` module.
region = "${var.region}"
Expand Down