Skip to content

Commit

Permalink
Update versions of Terraform Time and Random providers in Terrascript
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wilczyński <[email protected]>
  • Loading branch information
kwilczynski committed Mar 3, 2023
1 parent 9af9fce commit 83668be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reconcile/utils/terrascript_aws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ def __init__(
# the time provider can be removed if all AWS accounts
# upgrade to a provider version with this bug fix
# https://github.com/hashicorp/terraform-provider-aws/pull/20926
ts += time(version="0.7.2")
ts += time(version="0.9.1")

ts += provider.random(version="3.1.0")
ts += provider.random(version="3.4.3")

ts += provider.template(version="2.2.0")

Expand Down

0 comments on commit 83668be

Please sign in to comment.