Skip to content

Commit

Permalink
Merge pull request #1344 from gruntwork-io/bug/aws-s3-example
Browse files Browse the repository at this point in the history
Fixed terraform-aws-s3-example test
  • Loading branch information
denis256 committed Sep 20, 2023
2 parents 15cff8c + 7843f5c commit 1690f17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/terraform-aws-s3-example/main.tf
Expand Up @@ -11,6 +11,13 @@ terraform {
# 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
# forwards compatible with 0.13.x code.
required_version = ">= 0.12.26"
required_providers {
aws = {
source = "hashicorp/aws"
# https://github.com/hashicorp/terraform-provider-aws/issues/33478
version = "5.16.0"
}
}
}

# ---------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1690f17

Please sign in to comment.