Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Fix vault-auth module provider dependencies (#68)
Browse files Browse the repository at this point in the history
* Fix vault-auth module provider dependencies

It was requiring the aws provider although it wasn't used within the module. Probably a left-over

* Fix provider name
  • Loading branch information
iuriaranda authored May 11, 2022
1 parent 4ace9bf commit 2b1b507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vault-auth/versions.tf → vault-auth/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ terraform {
required_version = "~> 1.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.74"
vault = {
source = "hashicorp/vault"
version = "~> 3.5"
}
}
}

0 comments on commit 2b1b507

Please sign in to comment.