Skip to content

Fix small typo in tf plan error#33149

Merged
apparentlymart merged 2 commits intohashicorp:mainfrom
reespozzi:patch-1
May 5, 2023
Merged

Fix small typo in tf plan error#33149
apparentlymart merged 2 commits intohashicorp:mainfrom
reespozzi:patch-1

Conversation

@reespozzi
Copy link
Copy Markdown
Contributor

When running terraform plan with -target but also using terraform move blocks, an error of

│ Error: Moved resource instances excluded by targeting
│ 
│ Resource instances in your current state have moved to new addresses in the latest configuration. Terraform must include those resource
│ instances while planning in order to ensure a correct result, but your -target=... options to not fully cover all of those resource
│ instances.

Pops up, which includes a minor typo.

This PR updates to fix the typo

Fixes minor typo in error message in terraform cli tool

Target Release

1.4.x

Draft CHANGELOG entry

Minor typo fix in Error: Moved resource instances excluded by targeting error message.

BUG FIXES

…ing`

When running terraform plan with `-target` but also using terraform move blocks, an error of 

```
│ Error: Moved resource instances excluded by targeting
│ 
│ Resource instances in your current state have moved to new addresses in the latest configuration. Terraform must include those resource
│ instances while planning in order to ensure a correct result, but your -target=... options to not fully cover all of those resource
│ instances.
```
Pops up, which includes a minor typo.

This PR updates to fix the typo
@hashicorp-cla
Copy link
Copy Markdown

hashicorp-cla commented May 4, 2023

CLA assistant check
All committers have signed the CLA.

@crw crw added the enhancement label May 4, 2023
@crw
Copy link
Copy Markdown
Contributor

crw commented May 4, 2023

Thanks for this, will raise in triage.

@crw crw added this to the v1.5 milestone May 5, 2023
Copy link
Copy Markdown
Contributor

@apparentlymart apparentlymart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @reespozzi!

@apparentlymart apparentlymart merged commit fed6538 into hashicorp:main May 5, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 5, 2023

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

@reespozzi reespozzi deleted the patch-1 branch May 10, 2023 08:25
@github-actions
Copy link
Copy Markdown
Contributor

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants