diff --git a/config_job.tf b/config_job.tf index 03396ef..05b8474 100644 --- a/config_job.tf +++ b/config_job.tf @@ -90,9 +90,9 @@ GRANT echo "Creating realm: $realm_name" # Check if realm exists - local status=$(curl -s -o /dev/null -w %%{http_code} \ + curl -s -o /dev/null -w %%{http_code} \ -H "Authorization: Bearer $KC_TOKEN" \ - "$KC_URL/auth/admin/realms/$realm_name") + "$KC_URL/auth/admin/realms/$realm_name" # Create realm curl -s -X POST \