Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ resource "tencentcloud_teo_dns_record" "dns_record" {
+ cname = (known after apply)
+ content = "<your-backend-ip>"
+ created_on = (known after apply)
+ domain_status = (known after apply)
+ id = (known after apply)
+ locked = (known after apply)
+ mode = "proxied"
+ modified_on = (known after apply)
+ name = "example.com"
+ priority = (known after apply)
+ type = "A"
+ status = (known after apply)
+ ttl = 60
+ zone_id = (known after apply)
}
+ resource "tencentcloud_teo_zone" "zone" {
+ area = (known after apply)
+ cname_speed_up = "enabled"
+ cname_status = (known after apply)
+ created_on = (known after apply)
+ id = (known after apply)
+ modified_on = (known after apply)
+ name = "example.com"
+ name_servers = (known after apply)
+ original_name_servers = (known after apply)
+ paused = false
+ plan_type = "sta"
+ status = (known after apply)
+ type = "full"
+ vanity_name_servers_ips = (known after apply)
+ vanity_name_servers {
+ servers = (known after apply)
+ switch = (known after apply)
}
}
Plan: 2 to add, 0 to change, 0 to destroy.
───────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now.
Was this page helpful?