Skip to content

S3 bucket creation using Terraform for demo purposes

Notifications You must be signed in to change notification settings

Anglosk/bucket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF s3 bucket demo

The s3 bucket demo is a simple Terraform configuration allowing creation of an individual s3 bucket. Nothing more, nothing less.

The configuration can be run multiple times in succession since each bucket is named with a random 5 digit string.

Pre-requisites

  • AWS account
  • Terraform

Usage

Firstly, Download or clone the project

Furthermore, You must have an AWS account and provide your AWS Access Key ID and AWS Secret Access Key in some manner. From the command line, this can be done with the AWS CLI:

aws configure

Navigate into the local project directory and run:

terraform init

Determine the changes that would occur with:

terraform plan

To apply the actions, run:

terraform apply

... and confirm the action

Cleaning up

Run the following

terraform destroy

... and confirm the action

About

S3 bucket creation using Terraform for demo purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages