Skip to content

Commit

Permalink
add chapter folders
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzardr committed Feb 11, 2024
1 parent db35572 commit 946abf8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 149 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions chapter-2/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
provider "aws" {
region = "us-east-2"
}

resource "aws_s3_bucket" "terraform_state" {
bucket = "hazzardr-terraform-up-and-running-state"

# so we don't accidentally delete remote state with a destroy command
lifecycle {
prevent_destroy = true
}
}
Empty file added chapter-3/main.tf
Empty file.
149 changes: 0 additions & 149 deletions main.tf

This file was deleted.

0 comments on commit 946abf8

Please sign in to comment.