Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Sep 8, 2023
1 parent 876118a commit d7cfd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "random_string" "secret" {
}

resource "time_sleep" "this" {
create_duration = "300s"
create_duration = "120s"

triggers = {
username = random_pet.username.id
Expand Down

0 comments on commit d7cfd42

Please sign in to comment.