Skip to content

Commit 334f2f7

Browse files
authored
fix: Fix provider version for staging and continuous_deployment_policy_id params (#132)
1 parent 508c40d commit 334f2f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ ordered_cache_behavior = [{
107107
| Name | Version |
108108
|------|---------|
109109
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
110-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.29 |
110+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.12.0 |
111111

112112
## Providers
113113

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

118118
## Modules
119119

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.29"
7+
version = ">= 5.12.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)