mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06:00
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:
parent
aa8b4a7cca
commit
046beee664
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user