Merge pull request #28166 from hashicorp/alisdair/fix-typo

Fix typo in plan no changes output message
This commit is contained in:
Alisdair McDiarmid 2021-03-23 09:31:43 -04:00 committed by GitHub
commit 0e43fa9834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ const planNoChanges = `
`
const planNoChangesDetail = `
That Terraform did not detect any differences between your configuration and the remote system(s). As a result, there are no actions to take.
This means that Terraform did not detect any differences between your configuration and the remote system(s). As a result, there are no actions to take.
`
const planHeaderNoOutput = `