fix: pipeline fixes

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-10 17:40:59 +01:00
parent 8c490da5ce
commit 0ba4612438
4 changed files with 11 additions and 8 deletions

View file

@ -297,6 +297,9 @@ func TestAccInstanceWithUsers(t *testing.T) {
data := getExample()
userName := "testUser"
if pID, ok := os.LookupEnv("TF_ACC_PROJECT_ID"); !ok || pID == "" {
t.Errorf("TF_ACC_PROJECT_ID is not set")
}
data.Users = []User{
{
Name: userName,