Skip to content

Commit 42962d2

Browse files
author
hhermanwang
committed
Alignment format
1 parent 71c6131 commit 42962d2

File tree

1 file changed

+15
-15
lines changed
  • examples/tencentcloud-sqlserver

1 file changed

+15
-15
lines changed

examples/tencentcloud-sqlserver/main.tf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@ resource "tencentcloud_sqlserver_instance" "example" {
4343
}
4444

4545
resource "tencentcloud_sqlserver_basic_instance" "test" {
46-
name = "tf_sqlserver_basic_instance"
47-
availability_zone = "ap-guangzhou-3"
48-
charge_type = "POSTPAID_BY_HOUR"
49-
vpc_id = tencentcloud_vpc.sqlserver_vpc.id
50-
subnet_id = tencentcloud_subnet.sqlserver_subnet.id
51-
machine_type ="CLOUD_PREMIUM"
52-
project_id = 0
53-
memory = 2
54-
storage = 20
55-
cpu = 1
56-
security_groups = ["sg-nltpbqg1"]
57-
goods_num = 1
46+
name = "tf_sqlserver_basic_instance"
47+
availability_zone = "ap-guangzhou-3"
48+
charge_type = "POSTPAID_BY_HOUR"
49+
vpc_id = tencentcloud_vpc.sqlserver_vpc.id
50+
subnet_id = tencentcloud_subnet.sqlserver_subnet.id
51+
machine_type ="CLOUD_PREMIUM"
52+
project_id = 0
53+
memory = 2
54+
storage = 20
55+
cpu = 1
56+
security_groups = ["sg-nltpbqg1"]
57+
goods_num = 1
5858
maintenance_week_set = [1,2,3]
5959
maintenance_start_time = "09:00"
6060
maintenance_time_span = 3
6161

62-
tags = {
63-
"test" = "test"
64-
}
62+
tags = {
63+
"test" = "test"
64+
}
6565
}
6666

6767
resource "tencentcloud_sqlserver_db" "example" {

0 commit comments

Comments
 (0)