core: fix bad Sprintf in backend migration message (#14601)
Before this, invoking this codepath would print Terraform has successfully migrated from legacy remote state to your configured remote state.%!(EXTRA string=s3)
This commit is contained in:
parent
96532c4f11
commit
783908ee25
|
@ -1746,7 +1746,7 @@ process.
|
||||||
|
|
||||||
const successBackendLegacyUnset = `
|
const successBackendLegacyUnset = `
|
||||||
Terraform has successfully migrated from legacy remote state to your
|
Terraform has successfully migrated from legacy remote state to your
|
||||||
configured remote state.
|
configured backend (%q).
|
||||||
`
|
`
|
||||||
|
|
||||||
const successBackendReconfigureWithLegacy = `
|
const successBackendReconfigureWithLegacy = `
|
||||||
|
|
Loading…
Reference in New Issue