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

Support models removed outside the plan. #229

Merged

Conversation

juanmanuel-tirado
Copy link
Contributor

Description

When a model is removed manually, the terraform plan should recover and detect this situation. Added a specific error type to be processed.

Fix #222

Type of change

Please mark if proceeds.

  • New resource (a new resource in the schema)
  • Changed resource (changes in an existing resource)
  • Logic changes in resources (the API interaction with Juju has been changed)
  • Test changes (one or several tests have been changed)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Other (describe)

Environment

  • Juju controller version: 3.2.0
  • Terraform version: 1.3

QA steps

Follow the steps described in #222

@juanmanuel-tirado juanmanuel-tirado added the kind/bug indicates a bug in the project label Jun 13, 2023
@juanmanuel-tirado juanmanuel-tirado added this to the 0.8.0 milestone Jun 13, 2023
@juanmanuel-tirado juanmanuel-tirado merged commit e683c0b into juju:main Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug indicates a bug in the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manually removing a model defined in provider configuration produces error
1 participant