对不起,我是Terraform的新手。
我成功地用Terraform创建了AWS实例。然后我关闭了AWS web管理控制台中的实例。
如何使用Terraform为实例供电?
您必须使用本地exec来运行AWS CLI的启动实例。
您可以使用aws_instance地形资源的instance_type值。
instance_type : (Optional) The instance type to use for the instance.
Updates to this field will trigger a stop/start of the EC2 instance.