File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Provides a resource to create a cloud file system(CFS).
1313
1414## Example Usage
1515
16- Standard Nfs CFS
16+ ### Standard Nfs CFS
1717
1818``` hcl
1919resource "tencentcloud_cfs_file_system" "foo" {
@@ -26,7 +26,7 @@ resource "tencentcloud_cfs_file_system" "foo" {
2626}
2727```
2828
29- High-Performance Nfs CFS
29+ ### High-Performance Nfs CFS
3030
3131``` hcl
3232resource "tencentcloud_cfs_file_system" "foo" {
@@ -42,7 +42,7 @@ resource "tencentcloud_cfs_file_system" "foo" {
4242}
4343```
4444
45- Standard Turbo CFS
45+ ### Standard Turbo CFS
4646
4747``` hcl
4848resource "tencentcloud_cfs_file_system" "foo" {
@@ -58,7 +58,7 @@ resource "tencentcloud_cfs_file_system" "foo" {
5858}
5959```
6060
61- High-Performance Turbo CFS
61+ ### High-Performance Turbo CFS
6262
6363``` hcl
6464resource "tencentcloud_cfs_file_system" "foo" {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Provide a resource to create a SSM secret.
1313
1414## Example Usage
1515
16- Create user defined secret
16+ ### Create user defined secret
1717
1818``` hcl
1919resource "tencentcloud_ssm_secret" "foo" {
@@ -28,7 +28,7 @@ resource "tencentcloud_ssm_secret" "foo" {
2828}
2929```
3030
31- Create redis secret
31+ ### Create redis secret
3232
3333``` hcl
3434data "tencentcloud_redis_instances" "instance" {
You can’t perform that action at this time.
0 commit comments