You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,14 @@ To run the tests:
85
85
86
86
| Name | Version |
87
87
|------|---------|
88
-
| terraform | >= 0.13.0, < 0.14|
89
-
| aws | >= 2.35, < 4.0|
88
+
| terraform | >= 0.13.0 |
89
+
| aws | >= 2.35 |
90
90
91
91
## Providers
92
92
93
93
| Name | Version |
94
94
|------|---------|
95
-
| aws | >= 2.35, < 4.0|
95
+
| aws | >= 2.35 |
96
96
97
97
## Inputs
98
98
@@ -120,7 +120,7 @@ To run the tests:
120
120
| sns\_topic\_kms\_key\_id | ARN of the KMS key used for enabling SSE on the topic |`string`|`""`| no |
121
121
| sns\_topic\_name | The name of the SNS topic to create |`string`| n/a | yes |
122
122
| sns\_topic\_tags | Additional tags for the SNS topic |`map(string)`|`{}`| no |
123
-
|subsription\_filter\_policy | (Optional) A valid filter policy that will be used in the subscription to filter messages seen by the target resource. |`string`|`null`| no |
123
+
|subscription\_filter\_policy | (Optional) A valid filter policy that will be used in the subscription to filter messages seen by the target resource. |`string`|`null`| no |
124
124
| tags | A map of tags to add to all resources |`map(string)`|`{}`| no |
0 commit comments