Skip to content

Commit

Permalink
Upgrade aws provider, Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yahel2410 committed Jun 5, 2023
1 parent 04751a8 commit 7cd7ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5. Access your instance via ssh or Kibana url

**Notice:** The instance is created in the `default vpc`
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = "~> 4.64.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 7cd7ef3

Please sign in to comment.