Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Jan 29, 2024
1 parent 6674b29 commit 7790287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "bastion_linux" {
name = "bastion_linux_${count.index + 1}"

# s3 - used for logs and user ssh public keys
bucket_name = "bastion"
bucket_name = "bastion_${count.index + 1}"
bucket_versioning = true
bucket_force_destroy = true
# public keys
Expand Down

0 comments on commit 7790287

Please sign in to comment.