RJPearson94 / terraform-aws-open-next

Terraform Module for Open Next
https://registry.terraform.io/modules/RJPearson94/open-next/aws/latest
Apache License 2.0
76 stars 12 forks source link

Add "force_destroy" to "website_bucket" #6

Closed jgeluk closed 1 year ago

jgeluk commented 1 year ago

Please add force_destroy to website_bucket so that doing a hard destroy of the whole infra works?

RJPearson94 commented 1 year ago

Hi @jgeluk,

Apologies you ran into the issue, this has now been added to the module and released as part of v1.4.0. Please update your terraform configuration to include the following

module "open-next" {
  source  = "RJPearson94/open-next/aws"
  version = "1.4.0"
}

Thanks for using the module

Kind Regards Rob