Complete S3
Terraform scripts to create an AWS S3 using the module s3.
To create a complete AWS S3:
terraform init
terraform plan
terraform apply
To delete all resource:
terraform destroy
Requirements
Name |
Version |
|---|---|
>= 1.0 |
|
~> 5.61 |
|
~> 2.3.1 |
|
~> 3.2.1 |
|
~> 3.5.1 |
Providers
Name |
Version |
|---|---|
~> 5.61 |
|
~> 2.3.1 |
|
~> 3.2.1 |
|
~> 3.5.1 |
Modules
Name |
Source |
Version |
|---|---|---|
../../../s3 |
n/a |
Resources
Name |
Type |
|---|---|
resource |
|
resource |
|
data source |
|
data source |
Inputs
Name |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
Profile of AWS credentials to deploy Terraform sources |
|
|
no |
|
AWS region where the infrastructure will be deployed |
|
|
no |
Outputs
Name |
Description |
|---|---|
Name of s3 bucket |
|
URL of s3 bucket |
|
ARN of KMS used for ECR |