diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f90f082..8a898a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.0.3 commit = True message = Bumps version to {new_version} tag = False diff --git a/main.tf b/main.tf index c9f9a63..0643302 100644 --- a/main.tf +++ b/main.tf @@ -15,7 +15,7 @@ resource "aws_ram_principal_association" "this" { # The invitation sometime takes a few seconds to propagate provisioner "local-exec" { - command = "python -c 'import time; time.sleep(5)'" + command = "python -c 'import time; time.sleep(10)'" } }