We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.9.5
v5.7.1
0.4.9
Please list the resources as a list, for example:
resource "rundeck_job" "test" { name = "test" project_name = "test" description = "" command { shell_command = "echo 'test'" } }
On 'terraform apply' it shouldn't give EOF error so that it can store the resources to the statefile to track the same.
rundeck_job.test: Creating... ╷ │ Error: EOF │ │ with rundeck_job.test, │ on configure-jobs.tf line 1, in resource "rundeck_job" "test": │ 1: resource "rundeck_job" "test" { │ ╵
Please list the steps required to reproduce the issue, for example:
terraform apply
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
This issue has been reported in GH-123 but it was never fixed, people keep reporting in the old, closed issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
v1.9.5
Rundeck Version
v5.7.1
Provider version
0.4.9
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
On 'terraform apply' it shouldn't give EOF error so that it can store the resources to the statefile to track the same.
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
This issue has been reported in GH-123 but it was never fixed, people keep reporting in the old, closed issue.
The text was updated successfully, but these errors were encountered: