-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update TLS to use v3.3 which includes support for linux_arm64 (#147
) * Update hashicorp/tls to 3.3 * Add missing inputs to google_compute_address.vault.ilb * Remove deprecated key_algorith as it now infers algorithm from the key.
- Loading branch information
1 parent
7d1a376
commit 9236c4a
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ terraform { | |
|
||
tls = { | ||
source = "hashicorp/tls" | ||
version = "~> 2.1" | ||
version = "~> 3.3" | ||
} | ||
|
||
google = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters