Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: variable substitution in jq #425

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Conversation

rdhar
Copy link
Member

@rdhar rdhar commented Feb 26, 2025

Revert variable substitution from environment variables to contextual information within jq commands.

Fixes #424.

@github-actions github-actions bot added the tf:plan Pull requests that plan TF code label Feb 26, 2025
Copy link

github-actions bot commented Feb 26, 2025

tofu fmt -chdir=tests/fail_format_diff -check -diff -recursive
View output.
By rdhar at 2025-02-26T15:13:18Z (view log).
main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
 resource "random_pet" "name" {
-  count =1
+  count = 1
 }

Copy link

github-actions bot commented Feb 26, 2025

tofu validate -chdir=tests/fail_invalid_resource_type
Error: Invalid resource type
By rdhar at 2025-02-26T15:13:18Z (view log).
Error: Invalid resource type

  on main.tf line 1, in resource "random_pets" "name":
   1: resource "random_pets" "name" {

The provider hashicorp/random does not support resource type "random_pets".
Did you mean "random_pet"?

Copy link

github-actions bot commented Feb 26, 2025

tofu validate -chdir=tests/fail_data_source_error
Success! The configuration is valid.
By rdhar at 2025-02-26T15:13:18Z (view log).
Success! The configuration is valid.

Copy link

github-actions bot commented Feb 26, 2025

tofu apply -chdir=tests/pass_one
Diff of 1 change.
+ random_pet.name[0] will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
By rdhar at 2025-02-26T15:13:18Z (view log).
random_pet.name[0]: Creating...
random_pet.name[0]: Creation complete after 0s [id=definite-terrier]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

Copy link

github-actions bot commented Feb 26, 2025

tofu apply -chdir=tests/pass_character_limit
Diff of 10000 changes.
+ random_pet.name[0] will be created
+ random_pet.name[1] will be created
+ random_pet.name[2] will be created
+ random_pet.name[3] will be created
+ random_pet.name[4] will be created
+ random_pet.name[5] will be created
+ random_pet.name[6] will be created
+ random_pet.name[7] will be created
+ random_pet.name[8] will be created
+ random_pet.name[9] will be created
+ random_pet.name[10] will be created
+ random_pet.name[11] will be created
+ random_pet.name[12] will be created
+ random_pet.name[13] will be created
+ random_pet.name[14] will be created
+ random_pet.name[15] will be created
+ random_pet.name[16] will be created
+ random_pet.name[17] will be created
+ random_pet.name[18] will be created
+ random_pet.name[19] will be created
+ random_pet.name[20] will be created
+ random_pet.name[21] will be created
+ random_pet.name[22] will be created
+ random_pet.name[23] will be created
+ random_pet.name[24] will be created
+ random_pet.name[25] will be created
+ random_pet.name[26] will be created
+ random_pet.name[27] will be created
+ random_pet.name[28] will be created
+ random_pet.name[29] will be created
+ random_pet.name[30] will be created
+ random_pet.name[31] will be created
+ random_pet.name[32] will be created
+ random_pet.name[33] will be created
+ random_pet.name[34] will be created
+ random_pet.name[35] will be created
+ random_pet.name[36] will be created
+ random_pet.name[37] will be created
+ random_pet.name[38] will be created
+ random_pet.name[39] will be created
+ random_pet.name[40] will be created
+ random_pet.name[41] will be created
+ random_pet.name[42] will be created
+ random_pet.name[43] will be created
+ random_pet.name[44] will be created
+ random_pet.name[45] will be created
+ random_pet.name[46] will be created
+ random_pet.name[47] will be created
+ random_pet.name[48] will be created
+ random_pet.name[49] will be created
+ random_pet.name[50] will be created
+ random_pet.name[51] will be created
+ random_pet.name[52] will be created
+ random_pet.name[53] will be created
+ random_pet.name[54] will be created
+ random_pet.name[55] will be created
+ random_pet.name[56] will be created
+ random_pet.name[57] will be created
+ random_pet.name[58] will be created
+ random_pet.name[59] will be created
+ random_pet.name[60] will be created
+ random_pet.name[61] will be created
+ random_pet.name[62] will be created
+ random_pet.name[63] will be created
+ random_pet.name[64] will be created
+ random_pet.name[65] will be created
+ random_pet.name[66] will be created
+ random_pet.name[67] will be created
+ random_pet.name[68] will be created
+ random_pet.name[69] will be created
+ random_pet.name[70] will be created
+ random_pet.name[71] will be created
+ random_pet.name[72] will be created
+ random_pet.name[73] will be created
+ random_pet.name[74] will be created
+ random_pet.name[75] will be created
+ random_pet.name[76] will be created
+ random_pet.name[77] will be created
+ random_pet.name[78] will be created
+ random_pet.name[79] will be created
+ random_pet.name[80] will be created
+ random_pet.name[81] will be created
+ random_pet.name[82] will be created
+ random_pet.name[83] will be created
+ random_pet.name[84] will be created
+ random_pet.name[85] will be created
+ random_pet.name[86] will be created
+ random_pet.name[87] will be created
+ random_pet.name[88] will be created
+ random_pet.name[89] will be created
+ random_pet.name[90] will be created
+ random_pet.name[91] will be created
+ random_pet.name[92] will be created
+ random_pet.name[93] will be created
+ random_pet.name[94] will be created
+ random_pet.name[95] will be created
+ random_pet.name[96] will be created
+ random_pet.name[97] will be created
+ random_pet.name[98] will be created
+ random_pet.name[99] will be created
+ random_pet.name[100] will be created
+ random_pet.name[101] will be created
+ random_pet.name[102] will be created
+ random_pet.name[103] will be created
+ random_pet.name[104] will be created
+ random_pet.name[105] will be created
+ random_pet.name[106] will be created
+ random_pet.name[107] will be created
+ random_pet.name[108] will be created
+ random_pet.name[109] will be created
+ random_pet.name[110] will be created
+ random_pet.name[111] will be created
+ random_pet.name[112] will be created
+ random_pet.name[113] will be created
+ random_pet.name[114] will be created
+ random_pet.name[115] will be created
+ random_pet.name[116] will be created
+ random_pet.name[117] will be created
+ random_pet.name[118] will be created
+ random_pet.name[119] will be created
+ random_pet.name[120] will be created
+ random_pet.name[121] will be created
+ random_pet.name[122] will be created
+ random_pet.name[123] will be created
+ random_pet.name[124] will be created
+ random_pet.name[125] will be created
+ random_pet.name[126] will be created
+ random_pet.name[127] will be created
+ random_pet.name[128] will be created
+ random_pet.name[129] will be created
+ random_pet.name[130] will be created
+ random_pet.name[131] will be created
+ random_pet.name[132] will be created
+ random_pet.name[133] will be created
+ random_pet.name[134] will be created
+ random_pet.name[135] will be created
+ random_pet.name[136] will be created
+ random_pet.name[137] will be created
+ random_pet.name[138] will be created
+ random_pet.name[139] will be created
+ random_pet.name[140] will be created
+ random_pet.name[141] will be created
+ random_pet.name[142] will be created
+ random_pet.name[143] will be created
+ random_pet.name[144] will be created
+ random_pet.name[145] will be created
+ random_pet.name[146] will be created
+ random_pet.name[147] will be created
+ random_pet.name[148] will be created
+ random_pet.name[149] will be created
+ random_pet.name[150] will be created
+ random_pet.name[151] will be created
+ random_pet.name[152] will be created
+ random_pet.name[153] will be created
+ random_pet.name[154] will be created
+ random_pet.name[155] will be created
+ random_pet.name[156] will be created
+ random_pet.name[157] will be created
+ random_pet.name[158] will be created
+ random_pet.name[159] will be created
+ random_pet.name[160] will be created
+ random_pet.name[161] will be created
+ random_pet.name[162] will be created
+ random_pet.name[163] will be created
+ random_pet.name[164] will be created
+ random_pet.name[165] will be created
+ random_pet.name[166] will be created
+ random_pet.name[167] will be created
+ random_pet.name[168] will be created
+ random_pet.name[169] will be created
+ random_pet.name[170] will be created
+ random_pet.name[171] will be created
+ random_pet.name[172] will be created
+ random_pet.name[173] will be created
+ random_pet.name[174] will be created
+ random_pet.name[175] will be created
+ random_pet.name[176] will be created
+ random_pet.name[177] will be created
+ random_pet.name[178] will be created
+ random_pet.name[179] will be created
+ random_pet.name[180] will be created
+ random_pet.name[181] will be created
+ random_pet.name[182] will be created
+ random_pet.name[183] will be created
+ random_pet.name[184] will be created
+ random_pet.name[185] will be created
+ random_pet.name[186] will be created
+ random_pet.name[187] will be created
+ random_pet.name[188] will be created
+ random_pet.name[189] will be created
+ random_pet.name[190] will be created
+ random_pet.name[191] will be created
+ random_pet.name[192] will be created
+ random_pet.name[193] will be created
+ random_pet.name[194] will be created
+ random_pet.name[195] will be created
+ random_pet.name[196] will be created
+ random_pet.name[197] will be created
+ random_pet.name[198] will be created
+ random_pet.name[199] will be created
+ random_pet.name[200] will be created
+ random_pet.name[201] will be created
+ random_pet.name[202] will be created
+ random_pet.name[203] will be created
+ random_pet.name[204] will be created
+ random_pet.name[205] will be created
+ random_pet.name[206] will be created
+ random_pet.name[207] will be created
+ random_pet.name[208] will be created
+ random_pet.name[209] will be created
+ random_pet.name[210] will be created
+ random_pet.name[211] will be created
+ random_pet.name[212] will be created
+ random_pet.name[213] will be created
+ random_pet.name[214] will be created
+ random_pet.name[215] will be created
+ random_pet.name[216] will be created
+ random_pet.name[217] will be created
+ random_pet.name[218] will be created
+ random_pet.name[219] will be created
+ random_pet.name[220] will be created
+ random_pet.name[221] will be created
+ random_pet.name[222] will be created
+ random_pet.name[223] will be created
+ random_pet.name[224] will be created
+ random_pet.name[225] will be created
+ random_pet.name[226] will be created
+ random_pet.name[227] will be created
+ random_pet.name[228] will be created
+ random_pet.name[229] will be created
+ random_pet.name[230] will be created
+ random_pet.name[231] will be created
+ random_pet.name[232] will be created
+ random_pet.name[233] will be created
+ random_pet.name[234] will be created
+ random_pet.name[235] will be created
+ random_pet.name[236] will be created
+ random_pet.name[237] will be created
+ random_pet.name[238] will be created
+ random_pet.name[239] will be created
+ random_pet.name[240] will be created
+ random_pet.name[241] will be created
+ random_pet.name[242] will be created
+ random_pet.name[243] will be created
+ random_pet.name[244] will be created
+ random_pet.name[245] will be created
+ random_pet.name[246] will be created
+ random_pet.name[247] will be created
+ random_pet.name[248] will be created
+ random_pet.name[249] will be created
+ random_pet.name[250] will be created
+ random_pet.name[251] will be created
+ random_pet.name[252] will be created
+ random_pet.name[253] will be created
+ random_pet.name[254] will be created
+ random_pet.name[255] will be created
+ random_pet.name[256] will be created
+ random_pet.name[257] will be created
+ random_pet.name[258] will be created
+ random_pet.name[259] will be created
+ random_pet.name[260] will be created
+ random_pet.name[261] will be created
+ random_pet.name[262] will be created
+ random_pet.name[263] will be created
+ random_pet.name[264] will be created
+ random_pet.name[265] will be created
+ random_pet.name[266] will be created
+ random_pet.name[267] will be created
+ random_pet.name[268] will be created
+ random_pet.name[269] will be created
+ random_pet.name[270] will be created
+ random_pet.name[271] will be created
+ random_pet.name[272] will be created
+ random_pet.name[273] will be created
+ random_pet.name[274] will be created
+ random_pet.name[275] will be created
+ random_pet.name[276] will be created
+ random_pet.name[277] will be created
+ random_pet.name[278] will be created
+ random_pet.name[279] will be created
+ random_pet.name[280] will be created
+ random_pet.name[281] will be created
+ random_pet.name[282] will be created
+ random_pet.name[283] will be created
+ random_pet.name[284] will be created
+ random_pet.name[285] will be created
+ random_pet.name[286] will be created
+ random_pet.name[287] will be created
+ random_pet.name[288] will be created
+ random_pet.name[289] will be created
+ random_pet.name[290] will be created
+ random_pet.name[291] will be created
+ random_pet.name[292] will be created
+ random_pet.name[293] will be created
+ random_pet.name[294] will be created
+ random_pet.name[295] will be created
+ random_pet.name[296] will be created
+ random_pet.name[297] will be created
+ random_pet.name[298] will be created
+ random_pet.name[299] will be created
+ random_pet.name[300] will be created
+ random_pet.name[301] will be created
+ random_pet.name[302] will be created
+ random_pet.name[303] will be created
+ random_pet.name[304] will be created
+ random_pet.name[305] will be created
+ random_pet.name[306] will be created
+ random_pet.name[307] will be created
+ random_pet.name[308] will be created
+ random_pet.name[309] will be created
+ random_pet.name[310] will be created
+ random_pet.name[311] will be created
+ random_pet.name[312] will be created
+ random_pet.name[313] will be created
+ random_pet.name[314] will be created
+ random_pet.name[315] will be created
+ random_pet.name[316] will be created
+ random_pet.name[317] will be created
+ random_pet.name[318] will be created
+ random_pet.name[319] will be created
+ random_pet.name[320] will be created
+ random_pet.name[321] will be created
+ random_pet.name[322] will be created
+ random_pet.name[323] will be created
+ random_pet.name[324] will be created
+ random_pet.name[325] will be created
+ random_pet.name[326] will be created
+ random_pet.name[327] will be created
+ random_pet.name[328] will be created
+ random_pet.name[329] will be created
+ random_pet.name[330] will be created
+ random_pet.name[331] will be created
+ random_pet.name[332] will be created
+ random_pet.name[333] will be created
+ random_pet.name[334] will be created
+ random_pet.name[335] will be created
+ random_pet.name[336] will be created
+ random_pet.name[337] will be created
+ random_pet.name[338] will be created
+ random_pet.name[339] will be created
+ random_pet.name[340] will be created
+ random_pet.name[341] will be created
+ random_pet.name[342] will be created
+ random_pet.name[343] will be created
+ random_pet.name[344] will be created
+ random_pet.name[345] will be created
+ random_pet.name[346] will be created
+ random_pet.name[347] will be created
+ random_pet.name[348] will be created
+ random_pet.name[349] will be created
+ random_pet.name[350] will be created
+ random_pet.name[351] will be created
+ random_pet.name[352] will be created
+ random_pet.name[353] will be created
+ random_pet.name[354] will be created
+ random_pet.name[355] will be created
+ random_pet.name[356] will be created
+ random_pet.name[357] will be created
+ random_pet.name[358] will be created
+ random_pet.name[359] will be created
+ random_pet.name[360] will be created
+ random_pet.name[361] will be created
+ random_pet.name[362] will be created
+ random_pet.name[363] will be created
+ random_pet.name[364] will be created
+ random_pet.name[365] will be created
+ random_pet.name[366] will be created
+ random_pet.name[367] will be created
+ random_pet.name[368] will be created
+ random_pet.name[369] will be created
+ random_pet.name[370] will be created
+ random_pet.name[371] will be created
+ random_pet.name[372] will be created
+ random_pet.name[373] will be created
+ random_pet.name[374] will be created
+ random_pet.name[375] will be created
+ random_pet.name[376] will be created
+ random_pet.name[377] will be created
+ random_pet.name[378] will be created
+ random_pet.name[379] will be created
+ random_pet.name[380] will be created
+ random_pet.name[381] will be created
+ random_pet.name[382] will be created
+ random_pet.name[383] will be created
+ random_pet.name[384] will be created
+ random_pet.name[385] will be created
+ random_pet.name[386] will be created
+ random_pet.name[387] will be created
+ random_pet.name[388] will be created
+ random_pet.name[389] will be created
+ random_pet.name[390] will be created
+ random_pet.name[391] will be created
+ random_pet.name[392] will be created
+ random_pet.name[393] will be created
+ random_pet.name[394] will be created
+ random_pet.name[395] will be created
+ random_pet.name[396] will be created
+ random_pet.name[397] will be created
+ random_pet.name[398] will be created
+ random_pet.name[399] will be created
+ random_pet.name[400] will be created
+ random_pet.name[401] will be created
+ random_pet.name[402] will be created
+ random_pet.name[403] will be created
+ random_pet.name[404] will be created
+ random_pet.name[405] will be created
+ random_pet.name[406] will be created
+ random_pet.name[407] will be created
+ random_pet.name[408] will be created
+ random_pet.name[409] will be created
+ random_pet.name[410] will be created
+ random_pet.name[411] will be created
+ random_pet.name[412] will be created
+ random_pet.name[413] will be created
+ random_pet.name[414] will be created
+ random_pet.name[415] will be created
+ random_pet.name[416] will be created
+ random_pet.name[417] will be created
+ random_pet.name[418] will be created
+ random_pet.name[419] will be created
+ random_pet.name[420] will be created
+ random_pet.name[421] will be created
+ random_pet.name[422] will be created
+ random_pet.name[423] will be created
+ random_pet.name[424] will be created
+ random_pet.name[425] will be created
+ random_pet.name[426] will be created
+ random_pet.name[427] will be created
+ random_pet.name[428] will be created
+ random_pet.name[429] will be created
+ random_pet.name[430] will be created
+ random_pet.name[431] will be created
+ random_pet.name[432] will be created
+ random_pet.name[433] will be created
+ random_pet.name[434] will be created
+ random_pet.name[435] will be created
+ random_pet.name[436] will be created
+ random_pet.name[437] will be created
+ random_pet.name[438] will be created
+ random_pet.name[439] will be created
+ random_pet.name[440] will be created
+ random_pet.name[441] will be created
+ random_pet.name[442] will be created
+ random_pet.name[443] will be created
+ random_pet.name[444] will be created
+ random_pet.name[445] will be created
+ random_pet.name[446] will be created
+ random_pet.name[447] will be created
+ random_pet.name[448] will be created
+ random_pet.name[449] will be created
+ random_pet.name[450] will be created
+ random_pet.name[451] will be created
+ random_pet.name[452] will be created
+ random_pet.name[453] will be created
+ random_pet.name[454] will be created
+ random_pet.name[455] will be created
+ random_pet.name[456] will be created
+ random_pet.name[457] will be created
+ random_pet.name[458] will be created
+ random_pet.name[459] will be created
+ random_pet.name[460] will be created
+ random_pet.name[461] will be created
+ random_pet.name[462] will be created
+ random_pet.name[463] will be created
+ random_pet.name[464] will be created
+ random_pet.name[465] will be created
+ random_pet.name[466] will be created
+ random_pet.name[467] will be created
+ random_pet.name[468] will be created
+ random_pet.name[469] will be created
+ random_pet.name[470] will be created
+ random_pet.name[471] will be created
+ random_pet.name[472] will be created
+ random_pet.name[473] will be created
+ random_pet.name[474] will be created
+ random_pet.name[475] will be created
+ random_pet.name[476] will be created
+ random_pet.name[477] will be created
+ random_pet.name[478] will be created
+ random_pet.name[479] will be created
+ random_pet.name[480] will be created
+ random_pet.name[481] will be created
+ random_pet.name[482] will be created
+ random_pet.name[483] will be created
+ random_pet.name[484] will be created
+ random_pet.name[485] will be created
+ random_pet.name[486] will be created
+ random_pet.name[487] will be created
+ random_pet.name[488] will be created
+ random_pet.name[489] will be created
+ random_pet.name[490] will be created
+ random_pet.name[491] will be created
+ random_pet.name[492] will be created
+ random_pet.name[493] will be created
+ random_pet.name[494] will be created
+ random_pet.name[495] will be created
+ random_pet.name[496] will be created
+ random_pet.name[497] will be created
+ random_pet.name[498] will be created
+ random_pet.name[499] will be created
+ random_pet.name[500] will be created
+ random_pet.name[501] will be created
+ random_pet.name[502] will be created
+ random_pet.name[503] will be created
+ random_pet.name[504] will be created
+ random_pet.name[505] will be created
+ random_pet.name[506] will be created
+ random_pet.name[507] will be created
+ random_pet.name[508] will be created
+ random_pet.name[509] will be created
+ random_pet.name[510] will be created
+ random_pet.name[511] will be created
+ random_pet.name[512] will be created
+ random_pet.name[513] will be created
+ random_pet.name[514] will be created
+ random_pet.name[515] will be created
+ random_pet.name[516] will be created
+ random_pet.name[517] will be created
+ random_pet.name[518] will be created
+ random_pet.name[519] will be created
+ random_pet.name[520] will be created
+ random_pet.name[521] will be created
+ random_pet.name[522] will be created
+ random_pet.name[523] will be created
+ random_pet.name[524] will be created
+ random_pet.name[525] will be created
+ random_pet.name[526] will be created
+ random_pet.name[527] will be created
+ random_pet.name[528] will be created
+ random_pet.name[529] will be created
+ random_pet.name[530] will be created
+ random_pet.name[531] will be created
+ random_pet.name[532] will be created
+ random_pet.name[533] will be created
+ random_pet.name[534] will be created
+ random_pet.name[535] will be created
+ random_pet.name[536] will be created
+ random_pet.name[537] will be created
+ random_pet.name[538] will be created
+ random_pet.name[539] will be created
+ random_pet.name[540] will be created
+ random_pet.name[541] will be created
+ random_pet.name[542] will be created
+ random_pet.name[543] will be created
+ random_pet.name[544] will be created
+ random_pet.name[545] will be created
+ random_pet.name[546] will be created
+ random_pet.name[547] will be created
+ random_pet.name[548] will be created
+ random_pet.name[549] will be created
+ random_pet.name[550] will be created
+ random_pet.name[551] will be created
+ random_pet.name[552] will be created
+ random_pet.name[553] will be created
+ random_pet.name[554] will be created
+ random_pet.name[555] will be created
+ random_pet.name[556] will be created
+ random_pet.name[557] will be created
+ random_pet.name[558] will be created
+ random_pet.name[559] will be created
+ random_pet.name[560] will be created
+ random_pet.name[561] will be created
+ random_pet.name[562] will be created
+ random_pet.name[563] will be created
+ random_pet.name[564] will be created
+ random_pet.name[565] will be created
+ random_pet.name[566] will be created
+ random_pet.name[567] will be created
+ random_pet.name[568] will be created
+ random_pet.name[569] will be created
+ random_pet.name[570] will be created
+ random_pet.name[571] will be created
+ random_pet.name[572] will be created
+ random_pet.name[573] will be created
+ random_pet.name[574] will be created
+ random_pet.name[575] will be created
+ random_pet.name[576] will be created
+ random_pet.name[577] will be created
+ random_pet.name[578] will be created
+ random_pet.name[579] will be created
+ random_pet.name[580] will be created
+ random_pet.name[581] will be created
+ random_pet.name[582] will be created
+ random_pet.name[583] will be created
+ random_pet.name[584] will be created
+ random_pet.name[585] will be created
+ random_pet.name[586] will be created
+ random_pet.name[587] will be created
+ random_pet.name[588] will be created
+ random_pet.name[589] will be created
+ random_pet.name[590] will be created
+ random_pet.name[591] will be created
+ random_pet.name[592] will be created
+ random_pet.name[593] will be created
+ random_pet.name[594] will be created
+ random_pet.name[595] will be created
+ random_pet.name[596] will be created
+ random_pet.name[597] will be created
+ random_pet.name[598] will be created
+ random_pet.name[599] will be created
+ random_pet.name[600] will be created
+ random_pet.name[601] will be created
+ random_pet.name[602] will be created
+ random_pet.name[603] will be created
+ random_pet.name[604] will be created
+ random_pet.name[605] will be created
+ random_pet.name[606] will be created
+ random_pet.name[607] will be created
+ random_pet.name[608] will be created
+ random_pet.name[609] will be created
+ random_pet.name[610] will be created
+ random_pet.name[611] will be created
+ random_pet.name[612] will be created
+ random_pet.name[613] will be created
+ random_pet.name[614] will be created
+ random_pet.name[615] will be created
+ random_pet.name[616] will be created
+ random_pet.name[617] will be created
+ random
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
By rdhar at 2025-02-26T15:13:18Z (view log).
random_pet.name[7239]: Creating...
random_pet.name[529]: Creating...
random_pet.name[5780]: Creating...
random_pet.name[8450]: Creating...
random_pet.name[372]: Creating...
random_pet.name[9128]: Creating...
random_pet.name[4608]: Creating...
random_pet.name[1823]: Creating...
random_pet.name[8251]: Creating...
random_pet.name[4940]: Creating...
random_pet.name[8450]: Creation complete after 0s [id=nearby-mudfish]
random_pet.name[4608]: Creation complete after 0s [id=arriving-buck]
random_pet.name[8251]: Creation complete after 0s [id=picked-piglet]
random_pet.name[9128]: Creation complete after 0s [id=logical-egret]
random_pet.name[5780]: Creation complete after 0s [id=blessed-osprey]
random_pet.name[372]: Creation complete after 0s [id=definite-pika]
random_pet.name[1767]: Creating...
random_pet.name[4940]: Creation complete after 0s [id=upright-bluejay]
random_pet.name[7239]: Creation complete after 0s [id=holy-chipmunk]
random_pet.name[529]: Creation complete after 0s [id=thorough-swift]
random_pet.name[1823]: Creation complete after 0s [id=close-pika]
random_pet.name[1767]: Creation complete after 0s [id=delicate-basilisk]
random_pet.name[1692]: Creating...
random_pet.name[2619]: Creating...
random_pet.name[2743]: Creating...
random_pet.name[6349]: Creating...
random_pet.name[7390]: Creating...
random_pet.name[1692]: Creation complete after 0s [id=tight-haddock]
random_pet.name[2619]: Creation complete after 0s [id=wondrous-gar]
random_pet.name[9793]: Creating...
random_pet.name[7390]: Creation complete after 0s [id=striking-polliwog]
random_pet.name[2555]: Creating...
random_pet.name[2743]: Creation complete after 0s [id=subtle-cat]
random_pet.name[6349]: Creation complete after 0s [id=giving-crayfish]
random_pet.name[9793]: Creation complete after 0s [id=enjoyed-emu]
random_pet.name[4275]: Creating...
random_pet.name[4423]: Creating...
random_pet.name[6272]: Creating...
random_pet.name[4275]: Creation complete after 0s [id=arriving-tadpole]
random_pet.name[2555]: Creation complete after 0s [id=heroic-skylark]
random_pet.name[6272]: Creation complete after 0s [id=accepted-weevil]
random_pet.name[1227]: Creating...
random_pet.name[5804]: Creating...
random_pet.name[4423]: Creation complete after 0s [id=vocal-goose]
random_pet.name[1683]: Creating...
random_pet.name[1227]: Creation complete after 0s [id=grand-salmon]
random_pet.name[3797]: Creating...
random_pet.name[5924]: Creating...
random_pet.name[9241]: Creating...
random_pet.name[7103]: Creating...
random_pet.name[9241]: Creation complete after 0s [id=polished-turtle]
random_pet.name[3797]: Creation complete after 0s [id=pleased-elk]
random_pet.name[7103]: Creation complete after 0s [id=cute-ape]
random_pet.name[945]: Creating...
random_pet.name[1974]: Creating...
random_pet.name[5804]: Creation complete after 0s [id=holy-feline]
random_pet.name[8468]: Creating...
random_pet.name[1683]: Creation complete after 0s [id=bursting-anemone]
random_pet.name[5924]: Creation complete after 0s [id=honest-fawn]
random_pet.name[9112]: Creating...
random_pet.name[6949]: Creating...
random_pet.name[945]: Creation complete after 0s [id=great-ghoul]
random_pet.name[8468]: Creation complete after 0s [id=rich-pegasus]
random_pet.name[1974]: Creation complete after 0s [id=usable-guppy]
random_pet.name[6949]: Creation complete after 0s [id=loving-titmouse]
random_pet.name[4567]: Creating...
random_pet.name[5989]: Creating...
random_pet.name[6353]: Creating...
random_pet.name[4820]: Creating...
random_pet.name[9112]: Creation complete after 0s [id=warm-wren]
random_pet.name[5345]: Creating...
random_pet.name[6507]: Creating...
random_pet.name[3497]: Creating...
random_pet.name[5989]: Creation complete after 0s [id=topical-mammal]
random_pet.name[4567]: Creation complete after 0s [id=ace-crayfish]
random_pet.name[8892]: Creating...
random_pet.name[6353]: Creation complete after 0s [id=next-kangaroo]
random_pet.name[7452]: Creating...
random_pet.name[6507]: Creation complete after 0s [id=upright-hawk]
random_pet.name[4820]: Creation complete after 0s [id=normal-goshawk]
random_pet.name[5345]: Creation complete after 0s [id=innocent-beagle]
random_pet.name[6644]: Creating...
random_pet.name[7452]: Creation complete after 0s [id=learning-mole]
random_pet.name[8892]: Creation complete after 0s [id=able-tahr]
random_pet.name[3497]: Creation complete after 0s [id=fancy-locust]
random_pet.name[5182]: Creating...
random_pet.name[5959]: Creating...
random_pet.name[6644]: Creation complete after 0s [id=brief-thrush]
random_pet.name[2168]: Creating...
random_pet.name[5182]: Creation complete after 0s [id=suitable-woodcock]
random_pet.name[3462]: Creating...
random_pet.name[5959]: Creation complete after 0s [id=integral-cow]
random_pet.name[2168]: Creation complete after 0s [id=absolute-buck]
random_pet.name[4794]: Creating...
random_pet.name[3782]: Creating...
random_pet.name[1256]: Creating...
random_pet.name[9083]: Creating...
random_pet.name[2750]: Creating...
random_pet.name[9613]: Creating...
random_pet.name[4794]: Creation complete after 0s [id=welcome-ghoul]
random_pet.name[9613]: Creation complete after 0s [id=warm-grizzly]
random_pet.name[3908]: Creating...
random_pet.name[1256]: Creation complete after 0s [id=useful-kiwi]
random_pet.name[5879]: Creating...
random_pet.name[7872]: Creating...
random_pet.name[3462]: Creation complete after 0s [id=absolute-grubworm]
random_pet.name[3782]: Creation complete after 0s [id=picked-ape]
random_pet.name[9083]: Creation complete after 0s [id=renewed-crayfish]
random_pet.name[2750]: Creation complete after 0s [id=uncommon-stingray]
random_pet.name[7872]: Creation complete after 0s [id=oriented-lioness]
random_pet.name[640]: Creating...
random_pet.name[3908]: Creation complete after 0s [id=actual-cricket]
random_pet.name[5879]: Creation complete after 0s [id=touched-aardvark]
random_pet.name[640]: Creation complete after 0s [id=live-rattler]
random_pet.name[6025]: Creating...
random_pet.name[3585]: Creating...
random_pet.name[8663]: Creating...
random_pet.name[1780]: Creating...
random_pet.name[2068]: Creating...
random_pet.name[8663]: Creation complete after 0s [id=poetic-eel]
random_pet.name[3585]: Creation complete after 0s [id=sharing-boar]
random_pet.name[6748]: Creating...
random_pet.name[1780]: Creation complete after 0s [id=informed-pig]
random_pet.name[5493]: Creating...
random_pet.name[6025]: Creation complete after 0s [id=valued-slug]
random_pet.name[3696]: Creating...
random_pet.name[6748]: Creation complete after 0s [id=bright-gopher]
random_pet.name[7612]: Creating...
random_pet.name[7953]: Creating...
random_pet.name[5493]: Creation complete after 0s [id=one-hedgehog]
random_pet.name[5537]: Creating...
random_pet.name[2068]: Creation complete after 0s [id=measured-muskox]
random_pet.name[4074]: Creating...
random_pet.name[3696]: Creation complete after 0s [id=proper-stallion]
random_pet.name[3578]: Creating...
random_pet.name[7612]: Creation complete after 0s [id=sound-hagfish]
random_pet.name[6815]: Creating...
random_pet.name[2800]: Creating...
random_pet.name[4859]: Creating...
random_pet.name[7953]: Creation complete after 0s [id=touched-terrier]
random_pet.name[2800]: Creation complete after 0s [id=liked-mouse]
random_pet.name[4074]: Creation complete after 0s [id=moved-baboon]
random_pet.name[3578]: Creation complete after 0s [id=lenient-monkey]
random_pet.name[6815]: Creation complete after 0s [id=helpful-goose]
random_pet.name[5537]: Creation complete after 0s [id=smashing-killdeer]
random_pet.name[4859]: Creation complete after 0s [id=polished-wahoo]
random_pet.name[796]: Creating...
random_pet.name[2542]: Creating...
random_pet.name[9279]: Creating...
random_pet.name[1248]: Creating...
random_pet.name[7565]: Creating...
random_pet.name[796]: Creation complete after 0s [id=assured-jay]
random_pet.name[9279]: Creation complete after 0s [id=sure-moose]
random_pet.name[4874]: Creating...
random_pet.name[3337]: Creating...
random_pet.name[1248]: Creation complete after 0s [id=relieved-drake]
random_pet.name[7565]: Creation complete after 0s [id=working-tomcat]
random_pet.name[594]: Creating...
random_pet.name[4485]: Creating...
random_pet.name[2542]: Creation complete after 0s [id=fleet-dane]
random_pet.name[4485]: Creation complete after 0s [id=unified-shrew]
random_pet.name[2348]: Creating...
random_pet.name[3337]: Creation complete after 0s [id=first-moray]
random_pet.name[3896]: Creating...
random_pet.name[682]: Creating...
random_pet.name[4874]: Creation complete after 0s [id=electric-kiwi]
random_pet.name[594]: Creation complete after 0s [id=active-tahr]
random_pet.name[1583]: Creating...
random_pet.name[4094]: Creating...
random_pet.name[2348]: Creation complete after 0s [id=prime-dodo]
random_pet.name[682]: Creation complete after 0s [id=proven-buck]
random_pet.name[1583]: Creation complete after 0s [id=new-bluegill]
random_pet.name[4094]: Creation complete after 0s [id=inviting-kiwi]
random_pet.name[3896]: Creation complete after 0s [id=charmed-oriole]
random_pet.name[1271]: Creating...
random_pet.name[6237]: Creating...
random_pet.name[8051]: Creating...
random_pet.name[800]: Creating...
random_pet.name[2795]: Creating...
random_pet.name[4840]: Creating...
random_pet.name[6237]: Creation complete after 0s [id=helped-aphid]
random_pet.name[8620]: Creating...
random_pet.name[4840]: Creation complete after 0s [id=deep-lamprey]
random_pet.name[2795]: Creation complete after 0s [id=meet-bird]
random_pet.name[8051]: Creation complete after 0s [id=optimum-molly]
random_pet.name[3380]: Creating...
random_pet.name[800]: Creation complete after 0s [id=cosmic-pup]
random_pet.name[4099]: Creating...
random_pet.name[817]: Creating...
random_pet.name[9046]: Creating...
random_pet.name[8620]: Creation complete after 0s [id=sharing-ferret]
random_pet.name[1271]: Creation complete after 0s [id=unique-baboon]
random_pet.name[3380]: Creation complete after 0s [id=wondrous-iguana]
random_pet.name[817]: Creation complete after 0s [id=humble-lemming]
random_pet.name[1574]: Creating...
random_pet.name[9004]: Creating...
random_pet.name[9046]: Creation complete after 0s [id=whole-teal]
random_pet.name[5577]: Creating...
random_pet.name[4099]: Creation complete after 0s [id=amusing-earwig]
random_pet.name[5577]: Creation complete after 0s [id=live-sunbird]
random_pet.name[9004]: Creation complete after 0s [id=casual-redfish]
random_pet.name[3450]: Creating...
random_pet.name[2546]: Creating...
random_pet.name[9811]: Creating...
random_pet.name[6600]: Creating...
random_pet.name[1574]: Creation complete after 0s [id=popular-aardvark]
random_pet.name[9811]: Creation complete after 0s [id=clean-sole]
random_pet.name[6296]: Creating...
random_pet.name[5242]: Creating...
random_pet.name[5300]: Creating...
random_pet.name[6600]: Creation complete after 0s [id=flying-pig]
random_pet.name[4193]: Creating...
random_pet.name[3450]: Creation complete after 0s [id=precise-treefrog]
random_pet.name[2546]: Creation complete after 0s [id=driving-buck]
random_pet.name[4212]: Creating...
random_pet.name[5242]: Creation complete after 0s [id=internal-monster]
random_pet.name[4193]: Creation complete after 0s [id=cool-drum]
random_pet.name[5629]: Creating...
random_pet.name[4212]: Creation complete after 0s [id=cunning-yeti]
random_pet.name[5300]: Creation complete after 0s [id=grateful-narwhal]
random_pet.name[266]: Creating...
random_pet.name[6296]: Creation complete after 0s [id=honest-lacewing]
random_pet.name[9990]: Creating...
random_pet.name[5629]: Creation complete after 0s [id=just-goose]
random_pet.name[7712]: Creating...
random_pet.name[281]: Creating...
random_pet.name[8662]: Creating...
random_pet.name[8662]: Creation complete after 0s [id=deciding-gopher]
random_pet.name[9670]: Creating...
random_pet.name[266]: Creation complete after 0s [id=precious-llama]
random_pet.name[9670]: Creation complete after 0s [id=concrete-sunbeam]
random_pet.name[7712]: Creation complete after 0s [id=eminent-crab]
random_pet.name[281]: Creation complete after 0s [id=inviting-fly]
random_pet.name[9990]: Creation complete after 0s [id=ready-trout]
random_pet.name[3473]: Creating...
random_pet.name[8812]: Creating...
random_pet.name[1099]: Creating...
random_pet.name[4237]: Creating...
random_pet.name[1489]: Creating...
random_pet.name[1099]: Creation complete after 0s [id=helped-shrimp]
random_pet.name[8812]: Creation complete after 0s [id=upright-foxhound]
random_pet.name[3473]: Creation complete after 0s [id=dominant-imp]
random_pet.name[4237]: Creation complete after 0s [id=healthy-mosquito]
random_pet.name[1489]: Creation complete after 0s [id=light-herring]
random_pet.name[552]: Creating...
random_pet.name[552]: Creation complete after 0s [id=superb-hog]
random_pet.name[2097]: Creating...
random_pet.name[7693]: Creating...
random_pet.name[9673]: Creating...
random_pet.name[2847]: Creating...
random_pet.name[2583]: Creating...
random_pet.name[4431]: Creating...
random_pet.name[403]: Creating...
random_pet.name[319]: Creating...
random_pet.name[2097]: Creation complete after 0s [id=rich-skunk]
random_pet.name[6408]: Creating...
random_pet.name[9479]: Creating...
random_pet.name[2847]: Creation complete after 0s [id=free-honeybee]
random_pet.name[7693]: Creation complete after 0s [id=holy-lamprey]
random_pet.name[9673]: Creation complete after 0s [id=crucial-shad]
random_pet.name[2583]: Creation complete after 0s [id=balanced-man]
random_pet.name[4431]: Creation complete after 0s [id=rare-ape]
random_pet.name[319]: Creation complete after 0s [id=united-mallard]
random_pet.name[6408]: Creation complete after 0s [id=desired-goat]
random_pet.name[403]: Creation complete after 0s [id=equipped-oarfish]
random_pet.name[3465]: Creating...
random_pet.name[4014]: Creating...
random_pet.name[9479]: Creation complete after 0s [id=faithful-barnacle]
random_pet.name[977]: Creating...
random_pet.name[4014]: Creation complete after 0s [id=fit-viper]
random_pet.name[2130]: Creating...
random_pet.name[3465]: Creation complete after 0s [id=evolved-shrimp]
random_pet.name[7247]: Creating...
random_pet.name[8590]: Creating...
random_pet.name[2130]: Creation complete after 0s [id=helped-tick]
random_pet.name[5770]: Creating...
random_pet.name[977]: Creation complete after 0s [id=included-puma]
random_pet.name[5821]: Creating...
random_pet.name[8136]: Creating...
random_pet.name[7247]: Creation complete after 0s [id=pro-dolphin]
random_pet.name[3146]: Creating...
random_pet.name[8136]: Creation complete after 0s [id=romantic-lemur]
random_pet.name[9596]: Creating...
random_pet.name[8590]: Creation complete after 0s [id=harmless-killdeer]
random_pet.name[9764]: Creating...
random_pet.name[3993]: Creating...
random_pet.name[5821]: Creation complete after 0s [id=merry-dogfish]
random_pet.name[4402]: Creating...
random_pet.name[3146]: Creation complete after 0s [id=novel-jennet]
random_pet.name[5770]: Creation complete after 0s [id=robust-lark]
random_pet.name[4304]: Creating...
random_pet.name[9764]: Creation complete after 0s [id=huge-terrier]
random_pet.name[9596]: Creation complete after 0s [id=super-kit]
random_pet.name[8072]: Creating...
random_pet.name[4402]: Creation complete after 0s [id=neat-catfish]
random_pet.name[3993]: Creation complete after 0s [id=obliging-monkey]
random_pet.name[4304]: Creation complete after 0s [id=equal-macaw]
random_pet.name[9142]: Creating...
random_pet.name[6076]: Creating...
random_pet.name[8072]: Creation complete after 0s [id=wanted-kid]
random_pet.name[6076]: Creation complete after 0s [id=humble-urchin]
random_pet.name[1826]: Creating...
random_pet.name[4005]: Creating...
random_pet.name[2769]: Creating...
random_pet.name[4599]: Creating...
random_pet.name[1826]: Creation complete after 0s [id=resolved-insect]
random_pet.name[6609]: Creating...
random_pet.name[353]: Creating...
random_pet.name[9142]: Creation complete after 0s [id=fleet-bluebird]
random_pet.name[5805]: Creating...
random_pet.name[7892]: Creating...
random_pet.name[2769]: Creation complete after 0s [id=special-monarch]
random_pet.name[353]: Creation complete after 0s [id=chief-tomcat]
random_pet.name[4599]: Creation complete after 0s [id=informed-dove]
random_pet.name[4005]: Creation complete after 0s [id=summary-monkey]
random_pet.name[6609]: Creation complete after 0s [id=fit-ferret]
random_pet.name[5805]: Creation complete after 0s [id=valued-tapir]
random_pet.name[7799]: Creating...
random_pet.name[7892]: Creation complete after 0s [id=moving-leech]
random_pet.name[3300]: Creating...
random_pet.name[8540]: Creating...
random_pet.name[7799]: Creation complete after 0s [id=cunning-bobcat]
random_pet.name[5519]: Creating...
random_pet.name[3300]: Creation complete after 0s [id=superb-halibut]
random_pet.name[4347]: Creating...
random_pet.name[1303]: Creating...
random_pet.name[6700]: Creating...
random_pet.name[720]: Creating...
random_pet.name[8540]: Creation complete after 0s [id=driven-killdeer]
random_pet.name[5519]: Creation complete after 0s [id=careful-stork]
random_pet.name[5760]: Creating...
random_pet.name[4347]: Creation complete after 0s [id=certain-yeti]
random_pet.name[1303]: Creation complete after 0s [id=immortal-goldfish]
random_pet.name[720]: Creation complete after 0s [id=clever-teal]
random_pet.name[6700]: Creation complete after 0s [id=adequate-sponge]
random_pet.name[5760]: Creation complete after 0s [id=upward-cobra]
random_pet.name[8000]: Creating...
random_pet.name[4287]: Creating...
random_pet.name[7445]: Creating...
random_pet.name[8000]: Creation complete after 0s [id=champion-eagle]
random_pet.name[2135]: Creating...
random_pet.name[5261]: Creating...
random_pet.name[3476]: Creating...
random_pet.name[4537]: Creating...
random_pet.name[4537]: Creation complete after 0s [id=premium-snake]
random_pet.name[4287]: Creation complete after 0s [id=composed-glider]
random_pet.name[5261]: Creation complete after 0s [id=patient-sunfish]
random_pet.name[6462]: Creating...
random_pet.name[9930]: Creating...
random_pet.name[7445]: Creation complete after 0s [id=right-seahorse]
random_pet.name[3476]: Creation complete after 0s [id=right-coral]
random_pet.name[2135]: Creation complete after 0s [id=infinite-shepherd]
random_pet.name[3898]: Creating...
random_pet.name[627]: Creating...
random_pet.name[6462]: Creation complete after 0s [id=teaching-wahoo]
random_pet.name[6045]: Creating...
random_pet.name[1052]: Creating...
random_pet.name[6267]: Creating...
random_pet.name[7526]: Creating...
random_pet.name[6871]: Creating...
random_pet.name[6671]: Creating...
random_pet.name[9930]: Creation complete after 0s [id=winning-shark]
random_pet.name[3898]: Creation complete after 0s [id=simple-antelope]
random_pet.name[7539]: Creating...
random_pet.name[627]: Creation complete after 0s [id=calm-monster]
random_pet.name[1052]: Creation complete after 0s [id=noted-owl]
random_pet.name[6671]: Creation complete after 0s [id=relieved-tahr]
random_pet.name[6267]: Creation complete after 0s [id=poetic-gorilla]
random_pet.name[7539]: Creation complete after 0s [id=causal-moray]
random_pet.name[6871]: Creation complete after 0s [id=clean-hare]
random_pet.name[9875]: Creating...
random_pet.name[7526]: Creation complete after 0s [id=free-gecko]
random_pet.name[3789]: Creating...
random_pet.name[9875]: Creation complete after 0s [id=neutral-starling]
random_pet.name[6045]: Creation complete after 0s [id=grown-cub]
random_pet.name[9776]: Creating...
random_pet.name[3789]: Creation complete after 0s [id=set-molly]
random_pet.name[903]: Creating...
random_pet.name[9709]: Creating...
random_pet.name[3574]: Creating...
random_pet.name[280]: Creating...
random_pet.name[742]: Creating...
random_pet.name[9776]: Creation complete after 0s [id=brief-gar]
random_pet.name[608]: Creating...
random_pet.name[2035]: Creating...
random_pet.name[8897]: Creating...
random_pet.name[2192]: Creating...
random_pet.name[742]: Creation complete after 0s [id=hopeful-quail]
random_pet.name[608]: Creation complete after 0s [id=golden-malamute]
random_pet.name[903]: Creation complete after 0s [id=proud-cardinal]
random_pet.name[3574]: Creation complete after 0s [id=boss-python]
random_pet.name[280]: Creation complete after 0s [id=talented-egret]
random_pet.name[9709]: Creation complete after 0s [id=becoming-albacore]
random_pet.name[9474]: Creating...
random_pet.name[2035]: Creation complete after 0s [id=precious-owl]
random_pet.name[8897]: Creation complete after 0s [id=modest-rat]
random_pet.name[2192]: Creation complete after 0s [id=selected-fox]
random_pet.name[9495]: Creating...
random_pet.name[5635]: Creating...
random_pet.name[4584]: Creating...
random_pet.name[2953]: Creating...
random_pet.name[9474]: Creation complete after 0s [id=rational-monkey]
random_pet.name[5635]: Creation complete after 0s [id=better-tuna]
random_pet.name[3726]: Creating...
random_pet.name[1442]: Creating...
random_pet.name[9495]: Creation complete after 0s [id=liberal-halibut]
random_pet.name[4160]: Creating...
random_pet.name[2184]: Creating...
random_pet.name[3322]: Creating...
random_pet.name[4584]: Creation complete after 0s [id=hopeful-mayfly]
random_pet.name[2953]: Creation complete after 0s [id=fond-ringtail]
random_pet.name[4160]: Creation complete after 0s [id=charmed-killdeer]
random_pet.name[1442]: Creation complete after 0s [id=distinct-gibbon]
random_pet.name[2184]: Creation complete after 0s [id=unbiased-ghost]
random_pet.name[3322]: Creation complete after 0s [id=distinct-perch]
random_pet.name[4644]: Creating...
random_pet.name[3726]: Creation complete after 0s [id=talented-lamb]
random_pet.name[1707]: Creating...
random_pet.name[4644]: Creation complete after 0s [id=hopeful-corgi]
random_pet.name[3948]: Creating...
random_pet.name[8824]: Creating...
random_pet.name[3948]: Creation complete after 0s [id=dear-anteater]
random_pet.name[7354]: Creating...
random_pet.name[1243]: Creating...
random_pet.name[1707]: Creation complete after 0s [id=hopeful-eagle]
random_pet.name[8711]: Creating...
random_pet.name[821]: Creating...
random_pet.name[7685]: Creating...
random_pet.name[879]: Creating...
random_pet.name[7354]: Creation complete after 0s [id=charmed-wasp]
random_pet.name[4621]: Creating...
random_pet.name[8824]: Creation complete after 0s [id=primary-wahoo]
random_pet.name[8711]: Creation complete after 0s [id=notable-titmouse]
random_pet.name[879]: Creation complete after 0s [id=assuring-redfish]
random_pet.name[4621]: Creation complete after 0s [id=special-calf]
random_pet.name[3755]: Creating...
random_pet.name[1243]: Creation complete after 0s [id=enormous-jaybird]
random_pet.name[7685]: Creation complete after 0s [id=expert-dodo]
random_pet.name[821]: Creation complete after 0s [id=live-mustang]
random_pet.name[7096]: Creating...
random_pet.name[6011]: Creating...
random_pet.name[3755]: Creation complete after 0s [id=brave-wildcat]
random_pet.name[6011]: Creation complete after 0s [id=growing-basilisk]
random_pet.name[8177]: Creating...
random_pet.name[8151]: Creating...
random_pet.name[2197]: Creating...
random_pet.name[5814]: Creating...
random_pet.name[73]: Creating...
random_pet.name[1563]: Creating...
random_pet.name[7096]: Creation complete after 0s [id=real-gopher]
random_pet.name[8177]: Creation complete after 0s [id=apparent-opossum]
random_pet.name[6485]: Creating...
random_pet.name[2197]: Creation complete after 0s [id=flowing-reindeer]
random_pet.name[1563]: Creation complete after 0s [id=close-moray]
random_pet.name[5496]: Creating...
random_pet.name[8151]: Creation complete after 0s [id=prime-firefly]
random_pet.name[2863]: Creating...
random_pet.name[5814]: Creation complete after 0s [id=ace-walrus]
random_pet.name[6485]: Creation complete after 0s [id=legal-bat]
random_pet.name[6481]: Creating...
random_pet.name[7463]: Creating...
random_pet.name[73]: Creation complete after 0s [id=whole-bass]
random_pet.name[1127]: Creating...
random_pet.name[7463]: Creation complete after 0s [id=ethical-octopus]
random_pet.name[2863]: Creation complete after 0s [id=liberal-pelican]
random_pet.name[7099]: Creating...
random_pet.name[1127]: Creation complete after 0s [id=national-mouse]
random_pet.name[1004]: Creating...
random_pet.name[6481]: Creation complete after 0s [id=supreme-moose]
random_pet.name[3356]: Creating...
random_pet.name[7099]: Creation complete after 0s [id=willing-fox]
random_pet.name[5496]: Creation complete after 0s [id=excited-finch]
random_pet.name[3037]: Creating...
random_pet.name[1004]: Creation complete after 0s [id=huge-drake]
random_pet.name[8605]: Creating...
random_pet.name[3356]: Creation complete after 0s [id=bold-cod]
random_pet.name[3037]: Creation complete after 0s [id=precious-javelin]
random_pet.name[9073]: Creating...
random_pet.name[5035]: Creating...
random_pet.name[891]: Creating...
random_pet.name[9073]: Creation complete after 0s [id=in-fowl]
random_pet.name[5183]: Creating...
random_pet.name[9111]: Creating...
random_pet.name[891]: Creation complete after 0s [id=pleasant-mudfish]
random_pet.name[4201]: Creating...
random_pet.name[9662]: Creating...
random_pet.name[5668]: Creating...
random_pet.name[3079]: Creating...
random_pet.name[5035]: Creation complete after 0s [id=possible-slug]
random_pet.name[8605]: Creation complete after 0s [id=steady-alien]
random_pet.name[5183]: Creation complete after 0s [id=supreme-oarfish]
random_pet.name[3079]: Creation complete after 0s [id=handy-goldfish]
random_pet.name[4201]: Creation complete after 0s [id=obliging-locust]
random_pet.name[8234]: Creating...
random_pet.name[2859]: Creating...
random_pet.name[4086]: Creating...
random_pet.name[9763]: Creating...
random_pet.name[5668]: Creation complete after 0s [id=popular-perch]
random_pet.name[9662]: Creation complete after 0s [id=sound-feline]
random_pet.name[9111]: Creation complete after 0s [id=solid-orca]
random_pet.name[7862]: Creating...
random_pet.name[465]: Creating...
random_pet.name[8234]: Creation complete after 0s [id=pleasing-monitor]
random_pet.name[4086]: Creation complete after 0s [id=bright-moose]
random_pet.name[2859]: Creation complete after 0s [id=new-sparrow]
random_pet.name[7862]: Creation complete after 0s [id=enormous-colt]
random_pet.name[9763]: Creation complete after 0s [id=flying-cow]
random_pet.name[465]: Creation complete after 0s [id=worthy-bee]
random_pet.name[8502]: Creating...
random_pet.name[8938]: Creating...
random_pet.name[7075]: Creating...
random_pet.name[338]: Creating...
random_pet.name[5647]: Creating...
random_pet.name[1938]: Creating...
random_pet.name[6913]: Creating...
random_pet.name[2046]: Creating...
random_pet.name[7075]: Creation complete after 0s [id=right-mouse]
random_pet.name[338]: Creation complete after 0s [id=profound-wren]
random_pet.name[8938]: Creation complete after 0s [id=peaceful-slug]
random_pet.name[8502]: Creation complete after 0s [id=suited-bluegill]
random_pet.name[2046]: Creation complete after 0s [id=flexible-bass]
random_pet.name[5647]: Creation complete after 0s [id=intense-hawk]
random_pet.name[1938]: Creation complete after 0s [id=easy-mongrel]
random_pet.name[6551]: Creating...
random_pet.name[6913]: Creation complete after 0s [id=star-tadpole]
random_pet.name[6551]: Creation complete after 0s [id=fit-bass]
random_pet.name[4920]: Creating...
random_pet.name[5173]: Creating...
random_pet.name[1330]: Creating...
random_pet.name[1025]: Creating...
random_pet.name[5415]: Creating...
random_pet.name[1330]: Creation complete after 0s [id=correct-rodent]
random_pet.name[4114]: Creating...
random_pet.name[9276]: Creating...
random_pet.name[5173]: Creation complete after 0s [id=meet-cub]
random_pet.name[9453]: Creating...
random_pet.name[1025]: Creation complete after 0s [id=valid-tiger]
random_pet.name[444]: Creating...
random_pet.name[5192]: Creating...
random_pet.name[4920]: Creation complete after 0s [id=elegant-trout]
random_pet.name[9276]: Creation complete after 0s [id=pet-skink]
random_pet.name[5415]: Creation complete after 0s [id=loved-gar]
random_pet.name[7198]: Creating...
random_pet.name[4114]: Creation complete after 0s [id=merry-lemming]
random_pet.name[7198]: Creation complete after 0s [id=cunning-mollusk]
random_pet.name[444]: Creation complete after 0s [id=mutual-grubworm]
random_pet.name[5192]: Creation complete after 0s [id=communal-stork]
random_pet.name[9453]: Creation complete after 0s [id=fluent-moose]
random_pet.name[8814]: Creating...
random_pet.name[5544]: Creating...
random_pet.name[2386]: Creating...
random_pet.name[3067]: Creating...
random_pet.name[8146]: Creating...
random_pet.name[5562]: Creating...
random_pet.name[5121]: Creating...
random_pet.name[5544]: Creation complete after 0s [id=complete-unicorn]
random_pet.name[8814]: Creation complete after 0s [id=bursting-gull]
random_pet.name[4181]: Creating...
random_pet.name[2386]: Creation complete after 0s [id=harmless-pig]
random_pet.name[3067]: Creation complete after 0s [id=teaching-crayfish]
random_pet.name[5121]: Creation complete after 0s [id=helped-oarfish]
random_pet.name[5562]: Creation complete after 0s [id=stunning-newt]
random_pet.name[9480]: Creating...
random_pet.name[5315]: Creating...
random_pet.name[8146]: Creation complete after 0s [id=musical-falcon]
random_pet.name[6898]: Creating...
random_pet.name[4181]: Creation complete after 0s [id=crisp-shiner]
random_pet.name[6650]: Creating...
random_pet.name[5855]: Creating...
random_pet.name[3471]: Creating...
random_pet.name[9480]: Creation complete after 0s [id=stable-terrier]
random_pet.name[6898]: Creation complete after 0s [id=stable-bug]
random_pet.name[5855]: Creation complete after 0s [id=helpful-reindeer]
random_pet.name[5315]: Creation complete after 0s [id=liberal-crab]
random_pet.name[4295]: Creating...
random_pet.name[6650]: Creation complete after 0s [id=talented-dory]
random_pet.name[7572]: Creating...
random_pet.name[7648]: Creating...
random_pet.name[4295]: Creation complete after 0s [id=liked-maggot]
random_pet.name[5509]: Creating...
random_pet.name[3471]: Creation complete after 0s [id=casual-swift]
random_pet.name[5578]: Creating...
random_pet.name[3514]: Creating...
random_pet.name[5578]: Creation complete after 0s [id=precious-mullet]
random_pet.name[3608]: Creating...
random_pet.name[3321]: Creating...
random_pet.name[7572]: Creation complete after 0s [id=lasting-clam]
random_pet.name[7648]: Creation complete after 0s [id=relieved-spider]
random_pet.name[3608]: Creation complete after 0s [id=delicate-dingo]
random_pet.name[2476]: Creating...
random_pet.name[6891]: Creating...
random_pet.name[4396]: Creating...
random_pet.name[3321]: Creation complete after 0s [id=crisp-hen]
random_pet.name[3514]: Creation complete after 0s [id=present-dingo]
random_pet.name[5509]: Creation complete after 0s [id=striking-flounder]
random_pet.name[6891]: Creation complete after 0s [id=deciding-jaybird]
random_pet.name[7044]: Creating...
random_pet.name[4476]: Creating...
random_pet.name[2476]: Creation complete after 1s [id=apt-krill]
random_pet.name[7044]: Creation complete after 1s [id=helping-husky]
random_pet.name[4461]: Creating...
random_pet.name[754]: Creating...
random_pet.name[4396]: Creation complete after 1s [id=living-dolphin]
random_pet.name[5241]: Creating...
random_pet.name[4461]: Creation complete after 0s [id=glowing-goldfish]
random_pet.name[5241]: Creation complete after 0s [id=fond-penguin]
random_pet.name[9273]: Creating...
random_pet.name[4476]: Creation complete after 1s [id=wanted-ape]
random_pet.name[754]: Creation complete after 0s [id=easy-koala]
random_pet.name[9751]: Creating...
random_pet.name[5027]: Creating...
random_pet.name[9751]: Creation complete after 0s [id=careful-mutt]
random_pet.name[4154]: Creating...
random_pet.name[6809]: Creating...
random_pet.name[5027]: Creation complete after 0s [id=wanted-corgi]
random_pet.name[410]: Creating...
random_pet.name[7432]: Creating...
random_pet.name[9273]: Creation complete after 0s [id=sunny-phoenix]
random_pet.name[8742]: Creating...
random_pet.name[4154]: Creation complete after 0s [id=divine-collie]
random_pet.name[7807]: Creating...
random_pet.name[3269]: Creating...
random_pet.name[4373]: Creating...
random_pet.name[8742]: Creation complete after 0s [id=notable-redfish]
random_pet.name[6809]: Creation complete after 0s [id=immortal-weasel]
random_pet.name[929]: Creating...
random_pet.name[3269]: Creation complete after 0s [id=fancy-marlin]
random_pet.name[410]: Creation complete after 0s [id=free-kodiak]
random_pet.name[9708]: Creating...
random_pet.name[7807]: Creation complete after 0s [id=fluent-slug]
random_pet.name[1746]: Creating...
random_pet.name[9708]: Creation complete after 0s [id=living-scorpion]
random_pet.name[929]: Creation complete after 0s [id=daring-narwhal]
random_pet.name[2053]: Creating...
random_pet.name[7432]: Creation complete after 0s [id=brief-jackal]
random_pet.name[4373]: Creation complete after 0s [id=heroic-bengal]
random_pet.name[4158]: Creating...
random_pet.name[2053]: Creation complete after 0s [id=pro-puma]
random_pet.name[8470]: Creating...
random_pet.name[1746]: Creation complete after 0s [id=pumped-stingray]
random_pet.name[6344]: Creating...
random_pet.name[4158]: Creation complete after 0s [id=funny-aphid]
random_pet.name[8470]: Creation complete after 0s [id=relaxing-ghost]
random_pet.name[219]: Creating...
random_pet.name[2022]: Creating...
random_pet.name[3052]: Creating...
random_pet.name[77]: Creating...
random_pet.name[6344]: Creation complete after 0s [id=useful-hamster]
random_pet.name[219]: Creation complete after 0s [id=game-mosquito]
random_pet.name[8018]: Creating...
random_pet.name[1634]: Creating...
random_pet.name[5477]: Creating...
random_pet.name[77]: Creation complete after 0s [id=eager-hermit]
random_pet.name[3052]: Creation complete after 0s [id=content-katydid]
random_pet.name[2022]: Creation complete after 0s [id=moving-hookworm]
random_pet.name[1846]: Creating...
random_pet.name[722]: Creating...
random_pet.name[5477]: Creation complete after 0s [id=wondrous-doe]
random_pet.name[1634]: Creation complete after 0s [id=light-dove]
random_pet.name[5565]: Creating...
random_pet.name[8018]: Creation complete after 0s [id=touching-lioness]
random_pet.name[4072]: Creating...
random_pet.name[3128]: Creating...
random_pet.name[823]: Creating...
random_pet.name[1846]: Creation complete after 0s [id=glad-crow]
random_pet.name[3128]: Creation complete after 0s [id=bursting-rhino]
random_pet.name[722]: Creation complete after 0s [id=amused-meerkat]
random_pet.name[5565]: Creation complete after 0s [id=exciting-dragon]
random_pet.name[823]: Creation complete after 0s [id=wise-akita]
random_pet.name[4072]: Creation complete after 0s [id=daring-doe]
random_pet.name[9407]: Creating...
random_pet.name[3917]: Creating...
random_pet.name[7944]: Creating...
random_pet.name[9892]: Creating...
random_pet.name[4468]: Creating...
random_pet.name[7944]: Creation complete after 0s [id=champion-chamois]
random_pet.name[8703]: Creating...
random_pet.name[9892]: Creation complete after 0s [id=funny-bug]
random_pet.name[7808]: Creating...
random_pet.name[1411]: Creating...
random_pet.name[1964]: Creating...
random_pet.name[9407]: Creation complete after 0s [id=exact-man]
random_pet.name[3917]: Creation complete after 0s [id=calm-hog]
random_pet.name[1411]: Creation complete after 0s [id=endless-cricket]
random_pet.name[7808]: Creation complete after 0s [id=vital-terrapin]
random_pet.name[4468]: Creation complete after 0s [id=mighty-lab]
random_pet.name[4824]: Creating...
random_pet.name[8703]: Creation complete after 0s [id=content-herring]
random_pet.name[6952]: Creating...
random_pet.name[1964]: Creation complete after 0s [id=selected-cobra]
random_pet.name[6952]: Creation complete after 0s [id=balanced-ape]
random_pet.name[8650]: Creating...
random_pet.name[7410]: Creating...
random_pet.name[4824]: Creation complete after 0s [id=better-escargot]
random_pet.name[5203]: Creating...
random_pet.name[6087]: Creating...
random_pet.name[8650]: Creation complete after 0s [id=full-rattler]
random_pet.name[3274]: Creating...
random_pet.name[9726]: Creating...
random_pet.name[8668]: Creating...
random_pet.name[9806]: Creating...
random_pet.name[7410]: Creation complete after 0s [id=enabling-troll]
random_pet.name[9828]: Creating...
random_pet.name[5203]: Creation complete after 0s [id=moving-eel]
random_pet.name[6087]: Creation complete after 0s [id=intimate-hippo]
random_pet.name[9726]: Creation complete after 0s [id=optimal-hound]
random_pet.name[3274]: Creation complete after 0s [id=noble-grackle]
random_pet.name[6885]: Creating...
random_pet.name[9806]: Creation complete after 0s [id=guiding-meerkat]
random_pet.name[8668]: Creation complete after 0s [id=quick-stud]
random_pet.name[9828]: Creation complete after 0s [id=sterling-kitten]
random_pet.name[6885]: Creation complete after 0s [id=optimal-pigeon]
random_pet.name[9468]: Creating...
random_pet.name[9468]: Creation complete after 0s [id=close-lioness]
random_pet.name[7330]: Creating...
random_pet.name[5566]: Creating...
random_pet.name[7238]: Creating...
random_pet.name[7705]: Creating...
random_pet.name[4978]: Creating...
random_pet.name[9291]: Creating...
random_pet.name[3059]: Creating...
random_pet.name[7238]: Creation complete after 0s [id=whole-honeybee]
random_pet.name[4978]: Creation complete after 0s [id=capable-pegasus]
random_pet.name[5566]: Creation complete after 0s [id=hot-orca]
random_pet.name[7330]: Creation complete after 0s [id=sweet-jawfish]
random_pet.name[7705]: Creation complete after 0s [id=superb-buffalo]
random_pet.name[7373]: Creating...
random_pet.name[644]: Creating...
random_pet.name[7272]: Creating...
random_pet.name[3059]: Creation complete after 0s [id=natural-airedale]
random_pet.name[644]: Creation complete after 0s [id=equipped-llama]
random_pet.name[9291]: Creation complete after 0s [id=patient-anemone]
random_pet.name[7373]: Creation complete after 0s [id=harmless-teal]
random_pet.name[7272]: Creation complete after 0s [id=concrete-squirrel]
random_pet.name[7997]: Creating...
random_pet.name[5751]: Creating...
random_pet.name[5751]: Creation complete after 0s [id=large-boa]
random_pet.name[7997]: Creation complete after 0s [id=unique-blowfish]
random_pet.name[2760]: Creating...
random_pet.name[4936]: Creating...
random_pet.name[6735]: Creating...
random_pet.name[6037]: Creating...
random_pet.name[9624]: Creating...
random_pet.name[7818]: Creating...
random_pet.name[7818]: Creation complete after 0s [id=viable-bunny]
random_pet.name[3309]: Creating...
random_pet.name[9624]: Creation complete after 0s [id=current-terrapin]
random_pet.name[6037]: Creation complete after 0s [id=sensible-bunny]
random_pet.name[6735]: Creation complete after 0s [id=legible-hippo]
random_pet.name[2760]: Creation complete after 0s [id=adequate-grouse]
random_pet.name[6686]: Creating...
random_pet.name[468]: Creating...
random_pet.name[4936]: Creation complete after 0s [id=sharing-dolphin]
random_pet.name[3309]: Creation complete after 0s [id=active-stork]
random_pet.name[3441]: Creating...
random_pet.name[468]: Creation complete after 0s [id=wise-shrew]
random_pet.name[6806]: Creating...
random_pet.name[831]: Creating...
random_pet.name[1286]: Creating...
random_pet.name[6686]: Creation complete after 0s [id=precious-baboon]
random_pet.name[1286]: Creation complete after 0s [id=star-caribou]
random_pet.name[3441]: Creation complete after 0s [id=stirred-mustang]
random_pet.name[6806]: Creation complete after 0s [id=stunning-labrador]
random_pet.name[831]: Creation complete after 0s [id=light-terrapin]
random_pet.name[6503]: Creating...
random_pet.name[6503]: Creation complete after 0s [id=striking-hookworm]
random_pet.name[1335]: Creating...
random_pet.name[6390]: Creating...
random_pet.name[6605]: Creating...
random_pet.name[1529]: Creating...
random_pet.name[121]: Creating...
random_pet.name[121]: Creation complete after 0s [id=funny-mite]
random_pet.name[4791]: Creating...
random_pet.name[4677]: Creating...
random_pet.name[6605]: Creation complete after 0s [id=loving-crane]
random_pet.name[1335]: Creation complete after 0s [id=present-porpoise]
random_pet.name[6570]: Creating...
random_pet.name[7913]: Creating...
random_pet.name[366]: Creating...
random_pet.name[1529]: Creation complete after 0s [id=aware-cattle]
random_pet.name[6390]: Creation complete after 0s [id=live-dassie]
random_pet.name[7913]: Creation complete after 0s [id=notable-serval]
random_pet.name[4677]: Creation complete after 0s [id=adapted-cat]
random_pet.name[8525]: Creating...
random_pet.name[4791]: Creation complete after 0s [id=healthy-macaw]
random_pet.name[6570]: Creation complete after 0s [id=winning-crayfish]
random_pet.name[366]: Creation complete after 0s [id=mighty-walrus]
random_pet.name[7852]: Creating...
random_pet.name[6540]: Creating...
random_pet.name[8525]: Creation complete after 0s [id=boss-kit]
random_pet.name[2122]: Creating...
random_pet.name[7970]: Creating...
random_pet.name[6455]: Creating...
random_pet.name[5756]: Creating...
random_pet.name[7852]: Creation complete after 0s [id=workable-walrus]
random_pet.name[7228]: Creating...
random_pet.name[6540]: Creation complete after 0s [id=correct-mackerel]
random_pet.name[4743]: Creating...
random_pet.name[2122]: Creation complete after 0s [id=many-panda]
random_pet.name[5756]: Creation complete after 0s [id=civil-vulture]
random_pet.name[7228]: Creation complete after 0s [id=sweeping-dane]
random_pet.name[7970]: Creation complete after 0s [id=star-longhorn]
random_pet.name[6455]: Creation complete after 0s [id=loyal-boa]
random_pet.name[4743]: Creation complete after 0s [id=massive-ram]
random_pet.name[4176]: Creating...
random_pet.name[1581]: Creating...
random_pet.name[8512]: Creating...
random_pet.name[5142]: Creating...
random_pet.name[9883]: Creating...
random_pet.name[5142]: Creation complete after 0s [id=communal-giraffe]
random_pet.name[1581]: Creation complete after 0s [id=dashing-hamster]
random_pe
…

@rdhar rdhar merged commit 774cfff into main Feb 26, 2025
11 checks passed
@rdhar rdhar deleted the fix--variable-substitution-in-jq branch February 26, 2025 15:13
@github-actions github-actions bot added the tf:apply Pull requests that apply TF code label Feb 26, 2025
@rafal-klimek-ig
Copy link

Hey, I was just debugging this, I think you can re-apply the change if you wrap the contextual information in quotes

"${{ github.ref_name }}"

Great GH Action BTW

@rdhar
Copy link
Member Author

rdhar commented Feb 26, 2025

Hey @rafal-klimek-ig, thanks for sharing — looks like I have some more testing to do! I wonder if the same double-quotes approach is applicable to the second … gsub("-|_"; " ")) == (${{ github.job }} | ascii_downcase … line as well.

Also, sorry you had to debug this in the first place 😅. Both v13.1.4 and v13 have been updated to include the patch-fix, to unblock any workflows you may have relying on it.


Great GH Action BTW

Thanks for the kind words! Would love to hear more about your use-case and feedback experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tf:apply Pull requests that apply TF code tf:plan Pull requests that plan TF code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 13.1.3 failure
2 participants