jdxlabs / terraform-s3-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-s3-module

A simple terraform s3 module.

Requirements

Name Version
terraform >=1.2
aws >= 4.0, < 5.16.0

Providers

Name Version
aws >= 4.0, < 5.16.0

Modules

No modules.

Resources

Name Type
aws_s3_bucket.this resource
aws_s3_bucket_acl.this resource
aws_s3_bucket_ownership_controls.this resource

Inputs

Name Description Type Default Required
name Name for the bucket. If omitted, Terraform will assign a random, unique name. string null no
tags Details the tags to apply to the bucket map(any) null no

Outputs

Name Description
bucket_arn Bucket ARN
bucket_id Bucket Name (aka ID)
bucket_name Bucket Name

Usage

Look at the examples directory.

Contributing

Please follow the contributing guidelines

License

GPLv3

About

License:GNU General Public License v3.0


Languages

Language:HCL 100.0%