test: fix test file
[skip ci]
This commit is contained in:
parent
d2051874c8
commit
43cc14e499
2 changed files with 1 additions and 17 deletions
|
|
@ -316,7 +316,7 @@ func TestAccInstanceEncryption(t *testing.T) {
|
|||
verString := os.Getenv("TF_ACC_KEK_KEY_VERSION")
|
||||
version, err := strconv.ParseUint(verString, 0, 8)
|
||||
if err != nil {
|
||||
t.Errorf("error coverting value to uint8")
|
||||
t.Errorf("error coverting value to uint8: %+v", verString)
|
||||
}
|
||||
data.KekKeyVersion = uint8(version)
|
||||
data.KekServiceAccount = os.Getenv("TF_ACC_KEK_SERVICE_ACCOUNT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue