Skip to content

Commit acd8c9f

Browse files
ksatirliazr
andauthored
switches JSON and HCL2 tabs (#10888)
* switches JSON and HCL2 tabs for all provisioners * corrects `packer` to `Packer` * corrects `http` to `HTTP` * corrects typos and highlighting consistency issues * corrects typos and highlighting consistency issues * corrects typos and highlighting consistency issues * `ansible` -> `Ansible` * `packer fmt` for HCL2 blocks in provisioners * linting and spelling * fixes formatting * fixes formatting * Update website/content/docs/provisioners/ansible.mdx Co-authored-by: Adrien Delorme <azr@users.noreply.github.com> * fixes formatting * improves example * generate stuff Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
1 parent 1ecf67d commit acd8c9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/content/docs/builders/tencentcloud-cvm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ a [communicator](/docs/templates/legacy_json_templates/communicator) can be conf
9898

9999
- `vpc_id` (string) - Specify vpc your cvm will be launched by.
100100

101-
- `vpc_name` (string) - Specify vpc name you will create. if `vpc_id` is not set, packer will
101+
- `vpc_name` (string) - Specify vpc name you will create. if `vpc_id` is not set, Packer will
102102
create a vpc for you named this parameter.
103103

104104
- `cidr_block` (boolean) - Specify cider block of the vpc you will create if `vpc_id` is not set.
105105

106106
- `subnet_id` (string) - Specify subnet your cvm will be launched by.
107107

108-
- `subnet_name` (string) - Specify subnet name you will create. if `subnet_id` is not set, packer will
108+
- `subnet_name` (string) - Specify subnet name you will create. if `subnet_id` is not set, Packer will
109109
create a subnet for you named this parameter.
110110

111111
- `subnect_cidr_block` (boolean) - Specify cider block of the subnet you will create if
@@ -183,4 +183,4 @@ Here is a basic example for Tencentcloud.
183183

184184
See the
185185
[examples/tencentcloud](https://github.com/hashicorp/packer/tree/master/builder/tencentcloud/examples)
186-
folder in the packer project for more examples.
186+
folder in the Packer project for more examples.

0 commit comments

Comments
 (0)