Add period

This commit is contained in:
Laura Pacilio 2022-03-18 17:18:25 -04:00
parent c7afb7db94
commit 0ba0fe667c
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ You cannot use this command to inspect the Terraform version of
the remote state, as it will always be converted to the current Terraform
version before output.
-> **Note:** Terraform state files must be in UTF-8 format without a byte order mark (BOM). For PowerShell on Windows, use `Set-Content` to automatically encode files in UTF-8 format. For example, run `terraform state pull | sc terraform.tfstate`
-> **Note:** Terraform state files must be in UTF-8 format without a byte order mark (BOM). For PowerShell on Windows, use `Set-Content` to automatically encode files in UTF-8 format. For example, run `terraform state pull | sc terraform.tfstate`.