We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1386cf commit 42c009cCopy full SHA for 42c009c
src/README.md
@@ -64,7 +64,7 @@ components:
64
| Name | Version |
65
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 |
67
-| <a name="requirement_aws"></a> [aws](#requirement\_aws) | = 4.0 |
+| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
68
| <a name="requirement_datadog"></a> [datadog](#requirement\_datadog) | >= 3.3.0 |
69
70
## Providers
src/versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = "= 4.0"
+ version = ">= 4.0"
8
}
9
datadog = {
10
source = "datadog/datadog"
0 commit comments