Closed vgrigoruk closed 3 years ago
Thanks for the report. I'll get this fixed today, and publish some of the latest changes also.
Hi @vgrigoruk, I've pushed out a release today for v0.1.4
. We're still getting it into shape as the features progress, but I'm happier with the resources. Feedback welcome of course.
I haven't written up migration notes, but the previous pact_role
has been moved to pact_role_v1
and is now deprecated in favour of adding roles directly to the pact_user
resource.
The pact_token
resource I'm still in two minds about keeping.
Anyway, see how you get on - it should fix this specific issue.
Importing of
pact_pacticipant
resources doesn't work correctly. Runningterraform plan
afterterraform import
produces a diff, which requires re-creation of the importedpact_pacticipant
resource.Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
pact_pacticipant
resource doesn't need to be destroyed and re-created.Actual Behavior
pact_pacticipant
resource needs to be destroyed and re-created.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform import pact_pacticipant.dashboard dashboard
terraform plan