Skip to content

Commit

Permalink
Merge pull request #7723 from ministryofjustice/fix/align-to-bastion-…
Browse files Browse the repository at this point in the history
…linux-module-v4.2.1

Remove input variables that are not needed any longer
  • Loading branch information
zoltan-paldi authored Sep 10, 2024
2 parents b72a8ed + 60fdc91 commit b359941
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/environments/xhibit-portal/bastion_linux.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ module "bastion_linux" {
}

# s3 - used for logs and user ssh public keys
bucket_name = "bastion"
bucket_versioning = true
bucket_force_destroy = true
bucket_name = "bastion"
# public keys
public_key_data = local.public_key_data.keys[local.environment]
# logs
Expand Down

0 comments on commit b359941

Please sign in to comment.