Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Merge pull request #11 from rackspace-infrastructure-automation/aws_p…
Browse files Browse the repository at this point in the history
…rovider_update

Update AWS provider version
  • Loading branch information
cwgem authored Apr 10, 2020
2 parents 472a5ce + 1a908db commit debc595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/health_check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There should be no changes required to move from previous versions of this modul

| Name | Version |
|------|---------|
| aws | n/a |
| aws | >= 2.7.0 |
| null | n/a |

## Inputs
Expand Down
4 changes: 4 additions & 0 deletions modules/health_check/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

terraform {
required_version = ">= 0.12"

required_providers {
aws = ">= 2.7.0"
}
}

locals {
Expand Down

0 comments on commit debc595

Please sign in to comment.