From 7cd7ef3b1d42abf1ee50402f63a9f8a08cf99443 Mon Sep 17 00:00:00 2001 From: yahel Date: Mon, 5 Jun 2023 11:44:10 +0300 Subject: [PATCH] Upgrade aws provider, Update README.md --- README.md | 4 +++- provider.tf | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d91f840..1e7f0d0 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,6 @@ ELK playground for OpsSchool logging sessions Notice: It takes 3-5 minutes for the ELK services to start -5. Access your instance via ssh or Kibana url \ No newline at end of file +5. Access your instance via ssh or Kibana url + +**Notice:** The instance is created in the `default vpc` \ No newline at end of file diff --git a/provider.tf b/provider.tf index 0fdbf2d..979716e 100644 --- a/provider.tf +++ b/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 3.0" + version = "~> 4.64.0" } http = { source = "hashicorp/http"