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

resource "rundeck_job" in the terraform gives the EOF error on 'terraform apply' #156

Open
deamen opened this issue Dec 3, 2024 · 0 comments

Comments

@deamen
Copy link

deamen commented Dec 3, 2024

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:

  • rundeck_job

Terraform Configuration Files

resource "rundeck_job" "test" {
  name = "test"
  project_name = "test"
  description = ""
  command {
    shell_command = "echo 'test'"
  }
}

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


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" {
│ 
╵

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. 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.

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