Skip to content

Commit

Permalink
Added s3 bucket private module
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamserulAwsGeek committed Mar 23, 2024
1 parent 3d0becf commit 9aad7fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ resource "aws_key_pair" "hashicat" {
public_key = tls_private_key.hashicat.public_key_openssh
}

module "s3_bucket" {
source = "app.terraform.io/Nokia-cloud/s3-bucket/aws"
version = "3.1.0"
s3_object_ownership = "BucketOwnerEnforced"
module "s3-bucket" {
source = "cloudposse/s3-bucket/aws"
version = "3.1.0"
}


0 comments on commit 9aad7fa

Please sign in to comment.