mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
| .. | ||
| main.tf | ||
| output.tf | ||
| readme.md | ||
| variables.tf | ||
AWS S3
| Provider | Description |
|---|---|
| aws | This code will create an AWS S3 bucket |
Resources
| Name | Type |
|---|---|
| aws_s3_bucket.demo_s3 | 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 |