Skip to content

Commit

Permalink
fix: Fix provider version for staging and `continuous_deployment_po…
Browse files Browse the repository at this point in the history
…licy_id` params (#132)
  • Loading branch information
zahorniak authored Mar 4, 2024
1 parent 508c40d commit 334f2f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ ordered_cache_behavior = [{
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.29 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.12.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.29 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.12.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.29"
version = ">= 5.12.0"
}
}
}

0 comments on commit 334f2f7

Please sign in to comment.