terraform.tfstate.backup 783 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "version": 4,
  3. "terraform_version": "1.9.0",
  4. "serial": 23,
  5. "lineage": "97cf6d39-07aa-43df-7034-36aaeb3434b2",
  6. "outputs": {
  7. "result": {
  8. "value": "k3s集群部署成功!worker已自动加入!",
  9. "type": "string"
  10. }
  11. },
  12. "resources": [
  13. {
  14. "mode": "managed",
  15. "type": "null_resource",
  16. "name": "k3s_install_all",
  17. "provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
  18. "instances": [
  19. {
  20. "status": "tainted",
  21. "schema_version": 0,
  22. "attributes": {
  23. "id": "4229184312680269698",
  24. "triggers": {
  25. "ts": "2026-04-30T08:33:28Z"
  26. }
  27. },
  28. "sensitive_attributes": []
  29. }
  30. ]
  31. }
  32. ],
  33. "check_results": null
  34. }