Skip to content

Commit

Permalink
Bump tf module to 0.3.2 to enable provisioning throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 20, 2021
1 parent a9e7701 commit b369c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ variable "authorization_keys" {
module "soft_serve" {
# source = "../terraform-aws-soft-serve"
source = "app.terraform.io/charm/soft-serve/aws"
version = "0.3.1"
version = "0.3.2"

environment = var.environment
aws_region = var.aws_region
Expand Down

0 comments on commit b369c96

Please sign in to comment.