Skip to content

Commit

Permalink
clean up readme todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Aug 6, 2019
1 parent 866beea commit 1cc8c5f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ go run ./importer --job "Name of your Job" --output my_tf_dir
1. Outputs terraform code to match the job
1. Outputs script that will import the resources to tf state

### resources ###
### Resources ###

```terraform
provider "jenkins" {
Expand Down Expand Up @@ -159,17 +159,13 @@ resource "jenkins_job_build_discarder_property_log_rotator_strategy" "main" {
}
resource "jenkins_job_datadog_job_property" "main" {
job = "${jenkins_job.main.name}"
job = "${jenkins_job.main.name}"
}
resource "jenkins_job_jira_project_property" "main" {
job = "${jenkins_job.main.name}"
job = "${jenkins_job.main.name}"
plugin = "jiraPlugin"
plugin = "jiraPlugin"
}
```

## TODO

1. Fragile TestAccJobBuildDiscarderPropertyStrategyLogRotatorBasic test

0 comments on commit 1cc8c5f

Please sign in to comment.