如何使用terraform创建Java配置文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用terraform创建Java配置文件相关的知识,希望对你有一定的参考价值。

The examples use real providers that launch real resources. That means they can cost money to experiment with. To avoid unexpected charges, be sure to understand the price of resources before launching them, and verify any unneeded resources are cleaned up afterward.
  1. //For example, to try the AWS two-tier architecture example:
  2.  
  3. git clone https://github.com/terraform-providers/terraform-provider-aws.git
  4. cd terraform-provider-aws/examples/two-tier
  5.  
  6. // try out an example, run Terraform's init and apply commands while in the example's directory:
  7.  
  8. $ terraform init
  9. ...
  10. $ terraform apply
  11. ...

以上是关于如何使用terraform创建Java配置文件的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 terraform 生成 yml 配置文件

Terraform-如何避免使用单一状态文件进行破坏和创建

如何使用 terraform 在多个区域进行设置?

如何在 local-exec 配置程序中从 terraform 继承 aws 凭据

Terraform - 与环境关联的实例配置文件不存在

如何使用 Terraform 将文件从本地计算机复制到存储帐户