update syntax

This commit is contained in:
gregory hendrickson
2023-11-15 14:49:56 -08:00
parent fa947830fe
commit 8f81b032ac

View File

@@ -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 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
***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" {