mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -06:00
Fix typo in plan no changes output message
This commit is contained in:
parent
46c2dce0fb
commit
7242d9af2b
@ -131,7 +131,7 @@ const planNoChanges = `
|
|||||||
`
|
`
|
||||||
|
|
||||||
const planNoChangesDetail = `
|
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 = `
|
const planHeaderNoOutput = `
|
||||||
|
Loading…
Reference in New Issue
Block a user