Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikolov committed Jul 25, 2024
1 parent 1e676d1 commit f4b9a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ client.Dockerfile
server.Dockerfile
README.md
docker-compose.yml
target/
target/
terraform/.terraform
terraform/terraform.tfstate
terraform
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}

backend "s3" {
bucket = "zkpauth-9d8hh34135a7"
bucket = "zkpauth-9d8hh34135a5"
key = "terraform.tfstate"
}
}
Expand Down

0 comments on commit f4b9a29

Please sign in to comment.