Skip to content

fix create prepaid mysql error #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2020
Merged

Conversation

gailwang
Copy link
Contributor

$ terraform apply
2020/10/16 19:10:41 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
  Use TF_LOG=TRACE to see Terraform's internal logs.
  ----

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # tencentcloud_mysql_instance.prepaid will be created
  + resource "tencentcloud_mysql_instance" "prepaid" {
      + auto_renew_flag   = 1
      + availability_zone = "ap-guangzhou-3"
      + charge_type       = "PREPAID"
      + engine_version    = "5.7"
      + first_slave_zone  = "ap-guangzhou-3"
      + force_delete      = false
      + gtid              = (known after apply)
      + id                = (known after apply)
      + instance_name     = "testAccMysqlPrepaid"
      + internet_host     = (known after apply)
      + internet_port     = (known after apply)
      + internet_service  = 0
      + intranet_ip       = (known after apply)
      + intranet_port     = 3360
      + locked            = (known after apply)
      + mem_size          = 1000
      + prepaid_period    = 2
      + project_id        = 0
      + root_password     = (sensitive value)
      + slave_deploy_mode = 0
      + slave_sync_mode   = 0
      + status            = (known after apply)
      + task_status       = (known after apply)
      + volume_size       = 50
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

tencentcloud_mysql_instance.prepaid: Creating...
tencentcloud_mysql_instance.prepaid: Still creating... [10s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [20s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [30s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [40s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [50s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [1m0s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [1m10s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [1m20s elapsed]
tencentcloud_mysql_instance.prepaid: Still creating... [1m30s elapsed]
tencentcloud_mysql_instance.prepaid: Creation complete after 1m32s [id=cdb-73xh0bl3]

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

@oliverpei oliverpei merged commit e4e463c into tencentcloudstack:master Oct 19, 2020
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.

2 participants