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 1f31516 commit 60a51f4Copy full SHA for 60a51f4
main.tf
@@ -15,7 +15,7 @@ module "shell_lambda" {
15
module.assert_single_role.checked
16
]
17
source = "Invicton-Labs/lambda-set/aws"
18
- version = "~> 0.4.2"
+ version = "~> 0.5.0"
19
edge = false
20
source_directory = "${path.module}/lambda"
21
archive_output_directory = "${path.module}/archives/"
versions.tf
@@ -1,6 +1,5 @@
1
terraform {
2
- required_version = ">= 1.1.7"
3
- experiments = [module_variable_optional_attrs]
+ required_version = ">= 1.3"
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
0 commit comments