diff --git a/examples/s3.tf b/examples/s3.tf index 17fc2d0..e84f678 100644 --- a/examples/s3.tf +++ b/examples/s3.tf @@ -5,14 +5,14 @@ * */ module "s3_bucket" { + source = "github.com/ministryofjustice/cloud-platform-terraform-s3-bucket?ref=5.1.0" - source = "github.com/ministryofjustice/cloud-platform-terraform-s3-bucket?ref=4.8.2" team_name = var.team_name - business-unit = var.business_unit + business_unit = var.business_unit application = var.application - is-production = var.is_production - environment-name = var.environment - infrastructure-support = var.infrastructure_support + is_production = var.is_production + environment_name = var.environment + infrastructure_support = var.infrastructure_support namespace = var.namespace /* @@ -143,36 +143,6 @@ module "s3_bucket" { } EOF -*/ - - /* - * Override the default policy for the generated machine user of this bucket. - * - -user_policy = <