Skip to content

Commit

Permalink
update s3 and variable passthrough in bemgr
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Sep 5, 2024
1 parent 540bcc5 commit 3f93ec6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-backend-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ locals {

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

environments = var.environments
approved_arns = var.approved_arns
force_destroy = var.force_destroy
}

module "env_gen" {
Expand Down
5 changes: 5 additions & 0 deletions aws-backend-manager/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ variable "ENV" {
}
}

variable "force_destroy" {
type = bool
default = false
}

variable "required_version" {
default = ">=1.9.5"
type = string
Expand Down

0 comments on commit 3f93ec6

Please sign in to comment.