Skip to content

Commit 92ec0c5

Browse files
committed
Test using string field
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent 6200208 commit 92ec0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/clients/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func TerraformSetupBuilder(tfProvider *schema.Provider) terraform.SetupFn { //no
6969
"delayed_auth", "allow_reauth", "max_retries", "enable_logging"}
7070

7171
ps.Configuration = map[string]any{}
72-
ps.Configuration["insecure"] = false
72+
ps.Configuration["insecure"] = "false"
7373

7474
// ensures only the provided fields are set in the config
7575
for _, credField := range credFields {

0 commit comments

Comments
 (0)