File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed
rds_enhanced_monitoring_forwarder Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ Examples codified under the [`examples`](./examples) are intended to give users
66
66
| Name | Version |
67
67
| ------| ---------|
68
68
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
69
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
69
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3.0 |
70
70
71
71
## Providers
72
72
73
73
| Name | Version |
74
74
| ------| ---------|
75
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
75
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3.0 |
76
76
77
77
## Modules
78
78
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Note that this example may create resources which will incur monetary charges on
24
24
| Name | Version |
25
25
| ------| ---------|
26
26
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
27
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
27
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3.0 |
28
28
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
29
29
30
30
## Providers
31
31
32
32
| Name | Version |
33
33
| ------| ---------|
34
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
34
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3.0 |
35
35
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
36
36
37
37
## Modules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.0"
7
+ version = " ~> 3.0"
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ Note that this example may create resources which will incur monetary charges on
20
20
| Name | Version |
21
21
| ------| ---------|
22
22
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
23
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
23
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3.0 |
24
24
| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | >= 2.0 |
25
25
26
26
## Providers
27
27
28
28
| Name | Version |
29
29
| ------| ---------|
30
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
30
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3.0 |
31
31
| <a name =" provider_random " ></a > [ random] ( #provider\_ random ) | >= 2.0 |
32
32
33
33
## Modules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.0"
7
+ version = " ~> 3.0"
8
8
}
9
9
random = {
10
10
source = " hashicorp/random"
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ module "datadog_log_forwarder" {
42
42
| Name | Version |
43
43
| ------| ---------|
44
44
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
45
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
45
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3.0 |
46
46
| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | >= 3.0 |
47
47
48
48
## Providers
49
49
50
50
| Name | Version |
51
51
| ------| ---------|
52
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
52
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3.0 |
53
53
| <a name =" provider_null " ></a > [ null] ( #provider\_ null ) | >= 3.0 |
54
54
55
55
## Modules
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.0"
7
+ version = " ~> 3.0"
8
8
}
9
9
null = {
10
10
source = " hashicorp/null"
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ module "datadog_rds_enhanced_monitoring_forwarder" {
36
36
| Name | Version |
37
37
| ------| ---------|
38
38
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
39
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
39
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3.0 |
40
40
41
41
## Providers
42
42
43
43
| Name | Version |
44
44
| ------| ---------|
45
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
45
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3.0 |
46
46
47
47
## Modules
48
48
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 3.0"
7
+ version = " ~> 3.0"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ module "datadog_vpc_flow_log_forwarder" {
34
34
| Name | Version |
35
35
| ------| ---------|
36
36
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 0.13.1 |
37
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 3.0 |
37
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | ~ > 3.0 |
38
38
39
39
## Providers
40
40
41
41
| Name | Version |
42
42
| ------| ---------|
43
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 3.0 |
43
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | ~ > 3.0 |
44
44
45
45
## Modules
46
46
You can’t perform that action at this time.
0 commit comments