From 8895eefcf4c71b80e4090ab9fe5367a6b4d0ef27 Mon Sep 17 00:00:00 2001 From: kmobl Date: Wed, 27 Sep 2023 11:26:04 -0500 Subject: [PATCH 1/2] fixed providers --- providers.tf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 providers.tf diff --git a/providers.tf b/providers.tf new file mode 100644 index 0000000..a8aab0b --- /dev/null +++ b/providers.tf @@ -0,0 +1,9 @@ +terraform { + required_version = ">=1.5.0" + required_providers { + aws = { + source = "hashicorp/aws" + version = "~> 5.0" + } +} +} \ No newline at end of file From 566f56301bea2a989e5d61a14bcb6cea9ae2a532 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Sep 2023 16:45:56 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dd3b8a..2551553 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,16 @@ module "s3_bucket" { ## Requirements -No requirements. +| Name | Version | +|------|---------| +| [terraform](#requirement\_terraform) | >=1.5.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | n/a | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules