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

Terraform does not clean up prices added via CM #102

Open
dmacbride-ep opened this issue May 18, 2021 · 0 comments
Open

Terraform does not clean up prices added via CM #102

dmacbride-ep opened this issue May 18, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dmacbride-ep
Copy link
Collaborator

dmacbride-ep commented May 18, 2021

Description

If I manually add additional currencies to a product-price that was created by Terraform, Terraform can detect the changes and says it will clean them up, but then silently does not.

Steps to Reproduce

  • Using terraform: create a product, currency, and pricebook, then add a product-price for the product in that currency and pricebook
  • log in CM, add a new currency to the store, then add a price for the product in that new currency, in the same pricebook as before
  • go back to terraform and re-run terraform apply to fix the drift.

Expected Results

Terraform will detect the drift, identify changes to make, and make them. When you subsequently inspect EPCC you see the changes are in fact done.

Actual Results

Terraform detects the drift, identifies changes to make, and says it has made them. However, when you subsequently inspect EPCC you see the changes are NOT done.

@dmacbride-ep dmacbride-ep added the bug Something isn't working label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant