Closed sepek closed 1 year ago
What's the status of this PR? This is basic functionality that needs to be added to all resources.
What's the status of this PR? This is basic functionality that needs to be added to all resources.
For the moment I consider the project as abandoned by maintainers considering the activity of the last months
Actually shout-out at @moosilauke18 ! https://github.com/rundeck/terraform-provider-rundeck/pull/50 can be closed now
Based on https://github.com/rundeck/terraform-provider-rundeck/pull/50 with a small update (last commit)
This allows to import already existing projects from running Rundeck instances which makes migration to Terraform management easier.
Validate if that works:
my-test-project
terraform.tfstate
(e.g. viacp
or a local git)terraform.tfstate
fileterraform import rundeck_project.my_test_project my-test-project
terraform.tfstate
and the previous one - no actual configuration should changeIt was requested in the other PR that documentation is provided. Please elaborate as that PR already contains addition to the documentation.