Skip to content

Commit

Permalink
updated main.tf version and added local test tf .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenEsc committed Jan 8, 2025
1 parent f9605fc commit 0dba371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#.vscode
config/
.devcontainer
.vscode
.vscode
#tf
.terraform
.terraform.lock.hcl
2 changes: 1 addition & 1 deletion tf/main.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 = "~> 5.60.0"
version = "~> 5.79.0"
}
docker = {
source = "kreuzwerker/docker"
Expand Down

0 comments on commit 0dba371

Please sign in to comment.