Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. {
  2. "version": 4,
  3. "terraform_version": "0.12.4",
  4. "serial": 55,
  5. "lineage": "7468d9d0-35f4-0178-6054-5cddfc07a1b5",
  6. "outputs": {},
  7. "resources": [
  8. {
  9. "mode": "managed",
  10. "type": "random_pet",
  11. "name": "no_iterator",
  12. "provider": "provider.random",
  13. "instances": [
  14. {
  15. "schema_version": 0,
  16. "attributes": {
  17. "id": "cuddly-doberman",
  18. "keepers": null,
  19. "length": 2,
  20. "prefix": null,
  21. "separator": "-"
  22. },
  23. "private": "bnVsbA=="
  24. }
  25. ]
  26. },
  27. {
  28. "mode": "managed",
  29. "type": "random_pet",
  30. "name": "with_count",
  31. "each": "list",
  32. "provider": "provider.random",
  33. "instances": [
  34. {
  35. "index_key": 0,
  36. "schema_version": 0,
  37. "attributes": {
  38. "id": "becoming-bat",
  39. "keepers": null,
  40. "length": 2,
  41. "prefix": null,
  42. "separator": "-"
  43. },
  44. "private": "bnVsbA=="
  45. },
  46. {
  47. "index_key": 1,
  48. "schema_version": 0,
  49. "attributes": {
  50. "id": "quiet-sloth",
  51. "keepers": null,
  52. "length": 2,
  53. "prefix": null,
  54. "separator": "-"
  55. },
  56. "private": "bnVsbA=="
  57. }
  58. ]
  59. },
  60. {
  61. "mode": "managed",
  62. "type": "random_pet",
  63. "name": "with_for_each",
  64. "each": "map",
  65. "provider": "provider.random",
  66. "instances": [
  67. {
  68. "index_key": "a",
  69. "schema_version": 0,
  70. "attributes": {
  71. "id": "humble-jay",
  72. "keepers": null,
  73. "length": 2,
  74. "prefix": null,
  75. "separator": "-"
  76. },
  77. "private": "bnVsbA=="
  78. },
  79. {
  80. "index_key": "b",
  81. "schema_version": 0,
  82. "attributes": {
  83. "id": "enabling-gannet",
  84. "keepers": null,
  85. "length": 2,
  86. "prefix": null,
  87. "separator": "-"
  88. },
  89. "private": "bnVsbA=="
  90. }
  91. ]
  92. }
  93. ]
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement