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"