[TECH ED] Using Terraform Modules and Remote State #12
Labels
Cloud
🏝️ Priority Stretch
Do this once mandatory and key work is done
🦑 Size Large
4-8 hours
📅 Sprint 4
🎯 Topic Delivery
Shipping our work, deploying our code, delivering our product
🎯 Topic Requirements
Interpreting requirements with precision and accuracy
🎯 Topic Testing
It's important that software works and that people can use it
Link to the coursework
https://developer.hashicorp.com/terraform/docs
Why are we doing this?
Objective
In this exercise, you will utilize a Terraform module to create a reusable configuration for S3 buckets. Additionally, you'll implement remote state management using an S3 bucket.
Steps
Create a Terraform Module for S3 Buckets
s3_module
and place a new Terraform file inside it, e.g.,main.tf
.Implement Remote State in S3
main.tf
), configure the backend for remote state using S3.Initialize and Apply
Validation
terraform.tfstate
file is present.References
Maximum time in hours
n/a stretch
How to get help
Ask calm, curious questions with links, code samples, and no screenshots.
https://curriculum.codeyourfuture.io/guides/asking-questions/
How to submit
Demo your progress in class.
The text was updated successfully, but these errors were encountered: