mirror of
https://github.com/ghndrx/terraform.git
synced 2026-02-10 06:45:01 +00:00
update syntax
This commit is contained in:
@@ -523,7 +523,8 @@ Remote Commands have three different modes:
|
|||||||
* File provisioner is useful for copying files and directories to remote machines
|
* File provisioner is useful for copying files and directories to remote machines
|
||||||
* File provisioner is not recommended and should be avoided if possible
|
* File provisioner is not recommended and should be avoided if possible
|
||||||
* More complex tasks its recommended to use Cloud-Init, and strongly recommended in all cases to bake an image with Packer or EC2 Image Builder
|
* More complex tasks its recommended to use Cloud-Init, and strongly recommended in all cases to bake an image with Packer or EC2 Image Builder
|
||||||
***May need a connection block to specify the connection type, user, and private key***
|
|
||||||
|
**May need a connection block to specify the connection type, user, and private key**
|
||||||
|
|
||||||
```
|
```
|
||||||
resource "aws_instance" "web" {
|
resource "aws_instance" "web" {
|
||||||
|
|||||||
Reference in New Issue
Block a user