admin 发表于 2022-3-24 15:21:24

如何使用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]
查看完整版本: 如何使用terraform部署java配置