Advertisement
kopyl

Untitled

Oct 3rd, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.22 KB | None | 0 0
  1. '10.03.2022 06:15 [DIGGER] Initiating infra deployment
  2. 10.03.2022 06:15 Initializing modules...
  3. 10.03.2022 06:15 Downloading registry.terraform.io/terraform-aws-modules/vpc/aws 3.16.0 for vpc...
  4. 10.03.2022 06:15 - vpc in .terraform/modules/vpc
  5. 10.03.2022 06:15
  6. 10.03.2022 06:15 Initializing the backend...
  7. 10.03.2022 06:15
  8. 10.03.2022 06:15 Successfully configured the backend "s3"! Terraform will automatically
  9. 10.03.2022 06:15 use this backend unless the backend configuration changes.
  10. 10.03.2022 06:15
  11. 10.03.2022 06:15 Initializing provider plugins...
  12. 10.03.2022 06:15 - Finding hashicorp/aws versions matching ">= 3.73.0, ~> 4.0"...
  13. 10.03.2022 06:15 - Finding hashicorp/archive versions matching "1.3.0"...
  14. 10.03.2022 06:15 - Finding hashicorp/local versions matching "1.4.0"...
  15. 10.03.2022 06:15 - Finding hashicorp/template versions matching "2.1.2"...
  16. 10.03.2022 06:15 - Installing hashicorp/template v2.1.2...
  17. 10.03.2022 06:15 - Installed hashicorp/template v2.1.2 (signed by HashiCorp)
  18. 10.03.2022 06:15 - Installing hashicorp/aws v4.33.0...
  19. 10.03.2022 06:15 - Installed hashicorp/aws v4.33.0 (signed by HashiCorp)
  20. 10.03.2022 06:15 - Installing hashicorp/archive v1.3.0...
  21. 10.03.2022 06:15 - Installed hashicorp/archive v1.3.0 (signed by HashiCorp)
  22. 10.03.2022 06:15 - Installing hashicorp/local v1.4.0...
  23. 10.03.2022 06:15 - Installed hashicorp/local v1.4.0 (signed by HashiCorp)
  24. 10.03.2022 06:15
  25. 10.03.2022 06:15 Terraform has created a lock file .terraform.lock.hcl to record the provider
  26. 10.03.2022 06:15 selections it made above. Include this file in your version control repository
  27. 10.03.2022 06:15 so that Terraform can guarantee to make the same selections by default when
  28. 10.03.2022 06:15 you run "terraform init" in the future.
  29. 10.03.2022 06:15
  30. 10.03.2022 06:15 Terraform has been successfully initialized!
  31. 10.03.2022 06:15
  32. 10.03.2022 06:15 You may now begin working with Terraform. Try running "terraform plan" to see
  33. 10.03.2022 06:15 any changes that are required for your infrastructure. All Terraform commands
  34. 10.03.2022 06:15 should now work.
  35. 10.03.2022 06:15
  36. 10.03.2022 06:15 If you ever set or change modules or backend configuration for Terraform,
  37. 10.03.2022 06:15 rerun this command to reinitialize your working directory. If you forget, other
  38. 10.03.2022 06:15 commands will detect it and remind you to do so if necessary.
  39. 10.03.2022 06:15
  40. 10.03.2022 06:15 Terraform used the selected providers to generate the following execution
  41. 10.03.2022 06:15 plan. Resource actions are indicated with the following symbols:
  42. 10.03.2022 06:15 + create
  43. 10.03.2022 06:15
  44. 10.03.2022 06:15 Terraform will perform the following actions:
  45. 10.03.2022 06:15
  46. 10.03.2022 06:15 # module.vpc.aws_egress_only_internet_gateway.this[0] will be created
  47. 10.03.2022 06:15 + resource "aws_egress_only_internet_gateway" "this" {
  48. 10.03.2022 06:15 + id = (known after apply)
  49. 10.03.2022 06:15 + tags = {
  50. 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
  51. 10.03.2022 06:15 }
  52. 10.03.2022 06:15 + tags_all = {
  53. 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
  54. 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
  55. 10.03.2022 06:15 }
  56. 10.03.2022 06:15 + vpc_id = (known after apply)
  57. 10.03.2022 06:15 }
  58. 10.03.2022 06:15
  59. 10.03.2022 06:15 # module.vpc.aws_internet_gateway.this[0] will be created
  60. 10.03.2022 06:15 + resource "aws_internet_gateway" "this" {
  61. 10.03.2022 06:15 + arn = (known after apply)
  62. 10.03.2022 06:15 + id = (known after apply)
  63. 10.03.2022 06:15 + owner_id = (known after apply)
  64. 10.03.2022 06:15 + tags = {
  65. 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
  66. 10.03.2022 06:15 }
  67. 10.03.2022 06:15 + tags_all = {
  68. 10.03.2022 06:15 + "Name" = "Default-13147-vpc"
  69. 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
  70. 10.03.2022 06:15 }
  71. 10.03.2022 06:15 + vpc_id = (known after apply)
  72. 10.03.2022 06:15 }
  73. 10.03.2022 06:15
  74. 10.03.2022 06:15 # module.vpc.aws_route.private_ipv6_egress[0] will be created
  75. 10.03.2022 06:15 + resource "aws_route" "private_ipv6_egress" {
  76. 10.03.2022 06:15 + destination_ipv6_cidr_block = "::/0"
  77. 10.03.2022 06:15 + egress_only_gateway_id = (known after apply)
  78. 10.03.2022 06:15 + id = (known after apply)
  79. 10.03.2022 06:15 + instance_id = (known after apply)
  80. 10.03.2022 06:15 + instance_owner_id = (known after apply)
  81. 10.03.2022 06:15 + network_interface_id = (known after apply)
  82. 10.03.2022 06:15 + origin = (known after apply)
  83. 10.03.2022 06:15 + route_table_id = (known after apply)
  84. 10.03.2022 06:15 + state = (known after apply)
  85. 10.03.2022 06:15 }
  86. 10.03.2022 06:15
  87. 10.03.2022 06:15 # module.vpc.aws_route.private_ipv6_egress[1] will be created
  88. 10.03.2022 06:15 + resource "aws_route" "private_ipv6_egress" {
  89. 10.03.2022 06:15 + destination_ipv6_cidr_block = "::/0"
  90. 10.03.2022 06:15 + egress_only_gateway_id = (known after apply)
  91. 10.03.2022 06:15 + id = (known after apply)
  92. 10.03.2022 06:15 + instance_id = (known after apply)
  93. 10.03.2022 06:15 + instance_owner_id = (known after apply)
  94. 10.03.2022 06:15 + network_interface_id = (known after apply)
  95. 10.03.2022 06:15 + origin = (known after apply)
  96. 10.03.2022 06:15 + route_table_id = (known after apply)
  97. 10.03.2022 06:15 + state = (known after apply)
  98. 10.03.2022 06:15 }
  99. 10.03.2022 06:15
  100. 10.03.2022 06:15 # module.vpc.aws_route.public_internet_gateway[0] will be created
  101. 10.03.2022 06:15 + resource "aws_route" "public_internet_gateway" {
  102. 10.03.2022 06:15 + destination_cidr_block = "0.0.0.0/0"
  103. 10.03.2022 06:15 + gateway_id = (known after apply)
  104. 10.03.2022 06:15 + id = (known after apply)
  105. 10.03.2022 06:15 + instance_id = (known after apply)
  106. 10.03.2022 06:15 + instance_owner_id = (known after apply)
  107. 10.03.2022 06:15 + network_interface_id = (known after apply)
  108. 10.03.2022 06:15 + origin = (known after apply)
  109. 10.03.2022 06:15 + route_table_id = (known after apply)
  110. 10.03.2022 06:15 + state = (known after apply)
  111. 10.03.2022 06:15
  112. 10.03.2022 06:15 + timeouts {
  113. 10.03.2022 06:15 + create = "5m"
  114. 10.03.2022 06:15 }
  115. 10.03.2022 06:15 }
  116. 10.03.2022 06:15
  117. 10.03.2022 06:15 # module.vpc.aws_route.public_internet_gateway_ipv6[0] will be created
  118. 10.03.2022 06:15 + resource "aws_route" "public_internet_gateway_ipv6" {
  119. 10.03.2022 06:15 + destination_ipv6_cidr_block = "::/0"
  120. 10.03.2022 06:15 + gateway_id = (known after apply)
  121. 10.03.2022 06:15 + id = (known after apply)
  122. 10.03.2022 06:15 + instance_id = (known after apply)
  123. 10.03.2022 06:15 + instance_owner_id = (known after apply)
  124. 10.03.2022 06:15 + network_interface_id = (known after apply)
  125. 10.03.2022 06:15 + origin = (known after apply)
  126. 10.03.2022 06:15 + route_table_id = (known after apply)
  127. 10.03.2022 06:15 + state = (known after apply)
  128. 10.03.2022 06:15 }
  129. 10.03.2022 06:15
  130. 10.03.2022 06:15 # module.vpc.aws_route_table.private[0] will be created
  131. 10.03.2022 06:15 + resource "aws_route_table" "private" {
  132. 10.03.2022 06:15 + arn = (known after apply)
  133. 10.03.2022 06:15 + id = (known after apply)
  134. 10.03.2022 06:15 + owner_id = (known after apply)
  135. 10.03.2022 06:15 + propagating_vgws = (known after apply)
  136. 10.03.2022 06:15 + route = (known after apply)
  137. 10.03.2022 06:15 + tags = {
  138. 10.03.2022 06:15 + "Name" = "Default-13147-vpc-private"
  139. 10.03.2022 06:15 }
  140. 10.03.2022 06:15 + tags_all = {
  141. 10.03.2022 06:15 + "Name" = "Default-13147-vpc-private"
  142. 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
  143. 10.03.2022 06:15 }
  144. 10.03.2022 06:15 + vpc_id = (known after apply)
  145. 10.03.2022 06:15 }
  146. 10.03.2022 06:15
  147. 10.03.2022 06:15 # module.vpc.aws_route_table.public[0] will be created
  148. 10.03.2022 06:15 + resource "aws_route_table" "public" {
  149. 10.03.2022 06:15 + arn = (known after apply)
  150. 10.03.2022 06:15 + id = (known after apply)
  151. 10.03.2022 06:15 + owner_id = (known after apply)
  152. 10.03.2022 06:15 + propagating_vgws = (known after apply)
  153. 10.03.2022 06:15 + route = (known after apply)
  154. 10.03.2022 06:15 + tags = {
  155. 10.03.2022 06:15 + "Name" = "Default-13147-vpc-public"
  156. 10.03.2022 06:15 }
  157. 10.03.2022 06:15 + tags_all = {
  158. 10.03.2022 06:15 + "Name" = "Default-13147-vpc-public"
  159. 10.03.2022 06:15 + "digger_identifier" = "Default-13147"
  160. 10.03.2022 06:15 }
  161. 10.03.2022 06:15 + vpc_id = (known after apply)
  162. 10.03.2022 06:15 }
  163. 10.03.2022 06:15
  164. 10.03.2022 06:15 # module.vpc.aws_route_table_association.private[0] will be created
  165. 10.03.2022 06:15 + resource "aws_route_table_association" "private" {
  166. 10.03.2022 06:15 + id = (known after apply)
  167. 10.03.2022 06:15 + route_table_id = (known after apply)
  168. 10.03.2022 06:15 + subnet_id = (known after apply)
  169. 10.03.2022 06:15 }
  170. 10.03.2022 06:15
  171. 10.03.2022 06:15 # module.vpc.aws_route_table_association.private[1] will be created
  172. 10.03.2022 06:15 + resource "aws_route_table_association" "private" {
  173. 10.03.2022 06:15 + id = (known after apply)
  174. 10.03.2022 06:15 + route_table_id = (known after apply)
  175. 10.03.2022 06:15 + subnet_id = (known after apply)
  176. 10.03.2022 06:15 }
  177. 10.03.2022 06:15
  178. 10.03.2022 06:15 # module.vpc.aws_route_table_association.public[0] will be created
  179. 10.03.2022 06:15 + resource "aws_route_table_association" "public" {
  180. 10.03.2022 06:15 + id = (known after apply)
  181. 10.03.2022 06:15 + route_table_id = (known after apply)
  182. 10.03.2022 06:16 + subnet_id = (known after apply)
  183. 10.03.2022 06:16 }
  184. 10.03.2022 06:16
  185. 10.03.2022 06:16 # module.vpc.aws_route_table_association.public[1] will be created
  186. 10.03.2022 06:16 + resource "aws_route_table_association" "public" {
  187. 10.03.2022 06:16 + id = (known after apply)
  188. 10.03.2022 06:16 + route_table_id = (known after apply)
  189. 10.03.2022 06:16 + subnet_id = (known after apply)
  190. 10.03.2022 06:16 }
  191. 10.03.2022 06:16
  192. 10.03.2022 06:16 # module.vpc.aws_subnet.private[0] will be created
  193. 10.03.2022 06:16 + resource "aws_subnet" "private" {
  194. 10.03.2022 06:16 + arn = (known after apply)
  195. 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
  196. 10.03.2022 06:16 + availability_zone = "us-east-1a"
  197. 10.03.2022 06:16 + availability_zone_id = (known after apply)
  198. 10.03.2022 06:16 + cidr_block = "10.0.3.0/24"
  199. 10.03.2022 06:16 + enable_dns64 = false
  200. 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
  201. 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
  202. 10.03.2022 06:16 + id = (known after apply)
  203. 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
  204. 10.03.2022 06:16 + ipv6_native = false
  205. 10.03.2022 06:16 + map_public_ip_on_launch = false
  206. 10.03.2022 06:16 + owner_id = (known after apply)
  207. 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
  208. 10.03.2022 06:16 + tags = {
  209. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1a"
  210. 10.03.2022 06:16 }
  211. 10.03.2022 06:16 + tags_all = {
  212. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1a"
  213. 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
  214. 10.03.2022 06:16 }
  215. 10.03.2022 06:16 + vpc_id = (known after apply)
  216. 10.03.2022 06:16 }
  217. 10.03.2022 06:16
  218. 10.03.2022 06:16 # module.vpc.aws_subnet.private[1] will be created
  219. 10.03.2022 06:16 + resource "aws_subnet" "private" {
  220. 10.03.2022 06:16 + arn = (known after apply)
  221. 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
  222. 10.03.2022 06:16 + availability_zone = "us-east-1b"
  223. 10.03.2022 06:16 + availability_zone_id = (known after apply)
  224. 10.03.2022 06:16 + cidr_block = "10.0.4.0/24"
  225. 10.03.2022 06:16 + enable_dns64 = false
  226. 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
  227. 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
  228. 10.03.2022 06:16 + id = (known after apply)
  229. 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
  230. 10.03.2022 06:16 + ipv6_native = false
  231. 10.03.2022 06:16 + map_public_ip_on_launch = false
  232. 10.03.2022 06:16 + owner_id = (known after apply)
  233. 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
  234. 10.03.2022 06:16 + tags = {
  235. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1b"
  236. 10.03.2022 06:16 }
  237. 10.03.2022 06:16 + tags_all = {
  238. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-private-us-east-1b"
  239. 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
  240. 10.03.2022 06:16 }
  241. 10.03.2022 06:16 + vpc_id = (known after apply)
  242. 10.03.2022 06:16 }
  243. 10.03.2022 06:16
  244. 10.03.2022 06:16 # module.vpc.aws_subnet.public[0] will be created
  245. 10.03.2022 06:16 + resource "aws_subnet" "public" {
  246. 10.03.2022 06:16 + arn = (known after apply)
  247. 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
  248. 10.03.2022 06:16 + availability_zone = "us-east-1a"
  249. 10.03.2022 06:16 + availability_zone_id = (known after apply)
  250. 10.03.2022 06:16 + cidr_block = "10.0.1.0/24"
  251. 10.03.2022 06:16 + enable_dns64 = false
  252. 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
  253. 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
  254. 10.03.2022 06:16 + id = (known after apply)
  255. 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
  256. 10.03.2022 06:16 + ipv6_native = false
  257. 10.03.2022 06:16 + map_public_ip_on_launch = true
  258. 10.03.2022 06:16 + owner_id = (known after apply)
  259. 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
  260. 10.03.2022 06:16 + tags = {
  261. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1a"
  262. 10.03.2022 06:16 + "deployed_by" = "digger"
  263. 10.03.2022 06:16 + "digger-target" = "target-network"
  264. 10.03.2022 06:16 }
  265. 10.03.2022 06:16 + tags_all = {
  266. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1a"
  267. 10.03.2022 06:16 + "deployed_by" = "digger"
  268. 10.03.2022 06:16 + "digger-target" = "target-network"
  269. 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
  270. 10.03.2022 06:16 }
  271. 10.03.2022 06:16 + vpc_id = (known after apply)
  272. 10.03.2022 06:16 }
  273. 10.03.2022 06:16
  274. 10.03.2022 06:16 # module.vpc.aws_subnet.public[1] will be created
  275. 10.03.2022 06:16 + resource "aws_subnet" "public" {
  276. 10.03.2022 06:16 + arn = (known after apply)
  277. 10.03.2022 06:16 + assign_ipv6_address_on_creation = false
  278. 10.03.2022 06:16 + availability_zone = "us-east-1b"
  279. 10.03.2022 06:16 + availability_zone_id = (known after apply)
  280. 10.03.2022 06:16 + cidr_block = "10.0.2.0/24"
  281. 10.03.2022 06:16 + enable_dns64 = false
  282. 10.03.2022 06:16 + enable_resource_name_dns_a_record_on_launch = false
  283. 10.03.2022 06:16 + enable_resource_name_dns_aaaa_record_on_launch = false
  284. 10.03.2022 06:16 + id = (known after apply)
  285. 10.03.2022 06:16 + ipv6_cidr_block_association_id = (known after apply)
  286. 10.03.2022 06:16 + ipv6_native = false
  287. 10.03.2022 06:16 + map_public_ip_on_launch = true
  288. 10.03.2022 06:16 + owner_id = (known after apply)
  289. 10.03.2022 06:16 + private_dns_hostname_type_on_launch = (known after apply)
  290. 10.03.2022 06:16 + tags = {
  291. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1b"
  292. 10.03.2022 06:16 + "deployed_by" = "digger"
  293. 10.03.2022 06:16 + "digger-target" = "target-network"
  294. 10.03.2022 06:16 }
  295. 10.03.2022 06:16 + tags_all = {
  296. 10.03.2022 06:16 + "Name" = "Default-13147-vpc-public-us-east-1b"
  297. 10.03.2022 06:16 + "deployed_by" = "digger"
  298. 10.03.2022 06:16 + "digger-target" = "target-network"
  299. 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
  300. 10.03.2022 06:16 }
  301. 10.03.2022 06:16 + vpc_id = (known after apply)
  302. 10.03.2022 06:16 }
  303. 10.03.2022 06:16
  304. 10.03.2022 06:16 # module.vpc.aws_vpc.this[0] will be created
  305. 10.03.2022 06:16 + resource "aws_vpc" "this" {
  306. 10.03.2022 06:16 + arn = (known after apply)
  307. 10.03.2022 06:16 + assign_generated_ipv6_cidr_block = true
  308. 10.03.2022 06:16 + cidr_block = "10.0.0.0/16"
  309. 10.03.2022 06:16 + default_network_acl_id = (known after apply)
  310. 10.03.2022 06:16 + default_route_table_id = (known after apply)
  311. 10.03.2022 06:16 + default_security_group_id = (known after apply)
  312. 10.03.2022 06:16 + dhcp_options_id = (known after apply)
  313. 10.03.2022 06:16 + enable_classiclink = (known after apply)
  314. 10.03.2022 06:16 + enable_classiclink_dns_support = (known after apply)
  315. 10.03.2022 06:16 + enable_dns_hostnames = false
  316. 10.03.2022 06:16 + enable_dns_support = true
  317. 10.03.2022 06:16 + id = (known after apply)
  318. 10.03.2022 06:16 + instance_tenancy = "default"
  319. 10.03.2022 06:16 + ipv6_association_id = (known after apply)
  320. 10.03.2022 06:16 + ipv6_cidr_block = (known after apply)
  321. 10.03.2022 06:16 + ipv6_cidr_block_network_border_group = (known after apply)
  322. 10.03.2022 06:16 + main_route_table_id = (known after apply)
  323. 10.03.2022 06:16 + owner_id = (known after apply)
  324. 10.03.2022 06:16 + tags = {
  325. 10.03.2022 06:16 + "Name" = "Default-13147-vpc"
  326. 10.03.2022 06:16 + "deployed_by" = "digger"
  327. 10.03.2022 06:16 + "digger-target" = "target-network"
  328. 10.03.2022 06:16 }
  329. 10.03.2022 06:16 + tags_all = {
  330. 10.03.2022 06:16 + "Name" = "Default-13147-vpc"
  331. 10.03.2022 06:16 + "deployed_by" = "digger"
  332. 10.03.2022 06:16 + "digger-target" = "target-network"
  333. 10.03.2022 06:16 + "digger_identifier" = "Default-13147"
  334. 10.03.2022 06:16 }
  335. 10.03.2022 06:16 }
  336. 10.03.2022 06:16
  337. 10.03.2022 06:16 Plan: 17 to add, 0 to change, 0 to destroy.
  338. 10.03.2022 06:16
  339. 10.03.2022 06:16 Changes to Outputs:
  340. 10.03.2022 06:16 + default_security_group_id = (known after apply)
  341. 10.03.2022 06:16 + private_subnet_ids = [
  342. 10.03.2022 06:16 + (known after apply),
  343. 10.03.2022 06:16 + (known after apply),
  344. 10.03.2022 06:16 ]
  345. 10.03.2022 06:16 + public_subnet_ids = [
  346. 10.03.2022 06:16 + (known after apply),
  347. 10.03.2022 06:16 + (known after apply),
  348. 10.03.2022 06:16 ]
  349. 10.03.2022 06:16 + vpc_id = (known after apply)
  350. 10.03.2022 06:16 module.vpc.aws_vpc.this[0]: Creating...
  351. 10.03.2022 06:16 [DIGGER] Infra deployment failed with unexpected error'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement