From 8f81b032acd95e734fba5e1a923d933d083c3e0a Mon Sep 17 00:00:00 2001 From: gregory hendrickson Date: Wed, 15 Nov 2023 14:49:56 -0800 Subject: [PATCH] update syntax --- terraform.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform.md b/terraform.md index 4052b51..b8ac940 100644 --- a/terraform.md +++ b/terraform.md @@ -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" {