如何使用terraform部署java配置
//For example, to try the AWS two-tier architecture example:git clone https://github.com/terraform-providers/terraform-provider-aws.git
cd terraform-provider-aws/examples/two-tier
// try out an example, run Terraform's init and apply commands while in the example's directory:
$ terraform init
...
$ terraform apply
...
URL: https://www.terraform.io/intro/examples/index.html
页:
[1]