From fc7a10f9d97f49480ce6062f01bb36b18390b15f Mon Sep 17 00:00:00 2001 From: David Redmin Date: Wed, 15 Jan 2025 10:40:43 -0500 Subject: [PATCH] Add images-ssm provider For unknown reasons, terraform-docs is not including this provider. Re-running terraform-docs will remove it, but that change should be ignored. Co-authored-by: Jeremy Frasier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a9eca2..9c49a7c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ module "example" { |------|---------| | aws | >= 4.9 | | aws.images-ami | >= 4.9 | +| aws.images-ssm | >= 4.9 | ## Modules ##