Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkrief committed Jun 4, 2023
1 parent 680e52e commit 7011901
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHAP14/migratestate/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions CHAP14/migratestate/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
terraform {
required_version = "~> 1.1"
required_providers {
}
}

resource "random_password" "password" {
length = 16
special = true
override_special = "_%@"
}

0 comments on commit 7011901

Please sign in to comment.