Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update suppress func for compute_disk.type and compute_instance.machineType. #18071

Conversation

modular-magician
Copy link
Collaborator

Update supress func for compute_disk.type and compute_instance.machineType to account for type URLs. These URLs were treated differently due to terraform import and plan which caused forced destroy and creation of new resources. This pull request updates the suppress func so only resource names are used for terraform import and plan.

Fixes: #10428

compute: update supress func for compute_disk.type and compute_instance.machineType to account for type URLs.

Derived from GoogleCloudPlatform/magic-modules#10641

…neType. (hashicorp#10641)

[upstream:0175894d87e576bd69fb198b6d07c8ea19b865c6]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 7e7ceec into hashicorp:main May 9, 2024
4 checks passed
Copy link

github-actions bot commented Jun 9, 2024

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 issues.
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 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Equal values are interpreted differently due terraform import & plan
1 participant