scottslowe-learning-tools/terraform/aws/new-s3
2021-09-20 18:08:48 -07:00
..
main.tf added S3 resource 2021-09-16 14:20:12 -07:00
output.tf added S3 resource 2021-09-16 14:20:12 -07:00
readme.md added S3 documentation 2021-09-20 18:08:48 -07:00
variables.tf added S3 resource 2021-09-16 14:20:12 -07:00

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