Add period
This commit is contained in:
parent
c7afb7db94
commit
0ba0fe667c
|
@ -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
|
the remote state, as it will always be converted to the current Terraform
|
||||||
version before output.
|
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`.
|
||||||
|
|
Loading…
Reference in New Issue