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

vantage_budget end_at date has to be "31" #73

Open
LeonidLapshin opened this issue Oct 28, 2024 · 0 comments
Open

vantage_budget end_at date has to be "31" #73

LeonidLapshin opened this issue Oct 28, 2024 · 0 comments

Comments

@LeonidLapshin
Copy link

Hi, in the example here the end_at date is "2024-01-01", but while terraform apply I got:

vantage_budget.budget["2 budget"]: Creating...
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to vantage_budget.budget["1 budget"], provider "provider[\"registry.terraform.io/vantage-sh/vantage\"]" produced an
│ unexpected new value: .periods[0].end_at: was cty.StringVal("2024-01-01"), but now cty.StringVal("2024-01-31").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵

2024-01-01 -> 2024-01-31 change fixes the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant