Skip to content

Commit

Permalink
fix typo in s3 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Sep 15, 2024
1 parent 76e7de8 commit c69b9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-backend-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {

module "s3_backend" {
source = "Apollo-XIV/s3-backend/aws"
version = "0.0.10"
version = "0.0.11"
prefix = var.prefix

environments = var.environments
Expand Down
2 changes: 1 addition & 1 deletion aws-s3-backend/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "approved_arns" {
type = list(string)
}

variable "enable_dyanmodb" {
variable "enable_dynamodb" {
type = bool
default = true
}
Expand Down

0 comments on commit c69b9b5

Please sign in to comment.