Skip to content

Commit

Permalink
updating terraform aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandeivert committed Sep 19, 2019
1 parent 188874d commit 842b3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamalert_cli/terraform/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from streamalert_cli.utils import CLICommand

RESTRICTED_CLUSTER_NAMES = ('main', 'athena')
TERRAFORM_VERSIONS = {'application': '~> 0.11.7', 'provider': {'aws': '~> 1.51.0'}}
TERRAFORM_VERSIONS = {'application': '~> 0.11.7', 'provider': {'aws': '~> 2.28.1'}}
LOGGER = get_logger(__name__)


Expand Down

0 comments on commit 842b3b5

Please sign in to comment.