Skip to content

fix: input arg-destroy: false should not destroy#522

Merged
rdhar merged 6 commits intomainfrom
fix-arg-destroy-false-input
Nov 22, 2025
Merged

fix: input arg-destroy: false should not destroy#522
rdhar merged 6 commits intomainfrom
fix-arg-destroy-false-input

Conversation

@rdhar
Copy link
Copy Markdown
Member

@rdhar rdhar commented Nov 22, 2025

Fixes #516 by checking if boolean is true (case in-sensitive) or otherwise.

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu apply -chdir=tests/pass_one -workspace=dev
Diff of 1 change.
+ random_pet.name[0] will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
By rdhar at 2025-11-22T14:00:39Z (view log).
random_pet.name[0]: Creating...
random_pet.name[0]: Creation complete after 0s [id=alive-mongoose]

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

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu plan -chdir=tests/pass_one -destroy -workspace=dev
No changes. No objects need to be destroyed.
By rdhar at 2025-11-22T13:56:16Z (view log).
No changes. No objects need to be destroyed.

Either you have not created any objects yet or the existing objects were
already deleted outside of OpenTofu.

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu validate -chdir=tests/fail_invalid_resource_type -workspace=dev
Error: Invalid resource type
By rdhar at 2025-11-22T14:00:39Z (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"?

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu validate -chdir=tests/fail_data_source_error -workspace=dev
Success! The configuration is valid.
By rdhar at 2025-11-22T14:00:39Z (view log).
Success! The configuration is valid.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu fmt -chdir=tests/fail_format_diff -check -diff -recursive -workspace=dev
View output.
By rdhar at 2025-11-22T14:00:39Z (view log).
main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
 resource "random_pet" "name" {
-  count =1
+  count = 1
 }

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu apply -chdir=tests/pass_zero -workspace=dev
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
By rdhar at 2025-11-22T14:00:39Z (view log).
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 22, 2025

tofu apply -chdir=tests/pass_character_limit -workspace=dev
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-11-22T14:00:39Z (view log).
random_pet.name[9771]: Creating...
random_pet.name[3581]: Creating...
random_pet.name[9820]: Creating...
random_pet.name[8491]: Creating...
random_pet.name[8680]: Creating...
random_pet.name[8758]: Creating...
random_pet.name[8437]: Creating...
random_pet.name[4077]: Creating...
random_pet.name[321]: Creating...
random_pet.name[3114]: Creating...
random_pet.name[3581]: Creation complete after 0s [id=guided-dingo]
random_pet.name[321]: Creation complete after 0s [id=fit-bobcat]
random_pet.name[3114]: Creation complete after 0s [id=big-molly]
random_pet.name[8680]: Creation complete after 0s [id=worthy-manatee]
random_pet.name[8758]: Creation complete after 0s [id=growing-heron]
random_pet.name[8491]: Creation complete after 0s [id=allowing-stork]
random_pet.name[8437]: Creation complete after 0s [id=unique-calf]
random_pet.name[9820]: Creation complete after 0s [id=improved-guinea]
random_pet.name[1259]: Creating...
random_pet.name[9771]: Creation complete after 0s [id=special-bullfrog]
random_pet.name[6447]: Creating...
random_pet.name[4077]: Creation complete after 0s [id=knowing-monkey]
random_pet.name[8399]: Creating...
random_pet.name[1259]: Creation complete after 0s [id=concise-shrew]
random_pet.name[7063]: Creating...
random_pet.name[6447]: Creation complete after 0s [id=innocent-alpaca]
random_pet.name[8210]: Creating...
random_pet.name[8399]: Creation complete after 0s [id=discrete-parakeet]
random_pet.name[8210]: Creation complete after 0s [id=fleet-mink]
random_pet.name[1583]: Creating...
random_pet.name[5808]: Creating...
random_pet.name[5810]: Creating...
random_pet.name[7063]: Creation complete after 0s [id=advanced-midge]
random_pet.name[2530]: Creating...
random_pet.name[1583]: Creation complete after 0s [id=fond-shrimp]
random_pet.name[2482]: Creating...
random_pet.name[8519]: Creating...
random_pet.name[5808]: Creation complete after 0s [id=national-crappie]
random_pet.name[7632]: Creating...
random_pet.name[5810]: Creation complete after 0s [id=working-marmoset]
random_pet.name[7632]: Creation complete after 0s [id=subtle-dogfish]
random_pet.name[2482]: Creation complete after 0s [id=eminent-starling]
random_pet.name[8519]: Creation complete after 0s [id=free-ram]
random_pet.name[2992]: Creating...
random_pet.name[9382]: Creating...
random_pet.name[2530]: Creation complete after 0s [id=right-skunk]
random_pet.name[4120]: Creating...
random_pet.name[5121]: Creating...
random_pet.name[4120]: Creation complete after 0s [id=selected-reptile]
random_pet.name[3620]: Creating...
random_pet.name[2992]: Creation complete after 0s [id=stable-raptor]
random_pet.name[9382]: Creation complete after 0s [id=holy-mammoth]
random_pet.name[287]: Creating...
random_pet.name[8002]: Creating...
random_pet.name[6831]: Creating...
random_pet.name[5121]: Creation complete after 0s [id=creative-coral]
random_pet.name[287]: Creation complete after 0s [id=novel-yeti]
random_pet.name[2907]: Creating...
random_pet.name[8748]: Creating...
random_pet.name[2601]: Creating...
random_pet.name[3620]: Creation complete after 0s [id=proper-macaque]
random_pet.name[7319]: Creating...
random_pet.name[9345]: Creating...
random_pet.name[6831]: Creation complete after 0s [id=sure-redfish]
random_pet.name[2907]: Creation complete after 0s [id=internal-turtle]
random_pet.name[8002]: Creation complete after 0s [id=fair-wahoo]
random_pet.name[7319]: Creation complete after 0s [id=safe-bunny]
random_pet.name[2436]: Creating...
random_pet.name[8748]: Creation complete after 0s [id=immune-oarfish]
random_pet.name[4244]: Creating...
random_pet.name[4577]: Creating...
random_pet.name[2601]: Creation complete after 0s [id=moral-gopher]
random_pet.name[25]: Creating...
random_pet.name[206]: Creating...
random_pet.name[2436]: Creation complete after 0s [id=living-redbird]
random_pet.name[9345]: Creation complete after 0s [id=saving-cat]
random_pet.name[3777]: Creating...
random_pet.name[6252]: Creating...
random_pet.name[4577]: Creation complete after 0s [id=inviting-katydid]
random_pet.name[8629]: Creating...
random_pet.name[6252]: Creation complete after 0s [id=prepared-tetra]
random_pet.name[206]: Creation complete after 0s [id=amazed-drake]
random_pet.name[632]: Creating...
random_pet.name[25]: Creation complete after 0s [id=organic-grubworm]
random_pet.name[6475]: Creating...
random_pet.name[4244]: Creation complete after 0s [id=mature-jawfish]
random_pet.name[8552]: Creating...
random_pet.name[3777]: Creation complete after 0s [id=chief-kiwi]
random_pet.name[632]: Creation complete after 0s [id=special-starfish]
random_pet.name[8629]: Creation complete after 0s [id=calm-ostrich]
random_pet.name[6693]: Creating...
random_pet.name[8552]: Creation complete after 0s [id=current-gator]
random_pet.name[6475]: Creation complete after 0s [id=communal-finch]
random_pet.name[7182]: Creating...
random_pet.name[7122]: Creating...
random_pet.name[6150]: Creating...
random_pet.name[8879]: Creating...
random_pet.name[6693]: Creation complete after 0s [id=social-boxer]
random_pet.name[3954]: Creating...
random_pet.name[7122]: Creation complete after 0s [id=native-vervet]
random_pet.name[7241]: Creating...
random_pet.name[2166]: Creating...
random_pet.name[6150]: Creation complete after 0s [id=nice-aardvark]
random_pet.name[7182]: Creation complete after 0s [id=up-gobbler]
random_pet.name[2166]: Creation complete after 0s [id=able-hen]
random_pet.name[7241]: Creation complete after 0s [id=whole-ape]
random_pet.name[8879]: Creation complete after 0s [id=pretty-bullfrog]
random_pet.name[3186]: Creating...
random_pet.name[5273]: Creating...
random_pet.name[3954]: Creation complete after 0s [id=summary-spider]
random_pet.name[5273]: Creation complete after 0s [id=glorious-worm]
random_pet.name[907]: Creating...
random_pet.name[5680]: Creating...
random_pet.name[9249]: Creating...
random_pet.name[3186]: Creation complete after 0s [id=knowing-walleye]
random_pet.name[1528]: Creating...
random_pet.name[1219]: Creating...
random_pet.name[7293]: Creating...
random_pet.name[4646]: Creating...
random_pet.name[9249]: Creation complete after 0s [id=moved-stork]
random_pet.name[3320]: Creating...
random_pet.name[5680]: Creation complete after 0s [id=rational-ape]
random_pet.name[907]: Creation complete after 0s [id=sharing-mustang]
random_pet.name[1219]: Creation complete after 0s [id=casual-crayfish]
random_pet.name[4646]: Creation complete after 0s [id=unbiased-heron]
random_pet.name[362]: Creating...
random_pet.name[7293]: Creation complete after 0s [id=evolving-glowworm]
random_pet.name[1528]: Creation complete after 0s [id=famous-flamingo]
random_pet.name[4753]: Creating...
random_pet.name[3320]: Creation complete after 0s [id=intense-fox]
random_pet.name[362]: Creation complete after 0s [id=legal-werewolf]
random_pet.name[7967]: Creating...
random_pet.name[4753]: Creation complete after 0s [id=settled-scorpion]
random_pet.name[7354]: Creating...
random_pet.name[7539]: Creating...
random_pet.name[4288]: Creating...
random_pet.name[7967]: Creation complete after 0s [id=intent-thrush]
random_pet.name[2076]: Creating...
random_pet.name[4549]: Creating...
random_pet.name[7354]: Creation complete after 0s [id=divine-moth]
random_pet.name[7539]: Creation complete after 0s [id=regular-maggot]
random_pet.name[9058]: Creating...
random_pet.name[4710]: Creating...
random_pet.name[4288]: Creation complete after 0s [id=workable-mosquito]
random_pet.name[9058]: Creation complete after 0s [id=casual-elephant]
random_pet.name[1280]: Creating...
random_pet.name[2076]: Creation complete after 0s [id=amazing-cow]
random_pet.name[4549]: Creation complete after 0s [id=obliging-squid]
random_pet.name[7309]: Creating...
random_pet.name[4710]: Creation complete after 0s [id=gentle-burro]
random_pet.name[7309]: Creation complete after 0s [id=chief-ibex]
random_pet.name[9023]: Creating...
random_pet.name[7952]: Creating...
random_pet.name[6129]: Creating...
random_pet.name[1253]: Creating...
random_pet.name[4783]: Creating...
random_pet.name[1280]: Creation complete after 0s [id=sunny-parakeet]
random_pet.name[6129]: Creation complete after 0s [id=caring-wasp]
random_pet.name[4783]: Creation complete after 0s [id=keen-goose]
random_pet.name[1253]: Creation complete after 0s [id=fair-ladybird]
random_pet.name[6902]: Creating...
random_pet.name[7952]: Creation complete after 0s [id=delicate-piranha]
random_pet.name[9023]: Creation complete after 0s [id=suitable-koala]
random_pet.name[9857]: Creating...
random_pet.name[5334]: Creating...
random_pet.name[7518]: Creating...
random_pet.name[5133]: Creating...
random_pet.name[6902]: Creation complete after 0s [id=arriving-newt]
random_pet.name[5334]: Creation complete after 0s [id=adapting-stallion]
random_pet.name[9857]: Creation complete after 0s [id=normal-bird]
random_pet.name[2334]: Creating...
random_pet.name[9596]: Creating...
random_pet.name[245]: Creating...
random_pet.name[2502]: Creating...
random_pet.name[5133]: Creation complete after 0s [id=steady-cattle]
random_pet.name[7518]: Creation complete after 0s [id=absolute-mite]
random_pet.name[2502]: Creation complete after 0s [id=neat-vulture]
random_pet.name[7448]: Creating...
random_pet.name[2510]: Creating...
random_pet.name[700]: Creating...
random_pet.name[1234]: Creating...
random_pet.name[9596]: Creation complete after 0s [id=simple-polecat]
random_pet.name[2334]: Creation complete after 0s [id=immortal-kit]
random_pet.name[700]: Creation complete after 0s [id=dashing-cod]
random_pet.name[7448]: Creation complete after 0s [id=mature-osprey]
random_pet.name[3028]: Creating...
random_pet.name[2510]: Creation complete after 0s [id=guiding-elephant]
random_pet.name[964]: Creating...
random_pet.name[1234]: Creation complete after 0s [id=refined-lamb]
random_pet.name[245]: Creation complete after 0s [id=uncommon-quagga]
random_pet.name[3028]: Creation complete after 0s [id=immortal-ringtail]
random_pet.name[1258]: Creating...
random_pet.name[964]: Creation complete after 0s [id=grown-newt]
random_pet.name[3506]: Creating...
random_pet.name[1258]: Creation complete after 0s [id=pumped-sheep]
random_pet.name[8612]: Creating...
random_pet.name[9772]: Creating...
random_pet.name[2762]: Creating...
random_pet.name[1763]: Creating...
random_pet.name[2292]: Creating...
random_pet.name[1178]: Creating...
random_pet.name[9656]: Creating...
random_pet.name[8612]: Creation complete after 0s [id=above-guinea]
random_pet.name[3506]: Creation complete after 0s [id=enjoyed-osprey]
random_pet.name[1593]: Creating...
random_pet.name[1593]: Creation complete after 0s [id=allowing-beetle]
random_pet.name[9656]: Creation complete after 0s [id=pumped-gnat]
random_pet.name[1178]: Creation complete after 0s [id=helpful-lioness]
random_pet.name[280]: Creating...
random_pet.name[9772]: Creation complete after 0s [id=major-sculpin]
random_pet.name[1763]: Creation complete after 0s [id=mint-kingfish]
random_pet.name[2762]: Creation complete after 0s [id=up-crane]
random_pet.name[2292]: Creation complete after 0s [id=engaging-lizard]
random_pet.name[3558]: Creating...
random_pet.name[5032]: Creating...
random_pet.name[280]: Creation complete after 0s [id=loyal-bedbug]
random_pet.name[3558]: Creation complete after 0s [id=united-quagga]
random_pet.name[5032]: Creation complete after 0s [id=famous-silkworm]
random_pet.name[7939]: Creating...
random_pet.name[9344]: Creating...
random_pet.name[7929]: Creating...
random_pet.name[9702]: Creating...
random_pet.name[7939]: Creation complete after 0s [id=kind-koala]
random_pet.name[9882]: Creating...
random_pet.name[7651]: Creating...
random_pet.name[2940]: Creating...
random_pet.name[9344]: Creation complete after 0s [id=needed-bear]
random_pet.name[6481]: Creating...
random_pet.name[3236]: Creating...
random_pet.name[9702]: Creation complete after 0s [id=chief-bluebird]
random_pet.name[7651]: Creation complete after 0s [id=usable-warthog]
random_pet.name[9882]: Creation complete after 0s [id=loyal-parrot]
random_pet.name[7929]: Creation complete after 0s [id=topical-guppy]
random_pet.name[2940]: Creation complete after 0s [id=golden-basilisk]
random_pet.name[3236]: Creation complete after 0s [id=driving-seahorse]
random_pet.name[2670]: Creating...
random_pet.name[1827]: Creating...
random_pet.name[6481]: Creation complete after 0s [id=selected-rat]
random_pet.name[1105]: Creating...
random_pet.name[1827]: Creation complete after 0s [id=daring-coyote]
random_pet.name[2670]: Creation complete after 0s [id=simple-sloth]
random_pet.name[6845]: Creating...
random_pet.name[4369]: Creating...
random_pet.name[8614]: Creating...
random_pet.name[6845]: Creation complete after 0s [id=needed-yeti]
random_pet.name[4377]: Creating...
random_pet.name[1105]: Creation complete after 0s [id=flying-crayfish]
random_pet.name[4369]: Creation complete after 0s [id=tough-ringtail]
random_pet.name[909]: Creating...
random_pet.name[9763]: Creating...
random_pet.name[6670]: Creating...
random_pet.name[8614]: Creation complete after 0s [id=neutral-dove]
random_pet.name[7183]: Creating...
random_pet.name[9763]: Creation complete after 0s [id=wealthy-ladybird]
random_pet.name[3162]: Creating...
random_pet.name[909]: Creation complete after 0s [id=vocal-griffon]
random_pet.name[5050]: Creating...
random_pet.name[4377]: Creation complete after 0s [id=awaited-werewolf]
random_pet.name[5050]: Creation complete after 0s [id=causal-unicorn]
random_pet.name[3162]: Creation complete after 0s [id=safe-scorpion]
random_pet.name[1863]: Creating...
random_pet.name[6670]: Creation complete after 0s [id=growing-lemming]
random_pet.name[9578]: Creating...
random_pet.name[1863]: Creation complete after 0s [id=cosmic-skunk]
random_pet.name[3089]: Creating...
random_pet.name[9578]: Creation complete after 0s [id=equal-snail]
random_pet.name[8152]: Creating...
random_pet.name[5544]: Creating...
random_pet.name[7183]: Creation complete after 1s [id=immense-oarfish]
random_pet.name[7405]: Creating...
random_pet.name[3089]: Creation complete after 1s [id=singular-bluebird]
random_pet.name[955]: Creating...
random_pet.name[9686]: Creating...
random_pet.name[7048]: Creating...
random_pet.name[8152]: Creation complete after 0s [id=careful-stallion]
random_pet.name[5544]: Creation complete after 0s [id=above-shrew]
random_pet.name[9686]: Creation complete after 0s [id=eager-barnacle]
random_pet.name[1156]: Creating...
random_pet.name[481]: Creating...
random_pet.name[955]: Creation complete after 0s [id=welcome-tuna]
random_pet.name[7048]: Creation complete after 0s [id=key-buffalo]
random_pet.name[7405]: Creation complete after 0s [id=adjusted-bullfrog]
random_pet.name[1156]: Creation complete after 0s [id=feasible-ringtail]
random_pet.name[7999]: Creating...
random_pet.name[803]: Creating...
random_pet.name[4223]: Creating...
random_pet.name[481]: Creation complete after 0s [id=hardy-tuna]
random_pet.name[2635]: Creating...
random_pet.name[7999]: Creation complete after 0s [id=happy-quail]
random_pet.name[2629]: Creating...
random_pet.name[4223]: Creation complete after 0s [id=exotic-starling]
random_pet.name[3727]: Creating...
random_pet.name[6455]: Creating...
random_pet.name[2635]: Creation complete after 0s [id=huge-quagga]
random_pet.name[803]: Creation complete after 0s [id=equal-bonefish]
random_pet.name[2411]: Creating...
random_pet.name[3727]: Creation complete after 0s [id=fun-pegasus]
random_pet.name[6455]: Creation complete after 0s [id=dominant-mullet]
random_pet.name[33]: Creating...
random_pet.name[2411]: Creation complete after 0s [id=arriving-dogfish]
random_pet.name[2433]: Creating...
random_pet.name[1997]: Creating...
random_pet.name[2629]: Creation complete after 0s [id=accepted-urchin]
random_pet.name[5030]: Creating...
random_pet.name[33]: Creation complete after 0s [id=peaceful-monkfish]
random_pet.name[574]: Creating...
random_pet.name[1997]: Creation complete after 0s [id=delicate-bonefish]
random_pet.name[6818]: Creating...
random_pet.name[7993]: Creating...
random_pet.name[2433]: Creation complete after 0s [id=valid-sawfish]
random_pet.name[5107]: Creating...
random_pet.name[5030]: Creation complete after 0s [id=moved-osprey]
random_pet.name[2496]: Creating...
random_pet.name[574]: Creation complete after 0s [id=light-pegasus]
random_pet.name[6687]: Creating...
random_pet.name[7993]: Creation complete after 0s [id=touched-leopard]
random_pet.name[5305]: Creating...
random_pet.name[6818]: Creation complete after 0s [id=diverse-skunk]
random_pet.name[5107]: Creation complete after 0s [id=knowing-unicorn]
random_pet.name[5305]: Creation complete after 0s [id=robust-colt]
random_pet.name[4015]: Creating...
random_pet.name[65]: Creating...
random_pet.name[6687]: Creation complete after 0s [id=champion-ray]
random_pet.name[9470]: Creating...
random_pet.name[65]: Creation complete after 0s [id=free-panther]
random_pet.name[2496]: Creation complete after 0s [id=teaching-sunfish]
random_pet.name[3376]: Creating...
random_pet.name[7708]: Creating...
random_pet.name[4015]: Creation complete after 0s [id=cute-crappie]
random_pet.name[5784]: Creating...
random_pet.name[3376]: Creation complete after 0s [id=destined-doe]
random_pet.name[3917]: Creating...
random_pet.name[7708]: Creation complete after 0s [id=one-fowl]
random_pet.name[7932]: Creating...
random_pet.name[4959]: Creating...
random_pet.name[9470]: Creation complete after 0s [id=ample-duck]
random_pet.name[4959]: Creation complete after 0s [id=beloved-walleye]
random_pet.name[7932]: Creation complete after 0s [id=close-moose]
random_pet.name[7393]: Creating...
random_pet.name[5784]: Creation complete after 0s [id=immune-gull]
random_pet.name[3917]: Creation complete after 0s [id=bold-mullet]
random_pet.name[7166]: Creating...
random_pet.name[715]: Creating...
random_pet.name[906]: Creating...
random_pet.name[7698]: Creating...
random_pet.name[7393]: Creation complete after 0s [id=alive-albacore]
random_pet.name[7698]: Creation complete after 0s [id=powerful-burro]
random_pet.name[715]: Creation complete after 0s [id=advanced-moray]
random_pet.name[6234]: Creating...
random_pet.name[9657]: Creating...
random_pet.name[5033]: Creating...
random_pet.name[906]: Creation complete after 0s [id=superb-ghost]
random_pet.name[9337]: Creating...
random_pet.name[7166]: Creation complete after 0s [id=glad-mollusk]
random_pet.name[4305]: Creating...
random_pet.name[1125]: Creating...
random_pet.name[9337]: Creation complete after 0s [id=romantic-seasnail]
random_pet.name[4305]: Creation complete after 0s [id=blessed-camel]
random_pet.name[8494]: Creating...
random_pet.name[9657]: Creation complete after 0s [id=positive-cowbird]
random_pet.name[6234]: Creation complete after 0s [id=integral-oarfish]
random_pet.name[5033]: Creation complete after 0s [id=close-minnow]
random_pet.name[8562]: Creating...
random_pet.name[1125]: Creation complete after 0s [id=closing-escargot]
random_pet.name[2801]: Creating...
random_pet.name[8494]: Creation complete after 0s [id=pleasant-sponge]
random_pet.name[2272]: Creating...
random_pet.name[8562]: Creation complete after 0s [id=set-airedale]
random_pet.name[4037]: Creating...
random_pet.name[306]: Creating...
random_pet.name[2801]: Creation complete after 0s [id=hip-burro]
random_pet.name[306]: Creation complete after 0s [id=dynamic-panda]
random_pet.name[5911]: Creating...
random_pet.name[8716]: Creating...
random_pet.name[2272]: Creation complete after 0s [id=inviting-krill]
random_pet.name[817]: Creating...
random_pet.name[4037]: Creation complete after 0s [id=busy-shark]
random_pet.name[8716]: Creation complete after 0s [id=useful-feline]
random_pet.name[9706]: Creating...
random_pet.name[817]: Creation complete after 0s [id=darling-hedgehog]
random_pet.name[7664]: Creating...
random_pet.name[5911]: Creation complete after 0s [id=wired-molly]
random_pet.name[6265]: Creating...
random_pet.name[5275]: Creating...
random_pet.name[5670]: Creating...
random_pet.name[9706]: Creation complete after 0s [id=renewed-stinkbug]
random_pet.name[7664]: Creation complete after 0s [id=stirring-quetzal]
random_pet.name[9099]: Creating...
random_pet.name[1230]: Creating...
random_pet.name[5670]: Creation complete after 0s [id=fancy-swan]
random_pet.name[8260]: Creating...
random_pet.name[5275]: Creation complete after 0s [id=calm-antelope]
random_pet.name[179]: Creating...
random_pet.name[6265]: Creation complete after 0s [id=noble-macaw]
random_pet.name[1230]: Creation complete after 0s [id=amusing-porpoise]
random_pet.name[9099]: Creation complete after 0s [id=sought-grackle]
random_pet.name[3452]: Creating...
random_pet.name[8260]: Creation complete after 0s [id=dominant-trout]
random_pet.name[5907]: Creating...
random_pet.name[8308]: Creating...
random_pet.name[5713]: Creating...
random_pet.name[179]: Creation complete after 0s [id=ultimate-ocelot]
random_pet.name[1937]: Creating...
random_pet.name[5907]: Creation complete after 0s [id=welcomed-griffon]
random_pet.name[1589]: Creating...
random_pet.name[811]: Creating...
random_pet.name[8308]: Creation complete after 0s [id=wanted-midge]
random_pet.name[5713]: Creation complete after 0s [id=neutral-lemming]
random_pet.name[1318]: Creating...
random_pet.name[3452]: Creation complete after 0s [id=classic-albacore]
random_pet.name[1937]: Creation complete after 0s [id=simple-gannet]
random_pet.name[1008]: Creating...
random_pet.name[3828]: Creating...
random_pet.name[811]: Creation complete after 0s [id=normal-ghoul]
random_pet.name[1318]: Creation complete after 0s [id=warm-slug]
random_pet.name[1589]: Creation complete after 0s [id=big-gibbon]
random_pet.name[516]: Creating...
random_pet.name[1008]: Creation complete after 0s [id=summary-tomcat]
random_pet.name[3828]: Creation complete after 0s [id=normal-frog]
random_pet.name[4870]: Creating...
random_pet.name[3513]: Creating...
random_pet.name[502]: Creating...
random_pet.name[3315]: Creating...
random_pet.name[4870]: Creation complete after 0s [id=obliging-squirrel]
random_pet.name[5954]: Creating...
random_pet.name[7769]: Creating...
random_pet.name[1826]: Creating...
random_pet.name[516]: Creation complete after 0s [id=modern-stork]
random_pet.name[9405]: Creating...
random_pet.name[502]: Creation complete after 0s [id=complete-pigeon]
random_pet.name[3315]: Creation complete after 0s [id=smiling-gannet]
random_pet.name[3513]: Creation complete after 0s [id=genuine-loon]
random_pet.name[1826]: Creation complete after 0s [id=major-seasnail]
random_pet.name[1640]: Creating...
random_pet.name[9405]: Creation complete after 0s [id=comic-dory]
random_pet.name[7825]: Creating...
random_pet.name[1640]: Creation complete after 0s [id=rapid-molly]
random_pet.name[5954]: Creation complete after 0s [id=close-mackerel]
random_pet.name[7769]: Creation complete after 0s [id=epic-wren]
random_pet.name[7557]: Creating...
random_pet.name[6397]: Creating...
random_pet.name[7735]: Creating...
random_pet.name[7825]: Creation complete after 0s [id=cunning-dogfish]
random_pet.name[926]: Creating...
random_pet.name[6397]: Creation complete after 0s [id=merry-molly]
random_pet.name[665]: Creating...
random_pet.name[9491]: Creating...
random_pet.name[7735]: Creation complete after 0s [id=funny-hookworm]
random_pet.name[5233]: Creating...
random_pet.name[9258]: Creating...
random_pet.name[5132]: Creating...
random_pet.name[4980]: Creating...
random_pet.name[665]: Creation complete after 0s [id=certain-aardvark]
random_pet.name[5233]: Creation complete after 0s [id=social-quagga]
random_pet.name[926]: Creation complete after 0s [id=humorous-dogfish]
random_pet.name[9258]: Creation complete after 0s [id=free-longhorn]
random_pet.name[9491]: Creation complete after 0s [id=valued-impala]
random_pet.name[297]: Creating...
random_pet.name[5132]: Creation complete after 0s [id=funny-hermit]
random_pet.name[7557]: Creation complete after 0s [id=choice-baboon]
random_pet.name[5102]: Creating...
random_pet.name[8105]: Creating...
random_pet.name[297]: Creation complete after 0s [id=more-narwhal]
random_pet.name[4980]: Creation complete after 0s [id=huge-goshawk]
random_pet.name[5102]: Creation complete after 0s [id=engaging-wahoo]
random_pet.name[8105]: Creation complete after 0s [id=proper-gelding]
random_pet.name[4613]: Creating...
random_pet.name[6061]: Creating...
random_pet.name[8094]: Creating...
random_pet.name[7543]: Creating...
random_pet.name[5218]: Creating...
random_pet.name[4613]: Creation complete after 0s [id=still-mite]
random_pet.name[9530]: Creating...
random_pet.name[8094]: Creation complete after 0s [id=vital-escargot]
random_pet.name[2651]: Creating...
random_pet.name[6061]: Creation complete after 0s [id=eternal-guppy]
random_pet.name[7543]: Creation complete after 0s [id=shining-duckling]
random_pet.name[5973]: Creating...
random_pet.name[7890]: Creating...
random_pet.name[2651]: Creation complete after 0s [id=desired-seagull]
random_pet.name[5973]: Creation complete after 0s [id=healthy-crane]
random_pet.name[9530]: Creation complete after 0s [id=exciting-python]
random_pet.name[5998]: Creating...
random_pet.name[5218]: Creation complete after 0s [id=quiet-buck]
random_pet.name[7890]: Creation complete after 0s [id=light-platypus]
random_pet.name[5998]: Creation complete after 0s [id=nice-grouper]
random_pet.name[7809]: Creating...
random_pet.name[7378]: Creating...
random_pet.name[147]: Creating...
random_pet.name[1326]: Creating...
random_pet.name[8967]: Creating...
random_pet.name[7377]: Creating...
random_pet.name[9294]: Creating...
random_pet.name[7378]: Creation complete after 0s [id=tough-unicorn]
random_pet.name[147]: Creation complete after 0s [id=organic-serval]
random_pet.name[7809]: Creation complete after 0s [id=suited-walrus]
random_pet.name[8967]: Creation complete after 0s [id=loyal-cod]
random_pet.name[5682]: Creating...
random_pet.name[9294]: Creation complete after 0s [id=maximum-firefly]
random_pet.name[8301]: Creating...
random_pet.name[1333]: Creating...
random_pet.name[1769]: Creating...
random_pet.name[7377]: Creation complete after 0s [id=social-baboon]
random_pet.name[1326]: Creation complete after 0s [id=daring-mudfish]
random_pet.name[8301]: Creation complete after 0s [id=inspired-llama]
random_pet.name[1333]: Creation complete after 0s [id=refined-crawdad]
random_pet.name[1769]: Creation complete after 0s [id=grateful-alien]
random_pet.name[5682]: Creation complete after 0s [id=proven-hamster]
random_pet.name[6386]: Creating...
random_pet.name[6386]: Creation complete after 0s [id=giving-redbird]
random_pet.name[8087]: Creating...
random_pet.name[3994]: Creating...
random_pet.name[6431]: Creating...
random_pet.name[6690]: Creating...
random_pet.name[9921]: Creating...
random_pet.name[3994]: Creation complete after 0s [id=complete-stag]
random_pet.name[3052]: Creating...
random_pet.name[6367]: Creating...
random_pet.name[8087]: Creation complete after 0s [id=unique-pig]
random_pet.name[2872]: Creating...
random_pet.name[658]: Creating...
random_pet.name[6431]: Creation complete after 0s [id=touching-gibbon]
random_pet.name[9921]: Creation complete after 0s [id=ideal-man]
random_pet.name[3052]: Creation complete after 0s [id=proud-alpaca]
random_pet.name[6690]: Creation complete after 0s [id=pet-shrew]
random_pet.name[6367]: Creation complete after 0s [id=proper-lobster]
random_pet.name[658]: Creation complete after 0s [id=informed-scorpion]
random_pet.name[2872]: Creation complete after 0s [id=elegant-bug]
random_pet.name[1169]: Creating...
random_pet.name[6864]: Creating...
random_pet.name[2425]: Creating...
random_pet.name[6698]: Creating...
random_pet.name[6712]: Creating...
random_pet.name[8531]: Creating...
random_pet.name[6864]: Creation complete after 0s [id=cheerful-goshawk]
random_pet.name[7146]: Creating...
random_pet.name[8785]: Creating...
random_pet.name[8785]: Creation complete after 0s [id=eager-primate]
random_pet.name[6712]: Creation complete after 0s [id=large-bird]
random_pet.name[6698]: Creation complete after 0s [id=pleased-bluebird]
random_pet.name[7146]: Creation complete after 0s [id=trusted-sturgeon]
random_pet.name[8531]: Creation complete after 0s [id=careful-guinea]
random_pet.name[1169]: Creation complete after 0s [id=tolerant-labrador]
random_pet.name[2425]: Creation complete after 0s [id=hip-hog]
random_pet.name[8638]: Creating...
random_pet.name[165]: Creating...
random_pet.name[5333]: Creating...
random_pet.name[3038]: Creating...
random_pet.name[9410]: Creating...
random_pet.name[5342]: Creating...
random_pet.name[8638]: Creation complete after 0s [id=enough-feline]
random_pet.name[5342]: Creation complete after 0s [id=smashing-earwig]
random_pet.name[7367]: Creating...
random_pet.name[5333]: Creation complete after 0s [id=still-tortoise]
random_pet.name[3412]: Creating...
random_pet.name[5924]: Creating...
random_pet.name[9410]: Creation complete after 0s [id=fluent-mammoth]
random_pet.name[3038]: Creation complete after 0s [id=national-marmot]
random_pet.name[165]: Creation complete after 0s [id=calm-ewe]
random_pet.name[5216]: Creating...
random_pet.name[1171]: Creating...
random_pet.name[3412]: Creation complete after 0s [id=sensible-bullfrog]
random_pet.name[5216]: Creation complete after 0s [id=model-whale]
random_pet.name[6870]: Creating...
random_pet.name[5924]: Creation complete after 0s [id=ethical-akita]
random_pet.name[2097]: Creating...
random_pet.name[7367]: Creation complete after 0s [id=saved-crappie]
random_pet.name[1171]: Creation complete after 0s [id=ace-hawk]
random_pet.name[6540]: Creating...
random_pet.name[6870]: Creation complete after 0s [id=ruling-starling]
random_pet.name[5557]: Creating...
random_pet.name[2097]: Creation complete after 0s [id=bright-warthog]
random_pet.name[7140]: Creating...
random_pet.name[6540]: Creation complete after 0s [id=oriented-gnu]
random_pet.name[1846]: Creating...
random_pet.name[4660]: Creating...
random_pet.name[5557]: Creation complete after 0s [id=peaceful-macaw]
random_pet.name[4994]: Creating...
random_pet.name[8916]: Creating...
random_pet.name[9085]: Creating...
random_pet.name[7140]: Creation complete after 0s [id=frank-pig]
random_pet.name[1846]: Creation complete after 0s [id=useful-chipmunk]
random_pet.name[4994]: Creation complete after 0s [id=renewed-chicken]
random_pet.name[4705]: Creating...
random_pet.name[9085]: Creation complete after 0s [id=resolved-weevil]
random_pet.name[4660]: Creation complete after 0s [id=helpful-drake]
random_pet.name[5702]: Creating...
random_pet.name[3683]: Creating...
random_pet.name[8916]: Creation complete after 0s [id=musical-lobster]
random_pet.name[9067]: Creating...
random_pet.name[4705]: Creation complete after 0s [id=intent-jay]
random_pet.name[9067]: Creation complete after 0s [id=wired-basilisk]
random_pet.name[3683]: Creation complete after 0s [id=smart-maggot]
random_pet.name[4746]: Creating...
random_pet.name[6169]: Creating...
random_pet.name[5702]: Creation complete after 0s [id=settling-primate]
random_pet.name[6822]: Creating...
random_pet.name[1512]: Creating...
random_pet.name[5350]: Creating...
random_pet.name[5640]: Creating...
random_pet.name[9844]: Creating...
random_pet.name[5350]: Creation complete after 0s [id=easy-grackle]
random_pet.name[6822]: Creation complete after 0s [id=topical-bison]
random_pet.name[6169]: Creation complete after 0s [id=sterling-rat]
random_pet.name[3378]: Creating...
random_pet.name[5640]: Creation complete after 0s [id=shining-kitten]
random_pet.name[1512]: Creation complete after 0s [id=select-wren]
random_pet.name[9844]: Creation complete after 0s [id=wise-manatee]
random_pet.name[3401]: Creating...
random_pet.name[4746]: Creation complete after 0s [id=humane-cardinal]
random_pet.name[3378]: Creation complete after 0s [id=witty-yeti]
random_pet.name[489]: Creating...
random_pet.name[3401]: Creation complete after 0s [id=secure-shrimp]
random_pet.name[7876]: Creating...
random_pet.name[6684]: Creating...
random_pet.name[489]: Creation complete after 0s [id=working-cobra]
random_pet.name[1973]: Creating...
random_pet.name[8336]: Creating...
random_pet.name[1973]: Creation complete after 0s [id=willing-stingray]
random_pet.name[7471]: Creating...
random_pet.name[208]: Creating...
random_pet.name[2655]: Creating...
random_pet.name[9924]: Creating...
random_pet.name[6684]: Creation complete after 0s [id=wealthy-rodent]
random_pet.name[7876]: Creation complete after 0s [id=relaxing-dassie]
random_pet.name[8336]: Creation complete after 0s [id=divine-dragon]
random_pet.name[1014]: Creating...
random_pet.name[1014]: Creation complete after 0s [id=sterling-pegasus]
random_pet.name[208]: Creation complete after 0s [id=resolved-polecat]
random_pet.name[9924]: Creation complete after 0s [id=eternal-iguana]
random_pet.name[7471]: Creation complete after 0s [id=flexible-iguana]
random_pet.name[4500]: Creating...
random_pet.name[7552]: Creating...
random_pet.name[2655]: Creation complete after 0s [id=nice-grouper]
random_pet.name[7192]: Creating...
random_pet.name[7527]: Creating...
random_pet.name[2690]: Creating...
random_pet.name[7527]: Creation complete after 0s [id=model-martin]
random_pet.name[7192]: Creation complete after 0s [id=prime-seagull]
random_pet.name[4500]: Creation complete after 0s [id=hot-midge]
random_pet.name[3641]: Creating...
random_pet.name[1663]: Creating...
random_pet.name[7276]: Creating...
random_pet.name[2051]: Creating...
random_pet.name[2690]: Creation complete after 0s [id=oriented-dragon]
random_pet.name[7552]: Creation complete after 0s [id=arriving-puma]
random_pet.name[6666]: Creating...
random_pet.name[2051]: Creation complete after 0s [id=equipped-pigeon]
random_pet.name[3641]: Creation complete after 0s [id=moved-terrapin]
random_pet.name[1648]: Creating...
random_pet.name[7276]: Creation complete after 0s [id=cute-longhorn]
random_pet.name[1663]: Creation complete after 0s [id=grown-dolphin]
random_pet.name[230]: Creating...
random_pet.name[6567]: Creating...
random_pet.name[1648]: Creation complete after 0s [id=devoted-macaw]
random_pet.name[5935]: Creating...
random_pet.name[6567]: Creation complete after 0s [id=causal-treefrog]
random_pet.name[4282]: Creating...
random_pet.name[6666]: Creation complete after 0s [id=helped-gazelle]
random_pet.name[230]: Creation complete after 0s [id=major-monarch]
random_pet.name[5935]: Creation complete after 0s [id=dear-ox]
random_pet.name[164]: Creating...
random_pet.name[4282]: Creation complete after 0s [id=alive-wahoo]
random_pet.name[1228]: Creating...
random_pet.name[1228]: Creation complete after 0s [id=sweeping-drum]
random_pet.name[7292]: Creating...
random_pet.name[8976]: Creating...
random_pet.name[5428]: Creating...
random_pet.name[8825]: Creating...
random_pet.name[4537]: Creating...
random_pet.name[164]: Creation complete after 0s [id=regular-turkey]
random_pet.name[6951]: Creating...
random_pet.name[8825]: Creation complete after 0s [id=quick-jaybird]
random_pet.name[6951]: Creation complete after 0s [id=enjoyed-stingray]
random_pet.name[8578]: Creating...
random_pet.name[7292]: Creation complete after 0s [id=related-macaw]
random_pet.name[4537]: Creation complete after 0s [id=dominant-seasnail]
random_pet.name[5428]: Creation complete after 0s [id=inspired-impala]
random_pet.name[824]: Creating...
random_pet.name[5171]: Creating...
random_pet.name[8646]: Creating...
random_pet.name[8976]: Creation complete after 0s [id=nearby-tuna]
random_pet.name[8578]: Creation complete after 0s [id=blessed-cow]
random_pet.name[824]: Creation complete after 0s [id=equipped-bison]
random_pet.name[9052]: Creating...
random_pet.name[8646]: Creation complete after 0s [id=striking-parrot]
random_pet.name[6255]: Creating...
random_pet.name[5171]: Creation complete after 0s [id=desired-meerkat]
random_pet.name[5531]: Creating...
random_pet.name[4303]: Creating...
random_pet.name[6255]: Creation complete after 0s [id=sweet-caribou]
random_pet.name[6366]: Creating...
random_pet.name[9062]: Creating...
random_pet.name[9052]: Creation complete after 0s [id=welcome-sunbird]
random_pet.name[4303]: Creation complete after 0s [id=normal-coyote]
random_pet.name[3076]: Creating...
random_pet.name[1972]: Creating...
random_pet.name[2382]: Creating...
random_pet.name[6366]: Creation complete after 0s [id=winning-monster]
random_pet.name[9062]: Creation complete after 0s [id=growing-platypus]
random_pet.name[5531]: Creation complete after 0s [id=sincere-griffon]
random_pet.name[1972]: Creation complete after 0s [id=unified-stingray]
random_pet.name[2382]: Creation complete after 0s [id=apparent-whale]
random_pet.name[3076]: Creation complete after 0s [id=proper-terrapin]
random_pet.name[6053]: Creating...
random_pet.name[4843]: Creating...
random_pet.name[7240]: Creating...
random_pet.name[6053]: Creation complete after 0s [id=renewing-mantis]
random_pet.name[7839]: Creating...
random_pet.name[4843]: Creation complete after 0s [id=right-man]
random_pet.name[2485]: Creating...
random_pet.name[7240]: Creation complete after 0s [id=smooth-doberman]
random_pet.name[7839]: Creation complete after 0s [id=prompt-tetra]
random_pet.name[2485]: Creation complete after 0s [id=arriving-corgi]
random_pet.name[661]: Creating...
random_pet.name[9495]: Creating...
random_pet.name[4028]: Creating...
random_pet.name[2198]: Creating...
random_pet.name[4924]: Creating...
random_pet.name[661]: Creation complete after 0s [id=destined-quagga]
random_pet.name[325]: Creating...
random_pet.name[2198]: Creation complete after 0s [id=close-bobcat]
random_pet.name[3579]: Creating...
random_pet.name[6577]: Creating...
random_pet.name[9722]: Creating...
random_pet.name[325]: Creation complete after 0s [id=beloved-octopus]
random_pet.name[2873]: Creating...
random_pet.name[4028]: Creation complete after 0s [id=smooth-hamster]
random_pet.name[2873]: Creation complete after 0s [id=engaging-eel]
random_pet.name[3267]: Creating...
random_pet.name[4924]: Creation complete after 0s [id=equal-mastodon]
random_pet.name[9722]: Creation complete after 0s [id=keen-finch]
random_pet.name[9495]: Creation complete after 0s [id=hot-bobcat]
random_pet.name[4667]: Creating...
random_pet.name[7828]: Creating...
random_pet.name[8673]: Creating...
random_pet.name[6577]: Creation complete after 0s [id=smashing-hedgehog]
random_pet.name[3968]: Creating...
random_pet.name[8673]: Creation complete after 0s [id=evident-octopus]
random_pet.name[7828]: Creation complete after 0s [id=better-tomcat]
random_pet.name[2768]: Creating...
random_pet.name[3267]: Creation complete after 0s [id=steady-pika]
random_pet.name[3968]: Creation complete after 0s [id=modern-possum]
random_pet.name[4667]: Creation complete after 0s [id=pet-eft]
random_pet.name[3579]: Creation complete after 0s [id=logical-gnat]
random_pet.name[6001]: Creating...
random_pet.name[2768]: Creation complete after 0s [id=keen-gobbler]
random_pet.name[6001]: Creation complete after 0s [id=sure-squirrel]
random_pet.name[8052]: Creating...
random_pet.name[3282]: Creating...
random_pet.name[1598]: Creating...
random_pet.name[1260]: Creating...
random_pet.name[2118]: Creating...
random_pet.name[8052]: Creation complete after 0s [id=model-bluejay]
random_pet.name[8697]: Creating...
random_pet.name[2118]: Creation complete after 0s [id=touching-yeti]
random_pet.name[8458]: Creating...
random_pet.name[3282]: Creation complete after 0s [id=real-lion]
random_pet.name[125]: Creating...
random_pet.name[5951]: Creating...
random_pet.name[5135]: Creating...
random_pet.name[1598]: Creation complete after 0s [id=meet-tick]
random_pet.name[1260]: Creation complete after 0s [id=rare-ram]
random_pet.name[125]: Creation complete after 0s [id=star-eagle]
random_pet.name[8697]: Creation complete after 0s [id=funky-platypus]
random_pet.name[5222]: Creating...
random_pet.name[5951]: Creation complete after 0s [id=amazing-rhino]
random_pet.name[8458]: Creation complete after 0s [id=sensible-ant]
random_pet.name[5135]: Creation complete after 0s [id=growing-heron]
random_pet.name[1505]: Creating...
random_pet.name[1964]: Creating...
random_pet.name[2664]: Creating...
random_pet.name[5222]: Creation complete after 0s [id=ultimate-opossum]
random_pet.name[1505]: Creation complete after 0s [id=adequate-yak]
random_pet.name[1964]: Creation complete after 0s [id=next-drake]
random_pet.name[1757]: Creating...
random_pet.name[1073]: Creating...
random_pet.name[7556]: Creating...
random_pet.name[7648]: Creating...
random_pet.name[2664]: Creation complete after 0s [id=becoming-pegasus]
random_pet.name[3178]: Creating...
random_pet.name[7648]: Creation complete after 0s [id=light-weasel]
random_pet.name[1073]: Creation complete after 0s [id=genuine-moccasin]
random_pet.name[9546]: Creating...
random_pet.name[1757]: Creation complete after 0s [id=gentle-rabbit]
random_pet.name[3178]: Creation complete after 0s [id=oriented-gannet]
random_pet.name[9206]: Creating...
random_pet.name[9546]: Creation complete after 0s [id=elegant-swan]
random_pet.name[7556]: Creation complete after 0s [id=quiet-vulture]
random_pet.name[5143]: Creating...
random_pet.name[9206]: Creation complete after 0s [id=simple-earwig]
random_pet.name[5929]: Creating...
random_pet.name[559]: Creating...
random_pet.name[5716]: Creating...
random_pet.name[3953]: Creating...
random_pet.name[5929]: Creation complete after 0s [id=trusted-gopher]
random_pet.name[5716]: Creation complete after 0s [id=devoted-grackle]
random_pet.name[3]: Creating...
random_pet.name[1836]: Creating...
random_pet.name[6647]: Creating...
random_pet.name[559]: Creation complete after 0s [id=solid-lamb]
random_pet.name[5143]: Creation complete after 0s [id=amused-drum]
random_pet.name[9498]: Creating...
random_pet.name[1785]: Creating...
random_pet.name[3953]: Creation complete after 0s [id=fun-sunfish]
random_pet.name[5676]: Creating...
random_pet.name[1785]: Creation complete after 0s [id=splendid-guinea]
random_pet.name[3]: Creation complete after 0s [id=musical-jaguar]
random_pet.name[6647]: Creation complete after 0s [id=divine-gorilla]
random_pet
…

@rdhar rdhar marked this pull request as ready for review November 22, 2025 13:57
@rdhar rdhar requested a review from Copilot November 22, 2025 13:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes issue #516 by correcting the boolean argument handling for Terraform/OpenTofu CLI flags. Previously, boolean inputs used a non-empty check ([[ -n "$VAR" ]]), which meant that explicitly setting a flag to false (e.g., arg-destroy: false) would still be treated as truthy and pass the flag to the CLI. The fix changes boolean flags to use case-insensitive equality comparison with "true" ([[ "${VAR,,}" == "true" ]]), ensuring that only explicit true values activate the flags.

Key Changes:

  • Updated 14 boolean CLI flag arguments to check for explicit true value (case-insensitive)
  • Arguments with values (e.g., arg-backend-config, arg-lock) correctly remain using non-empty checks
  • Prevents dangerous operations like destroy from being accidentally triggered when set to false

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rdhar rdhar merged commit 5a42290 into main Nov 22, 2025
20 checks passed
@rdhar rdhar deleted the fix-arg-destroy-false-input branch November 22, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenTofu arg-destroy ignores false

2 participants