Change numbers to make tests work in i386 (#1454)

Signed-off-by: Ashwin Annamalai <4549937+IgnorantSapient@users.noreply.github.com>
This commit is contained in:
Ashwin Annamalai 2024-04-01 15:13:26 -04:00 committed by GitHub
parent aa8b4a7cca
commit 046beee664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ func TestKeyProvider(t *testing.T) {
"large-key-size": {
HCL: `key_provider "gcp_kms" "foo" {
kms_encryption_key = "alias/temp"
key_length = 999999999999
key_length = 99999999
}`,
ValidHCL: true,
ValidBuild: false,