We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b30401b + 820e497 commit f46ca23Copy full SHA for f46ca23
1 file changed
main.tf
@@ -66,7 +66,7 @@ resource "aws_s3_object" "rules" {
66
# ================================================================== lambda ===
67
68
module "bot_artifact" {
69
- source = "github.com/cruxstack/terraform-docker-artifact-packager?ref=v1.4.0"
+ source = "github.com/cruxstack/terraform-docker-artifact-packager?ref=v1.4.1"
70
71
count = local.enabled ? 1 : 0
72
0 commit comments