Skip to content

Commit

Permalink
Merge pull request #2 from grpayne-cisco/workshop
Browse files Browse the repository at this point in the history
password update
  • Loading branch information
grpayne-cisco authored Oct 1, 2024
2 parents 0d8f282 + 244f177 commit 950673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/rds/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_db_instance" "my_db" {
engine_version = "5.7"
instance_class = "db.t3.micro"
username = "root"
password = "my_super_secret_password"
# password = ""
#manage_master_user_password = true
storage_encrypted = false
#tags = {
Expand Down

0 comments on commit 950673c

Please sign in to comment.