Introduction The first resource I create and provision using terraform is the AWS S3 bucket. By writing terraform configuration files (.tf files) to initialise providers and use terraform commands to interact with AWS APIs and provision resources. AWS CLI for credentials setup before creating any resource in AWS using aws configure. The below image shows the procedure of provisioning a simple S3 B

Creating AWS S3 Bucket using Terraform
Brian Mengo·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.