Guest User

Untitled

a guest
Aug 31st, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.35 KB | None | 0 0
  1. $ go test -v -timeout 20m -run TestTerraformAwsRdsExample
  2. === RUN TestTerraformAwsRdsExample
  3. === PAUSE TestTerraformAwsRdsExample
  4. === CONT TestTerraformAwsRdsExample
  5. TestTerraformAwsRdsExample 2018-08-31T16:55:32+02:00 region.go:72: Looking up all AWS regions available in this account
  6. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 region.go:57: Using region eu-west-1
  7. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 retry.go:69: Running terraform [init -upgrade=false]
  8. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:52: Running command terraform with args [init -upgrade=false]
  9. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  10. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: Initializing provider plugins...
  11. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  12. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: The following providers do not have any version constraints in configuration,
  13. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: so the latest version was installed.
  14. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  15. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: To prevent automatic upgrades to new major versions that may contain breaking
  16. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: changes, it is recommended to add version = "..." constraints to the
  17. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: corresponding provider blocks in configuration, with the constraint strings
  18. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: suggested below.
  19. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  20. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: * provider.aws: version = "~> 1.33"
  21. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  22. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: Terraform has been successfully initialized!
  23. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  24. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: You may now begin working with Terraform. Try running "terraform plan" to see
  25. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: any changes that are required for your infrastructure. All Terraform commands
  26. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: should now work.
  27. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96:
  28. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: If you ever set or change modules or backend configuration for Terraform,
  29. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: rerun this command to reinitialize your working directory. If you forget, other
  30. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:96: commands will detect it and remind you to do so if necessary.
  31. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 retry.go:69: Running terraform [get -update]
  32. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:52: Running command terraform with args [get -update]
  33. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 retry.go:69: Running terraform [apply -input=false -lock=false -auto-approve -var engine_name="mysql" -var major_engine_version="5.7" -var license_model="general-public-license" -var engine_version="5.7.21" -var name="terratest-aws-example-wk4wlg" -var family="mysql5.7" -var username="username" -var password="password" -var allocated_storage="5"]
  34. TestTerraformAwsRdsExample 2018-08-31T16:55:33+02:00 command.go:52: Running command terraform with args [apply -input=false -lock=false -auto-approve -var engine_name="mysql" -var major_engine_version="5.7" -var license_model="general-public-license" -var engine_version="5.7.21" -var name="terratest-aws-example-wk4wlg" -var family="mysql5.7" -var username="username" -var password="password" -var allocated_storage="5"]
  35. TestTerraformAwsRdsExample 2018-08-31T16:55:36+02:00 command.go:96: data.aws_availability_zones.available: Refreshing state...
  36. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: aws_db_parameter_group.example: Creating...
  37. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: arn: "" => "<computed>"
  38. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: description: "" => "Managed by Terraform"
  39. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: family: "" => "mysql5.7"
  40. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: name: "" => "terratest-aws-example-wk4wlg"
  41. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: name_prefix: "" => "<computed>"
  42. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: parameter.#: "" => "1"
  43. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: parameter.1212351445.apply_method: "" => "immediate"
  44. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: parameter.1212351445.name: "" => "general_log"
  45. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: parameter.1212351445.value: "" => "0"
  46. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: tags.%: "" => "1"
  47. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg"
  48. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: aws_db_option_group.example: Creating...
  49. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: arn: "" => "<computed>"
  50. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: engine_name: "" => "mysql"
  51. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: major_engine_version: "" => "5.7"
  52. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: name: "" => "terratest-aws-example-wk4wlg"
  53. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: name_prefix: "" => "<computed>"
  54. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.#: "" => "1"
  55. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.db_security_group_memberships.#: "" => "0"
  56. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.option_name: "" => "MARIADB_AUDIT_PLUGIN"
  57. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.option_settings.#: "" => "1"
  58. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.option_settings.356656412.name: "" => "SERVER_AUDIT_EVENTS"
  59. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.option_settings.356656412.value: "" => "CONNECT"
  60. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.port: "" => ""
  61. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.version: "" => ""
  62. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option.4282850321.vpc_security_group_memberships.#: "" => "0"
  63. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: option_group_description: "" => "Managed by Terraform"
  64. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: tags.%: "" => "1"
  65. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg"
  66. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: aws_vpc.example: Creating...
  67. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: arn: "" => "<computed>"
  68. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: assign_generated_ipv6_cidr_block: "" => "false"
  69. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: cidr_block: "" => "10.0.0.0/16"
  70. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: default_network_acl_id: "" => "<computed>"
  71. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: default_route_table_id: "" => "<computed>"
  72. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: default_security_group_id: "" => "<computed>"
  73. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: dhcp_options_id: "" => "<computed>"
  74. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: enable_classiclink: "" => "<computed>"
  75. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: enable_classiclink_dns_support: "" => "<computed>"
  76. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: enable_dns_hostnames: "" => "<computed>"
  77. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: enable_dns_support: "" => "true"
  78. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: instance_tenancy: "" => "default"
  79. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: ipv6_association_id: "" => "<computed>"
  80. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: ipv6_cidr_block: "" => "<computed>"
  81. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: main_route_table_id: "" => "<computed>"
  82. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: tags.%: "" => "1"
  83. TestTerraformAwsRdsExample 2018-08-31T16:55:38+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg"
  84. TestTerraformAwsRdsExample 2018-08-31T16:55:39+02:00 command.go:96: aws_db_option_group.example: Creation complete after 1s (ID: terratest-aws-example-wk4wlg)
  85. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_vpc.example: Creation complete after 2s (ID: vpc-0a6c29d26c81130d3)
  86. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_subnet.example_2: Creating...
  87. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: arn: "" => "<computed>"
  88. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: assign_ipv6_address_on_creation: "" => "false"
  89. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: availability_zone: "" => "eu-west-1b"
  90. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: cidr_block: "" => "10.0.1.0/24"
  91. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: ipv6_cidr_block: "" => "<computed>"
  92. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: ipv6_cidr_block_association_id: "" => "<computed>"
  93. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: map_public_ip_on_launch: "" => "false"
  94. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: tags.%: "" => "1"
  95. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg-2"
  96. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: vpc_id: "" => "vpc-0a6c29d26c81130d3"
  97. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_subnet.example_1: Creating...
  98. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: arn: "" => "<computed>"
  99. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: assign_ipv6_address_on_creation: "" => "false"
  100. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: availability_zone: "" => "eu-west-1a"
  101. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: cidr_block: "" => "10.0.0.0/24"
  102. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: ipv6_cidr_block: "" => "<computed>"
  103. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: ipv6_cidr_block_association_id: "" => "<computed>"
  104. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: map_public_ip_on_launch: "" => "false"
  105. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: tags.%: "" => "1"
  106. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg-1"
  107. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: vpc_id: "" => "vpc-0a6c29d26c81130d3"
  108. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_db_parameter_group.example: Creation complete after 2s (ID: terratest-aws-example-wk4wlg)
  109. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_subnet.example_1: Creation complete after 1s (ID: subnet-0c32885f25631f0fb)
  110. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_subnet.example_2: Creation complete after 1s (ID: subnet-0d845d4b7d0606943)
  111. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: aws_db_subnet_group.example: Creating...
  112. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: arn: "" => "<computed>"
  113. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: description: "" => "Managed by Terraform"
  114. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: name: "" => "terratest-aws-example-wk4wlg"
  115. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: name_prefix: "" => "<computed>"
  116. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: subnet_ids.#: "" => "2"
  117. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: subnet_ids.3760673745: "" => "subnet-0c32885f25631f0fb"
  118. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: subnet_ids.9117458: "" => "subnet-0d845d4b7d0606943"
  119. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: tags.%: "" => "1"
  120. TestTerraformAwsRdsExample 2018-08-31T16:55:41+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg"
  121. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: aws_db_subnet_group.example: Creation complete after 1s (ID: terratest-aws-example-wk4wlg)
  122. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: aws_db_instance.example: Creating...
  123. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: address: "" => "<computed>"
  124. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: allocated_storage: "" => "5"
  125. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: apply_immediately: "" => "<computed>"
  126. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: arn: "" => "<computed>"
  127. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: auto_minor_version_upgrade: "" => "true"
  128. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: availability_zone: "" => "<computed>"
  129. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: backup_retention_period: "" => "<computed>"
  130. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: backup_window: "" => "<computed>"
  131. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: ca_cert_identifier: "" => "<computed>"
  132. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: character_set_name: "" => "<computed>"
  133. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: copy_tags_to_snapshot: "" => "false"
  134. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: db_subnet_group_name: "" => "terratest-aws-example-wk4wlg"
  135. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: endpoint: "" => "<computed>"
  136. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: engine: "" => "mysql"
  137. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: engine_version: "" => "<computed>"
  138. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: hosted_zone_id: "" => "<computed>"
  139. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: identifier: "" => "terratest-aws-example-wk4wlg"
  140. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: identifier_prefix: "" => "<computed>"
  141. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: instance_class: "" => "db.t2.micro"
  142. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: kms_key_id: "" => "<computed>"
  143. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: license_model: "" => "general-public-license"
  144. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: maintenance_window: "" => "<computed>"
  145. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: monitoring_interval: "" => "0"
  146. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: monitoring_role_arn: "" => "<computed>"
  147. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: multi_az: "" => "<computed>"
  148. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: name: "" => "<computed>"
  149. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: option_group_name: "" => "terratest-aws-example-wk4wlg"
  150. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: parameter_group_name: "" => "terratest-aws-example-wk4wlg"
  151. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: password: "<sensitive>" => "<sensitive>"
  152. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: port: "" => "<computed>"
  153. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: publicly_accessible: "" => "false"
  154. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: replicas.#: "" => "<computed>"
  155. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: resource_id: "" => "<computed>"
  156. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: skip_final_snapshot: "" => "true"
  157. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: status: "" => "<computed>"
  158. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: storage_type: "" => "<computed>"
  159. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: tags.%: "" => "1"
  160. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: tags.Name: "" => "terratest-aws-example-wk4wlg"
  161. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: timezone: "" => "<computed>"
  162. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: username: "" => "username"
  163. TestTerraformAwsRdsExample 2018-08-31T16:55:42+02:00 command.go:96: vpc_security_group_ids.#: "" => "<computed>"
  164. TestTerraformAwsRdsExample 2018-08-31T16:55:52+02:00 command.go:96: aws_db_instance.example: Still creating... (10s elapsed)
  165. TestTerraformAwsRdsExample 2018-08-31T16:56:02+02:00 command.go:96: aws_db_instance.example: Still creating... (20s elapsed)
  166. TestTerraformAwsRdsExample 2018-08-31T16:56:12+02:00 command.go:96: aws_db_instance.example: Still creating... (30s elapsed)
  167. TestTerraformAwsRdsExample 2018-08-31T16:56:22+02:00 command.go:96: aws_db_instance.example: Still creating... (40s elapsed)
  168. TestTerraformAwsRdsExample 2018-08-31T16:56:32+02:00 command.go:96: aws_db_instance.example: Still creating... (50s elapsed)
  169. TestTerraformAwsRdsExample 2018-08-31T16:56:42+02:00 command.go:96: aws_db_instance.example: Still creating... (1m0s elapsed)
  170. TestTerraformAwsRdsExample 2018-08-31T16:56:52+02:00 command.go:96: aws_db_instance.example: Still creating... (1m10s elapsed)
  171. TestTerraformAwsRdsExample 2018-08-31T16:57:02+02:00 command.go:96: aws_db_instance.example: Still creating... (1m20s elapsed)
  172. TestTerraformAwsRdsExample 2018-08-31T16:57:12+02:00 command.go:96: aws_db_instance.example: Still creating... (1m30s elapsed)
  173. TestTerraformAwsRdsExample 2018-08-31T16:57:22+02:00 command.go:96: aws_db_instance.example: Still creating... (1m40s elapsed)
  174. TestTerraformAwsRdsExample 2018-08-31T16:57:32+02:00 command.go:96: aws_db_instance.example: Still creating... (1m50s elapsed)
  175. TestTerraformAwsRdsExample 2018-08-31T16:57:42+02:00 command.go:96: aws_db_instance.example: Still creating... (2m0s elapsed)
  176. TestTerraformAwsRdsExample 2018-08-31T16:57:52+02:00 command.go:96: aws_db_instance.example: Still creating... (2m10s elapsed)
  177. TestTerraformAwsRdsExample 2018-08-31T16:58:02+02:00 command.go:96: aws_db_instance.example: Still creating... (2m20s elapsed)
  178. TestTerraformAwsRdsExample 2018-08-31T16:58:12+02:00 command.go:96: aws_db_instance.example: Still creating... (2m30s elapsed)
  179. TestTerraformAwsRdsExample 2018-08-31T16:58:22+02:00 command.go:96: aws_db_instance.example: Still creating... (2m40s elapsed)
  180. TestTerraformAwsRdsExample 2018-08-31T16:58:32+02:00 command.go:96: aws_db_instance.example: Still creating... (2m50s elapsed)
  181. TestTerraformAwsRdsExample 2018-08-31T16:58:42+02:00 command.go:96: aws_db_instance.example: Still creating... (3m0s elapsed)
  182. TestTerraformAwsRdsExample 2018-08-31T16:58:52+02:00 command.go:96: aws_db_instance.example: Still creating... (3m10s elapsed)
  183. TestTerraformAwsRdsExample 2018-08-31T16:59:02+02:00 command.go:96: aws_db_instance.example: Still creating... (3m20s elapsed)
  184. TestTerraformAwsRdsExample 2018-08-31T16:59:12+02:00 command.go:96: aws_db_instance.example: Still creating... (3m30s elapsed)
  185. TestTerraformAwsRdsExample 2018-08-31T16:59:22+02:00 command.go:96: aws_db_instance.example: Still creating... (3m40s elapsed)
  186. TestTerraformAwsRdsExample 2018-08-31T16:59:32+02:00 command.go:96: aws_db_instance.example: Still creating... (3m50s elapsed)
  187. TestTerraformAwsRdsExample 2018-08-31T16:59:42+02:00 command.go:96: aws_db_instance.example: Still creating... (4m0s elapsed)
  188. TestTerraformAwsRdsExample 2018-08-31T16:59:52+02:00 command.go:96: aws_db_instance.example: Still creating... (4m10s elapsed)
  189. TestTerraformAwsRdsExample 2018-08-31T17:00:02+02:00 command.go:96: aws_db_instance.example: Still creating... (4m20s elapsed)
  190. TestTerraformAwsRdsExample 2018-08-31T17:00:12+02:00 command.go:96: aws_db_instance.example: Still creating... (4m30s elapsed)
  191. TestTerraformAwsRdsExample 2018-08-31T17:00:22+02:00 command.go:96: aws_db_instance.example: Still creating... (4m40s elapsed)
  192. TestTerraformAwsRdsExample 2018-08-31T17:00:32+02:00 command.go:96: aws_db_instance.example: Still creating... (4m50s elapsed)
  193. TestTerraformAwsRdsExample 2018-08-31T17:00:42+02:00 command.go:96: aws_db_instance.example: Still creating... (5m0s elapsed)
  194. TestTerraformAwsRdsExample 2018-08-31T17:00:52+02:00 command.go:96: aws_db_instance.example: Still creating... (5m10s elapsed)
  195. TestTerraformAwsRdsExample 2018-08-31T17:01:02+02:00 command.go:96: aws_db_instance.example: Still creating... (5m20s elapsed)
  196. TestTerraformAwsRdsExample 2018-08-31T17:01:12+02:00 command.go:96: aws_db_instance.example: Still creating... (5m30s elapsed)
  197. TestTerraformAwsRdsExample 2018-08-31T17:01:22+02:00 command.go:96: aws_db_instance.example: Still creating... (5m40s elapsed)
  198. TestTerraformAwsRdsExample 2018-08-31T17:01:32+02:00 command.go:96: aws_db_instance.example: Still creating... (5m50s elapsed)
  199. TestTerraformAwsRdsExample 2018-08-31T17:01:42+02:00 command.go:96: aws_db_instance.example: Still creating... (6m0s elapsed)
  200. TestTerraformAwsRdsExample 2018-08-31T17:01:52+02:00 command.go:96: aws_db_instance.example: Still creating... (6m10s elapsed)
  201. TestTerraformAwsRdsExample 2018-08-31T17:02:02+02:00 command.go:96: aws_db_instance.example: Still creating... (6m20s elapsed)
  202. TestTerraformAwsRdsExample 2018-08-31T17:02:12+02:00 command.go:96: aws_db_instance.example: Still creating... (6m30s elapsed)
  203. TestTerraformAwsRdsExample 2018-08-31T17:02:22+02:00 command.go:96: aws_db_instance.example: Still creating... (6m40s elapsed)
  204. TestTerraformAwsRdsExample 2018-08-31T17:02:32+02:00 command.go:96: aws_db_instance.example: Still creating... (6m50s elapsed)
  205. TestTerraformAwsRdsExample 2018-08-31T17:02:42+02:00 command.go:96: aws_db_instance.example: Still creating... (7m0s elapsed)
  206. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96: aws_db_instance.example: Still creating... (7m10s elapsed)
  207. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96: aws_db_instance.example: Creation complete after 7m10s (ID: terratest-aws-example-wk4wlg)
  208. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96:
  209. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96: Apply complete! Resources: 7 added, 0 changed, 0 destroyed.
  210. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96:
  211. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96: Outputs:
  212. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96:
  213. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:96: db_instance_id = terratest-aws-example-wk4wlg
  214. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 retry.go:69: Running terraform [output -no-color db_instance_id]
  215. TestTerraformAwsRdsExample 2018-08-31T17:02:52+02:00 command.go:52: Running command terraform with args [output -no-color db_instance_id]
  216. TestTerraformAwsRdsExample 2018-08-31T17:04:18+02:00 command.go:96: terratest-aws-example-wk4wlg
  217. TestTerraformAwsRdsExample 2018-08-31T17:04:19+02:00 retry.go:69: Running terraform [destroy -auto-approve -input=false -lock=false -var engine_name="mysql" -var major_engine_version="5.7" -var license_model="general-public-license" -var name="terratest-aws-example-wk4wlg" -var family="mysql5.7" -var username="username" -var password="password" -var allocated_storage="5" -var engine_version="5.7.21"]
  218. TestTerraformAwsRdsExample 2018-08-31T17:04:19+02:00 command.go:52: Running command terraform with args [destroy -auto-approve -input=false -lock=false -var engine_name="mysql" -var major_engine_version="5.7" -var license_model="general-public-license" -var name="terratest-aws-example-wk4wlg" -var family="mysql5.7" -var username="username" -var password="password" -var allocated_storage="5" -var engine_version="5.7.21"]
  219. TestTerraformAwsRdsExample 2018-08-31T17:04:22+02:00 command.go:96: aws_vpc.example: Refreshing state... (ID: vpc-0a6c29d26c81130d3)
  220. TestTerraformAwsRdsExample 2018-08-31T17:04:22+02:00 command.go:96: aws_db_option_group.example: Refreshing state... (ID: terratest-aws-example-wk4wlg)
  221. TestTerraformAwsRdsExample 2018-08-31T17:04:22+02:00 command.go:96: aws_db_parameter_group.example: Refreshing state... (ID: terratest-aws-example-wk4wlg)
  222. TestTerraformAwsRdsExample 2018-08-31T17:04:22+02:00 command.go:96: data.aws_availability_zones.available: Refreshing state...
  223. TestTerraformAwsRdsExample 2018-08-31T17:04:23+02:00 command.go:96: aws_subnet.example_2: Refreshing state... (ID: subnet-0d845d4b7d0606943)
  224. TestTerraformAwsRdsExample 2018-08-31T17:04:23+02:00 command.go:96: aws_subnet.example_1: Refreshing state... (ID: subnet-0c32885f25631f0fb)
  225. TestTerraformAwsRdsExample 2018-08-31T17:04:23+02:00 command.go:96: aws_db_subnet_group.example: Refreshing state... (ID: terratest-aws-example-wk4wlg)
  226. TestTerraformAwsRdsExample 2018-08-31T17:04:23+02:00 command.go:96: aws_db_instance.example: Refreshing state... (ID: terratest-aws-example-wk4wlg)
  227. TestTerraformAwsRdsExample 2018-08-31T17:04:25+02:00 command.go:96: aws_db_instance.example: Destroying... (ID: terratest-aws-example-wk4wlg)
  228. TestTerraformAwsRdsExample 2018-08-31T17:04:35+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 10s elapsed)
  229. TestTerraformAwsRdsExample 2018-08-31T17:04:45+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 20s elapsed)
  230. TestTerraformAwsRdsExample 2018-08-31T17:04:55+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 30s elapsed)
  231. TestTerraformAwsRdsExample 2018-08-31T17:05:05+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 40s elapsed)
  232. TestTerraformAwsRdsExample 2018-08-31T17:05:15+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 50s elapsed)
  233. TestTerraformAwsRdsExample 2018-08-31T17:05:25+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 1m0s elapsed)
  234. TestTerraformAwsRdsExample 2018-08-31T17:05:35+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 1m10s elapsed)
  235. TestTerraformAwsRdsExample 2018-08-31T17:05:45+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 1m20s elapsed)
  236. TestTerraformAwsRdsExample 2018-08-31T17:05:55+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 1m30s elapsed)
  237. TestTerraformAwsRdsExample 2018-08-31T17:06:05+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 1m40s elapsed)
  238. TestTerraformAwsRdsExample 2018-08-31T17:06:15+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 1m50s elapsed)
  239. TestTerraformAwsRdsExample 2018-08-31T17:06:25+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 2m0s elapsed)
  240. TestTerraformAwsRdsExample 2018-08-31T17:06:35+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 2m10s elapsed)
  241. TestTerraformAwsRdsExample 2018-08-31T17:06:45+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 2m20s elapsed)
  242. TestTerraformAwsRdsExample 2018-08-31T17:06:55+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 2m30s elapsed)
  243. TestTerraformAwsRdsExample 2018-08-31T17:07:05+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 2m40s elapsed)
  244. TestTerraformAwsRdsExample 2018-08-31T17:07:15+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 2m50s elapsed)
  245. TestTerraformAwsRdsExample 2018-08-31T17:07:25+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 3m0s elapsed)
  246. TestTerraformAwsRdsExample 2018-08-31T17:07:35+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 3m10s elapsed)
  247. TestTerraformAwsRdsExample 2018-08-31T17:07:45+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 3m20s elapsed)
  248. TestTerraformAwsRdsExample 2018-08-31T17:07:55+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 3m30s elapsed)
  249. TestTerraformAwsRdsExample 2018-08-31T17:08:05+02:00 command.go:96: aws_db_instance.example: Still destroying... (ID: terratest-aws-example-wk4wlg, 3m40s elapsed)
  250. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_instance.example: Destruction complete after 3m44s
  251. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_subnet_group.example: Destroying... (ID: terratest-aws-example-wk4wlg)
  252. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_parameter_group.example: Destroying... (ID: terratest-aws-example-wk4wlg)
  253. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_option_group.example: Destroying... (ID: terratest-aws-example-wk4wlg)
  254. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_subnet_group.example: Destruction complete after 0s
  255. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_subnet.example_2: Destroying... (ID: subnet-0d845d4b7d0606943)
  256. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_subnet.example_1: Destroying... (ID: subnet-0c32885f25631f0fb)
  257. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_option_group.example: Destruction complete after 0s
  258. TestTerraformAwsRdsExample 2018-08-31T17:08:10+02:00 command.go:96: aws_db_parameter_group.example: Destruction complete after 1s
  259. TestTerraformAwsRdsExample 2018-08-31T17:08:11+02:00 command.go:96: aws_subnet.example_1: Destruction complete after 2s
  260. TestTerraformAwsRdsExample 2018-08-31T17:08:11+02:00 command.go:96: aws_subnet.example_2: Destruction complete after 2s
  261. TestTerraformAwsRdsExample 2018-08-31T17:08:11+02:00 command.go:96: aws_vpc.example: Destroying... (ID: vpc-0a6c29d26c81130d3)
  262. TestTerraformAwsRdsExample 2018-08-31T17:08:11+02:00 command.go:96: aws_vpc.example: Destruction complete after 0s
  263. TestTerraformAwsRdsExample 2018-08-31T17:08:11+02:00 command.go:96:
  264. TestTerraformAwsRdsExample 2018-08-31T17:08:11+02:00 command.go:96: Destroy complete! Resources: 7 destroyed.
  265. --- PASS: TestTerraformAwsRdsExample (759.06s)
  266. PASS
  267. ok terratest/test 759.082s
  268. $
Add Comment
Please, Sign In to add comment