Overview
Strengths
Scenarios
resource block, which describes one or more infrastructure objects, such as VPC and VM.resource block, which contains the resource keyword, resource type, resource name, and resource block body as shown below:resource "tencentcloud_vpc" "foo" {name = "ci-temp-test-updated"cidr_block = "10.0.0.0/16"dns_servers = ["119.29.29.29", "8.8.8.8"]is_multicast = falsetags = {"test" = "test"}}
<Resource type>.<Name>.<Attribute> as shown below:tencentcloud_vpc.foo.resource # ci-temp-test-updated
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan