mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
added S3 documentation
This commit is contained in:
parent
9e549519dc
commit
0aca60789d
1 changed files with 23 additions and 0 deletions
23
terraform/aws/new-s3/readme.md
Normal file
23
terraform/aws/new-s3/readme.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
## AWS S3
|
||||
|
||||
| Provider | Description |
|
||||
|------|---------|
|
||||
| aws | This code will create an AWS S3 bucket |
|
||||
|
||||
## Resources
|
||||
|
||||
| Name | Type |
|
||||
|------|------|
|
||||
| [aws_s3_bucket.demo_s3](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource |
|
||||
|
||||
## Inputs
|
||||
|
||||
| Name | Description | Type | Default | Required |
|
||||
|------|-------------|------|---------|:--------:|
|
||||
| demo_s3_name | demo S3 bucket for terraform in learning-tools | `string` | `"learning-tools-demo-s3"` | yes |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Description |
|
||||
|------|-------------|
|
||||
| output_demo_s3_id | output S3 bucket resource ID |
|
||||
Loading…
Reference in a new issue