Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.41 KB

terraform-oob-example

The out-of-box example for the Terraform Tencent Cloud Provider

1.init

$ terraform init
image

2.preview the oob example before creating

$ terraform plan
image

3.apply your oob example

$ terraform apply
image

input yes to confirm the creation operation

Wait for a while to finish the creation...

image

4.enjoy your resource after creating

$ terraform show
image

More

  • for more information, please see the documentation:

TencentCloud Provider

  • To destroy the resource you have created, please run:
$ terraform destroy

have fun~