terraform-provider-jira

command module
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2025 License: MPL-2.0 Imports: 6 Imported by: 0

README

Terraform Provider for Jira

A Terraform provider for managing Jira resources using the go-atlassian library.

Go Report Card

Requirements

Installation

The provider is available on the Terraform Registry.

terraform {
  required_providers {
    jira = {
      source  = "devops-wiz/jira"
      version = "~> 1.0"
    }
  }
}

provider "jira" {
  # Configuration options
}
Local Build
  1. Clone the repository
  2. Build the provider using go build -o terraform-provider-jira
  3. Move the binary to the appropriate Terraform plugin directory

Contributing

Please read our CONTRIBUTING.md for environment setup, build, lint, test, and docs workflows. We standardize on Go 1.24.x (go.mod toolchain set to 1.24.3). Optional local hooks are available via pre-commit.

Community and Security:

We welcome PRs! Keep changes focused, include tests where possible, and update docs as needed. See CONTRIBUTING for acceptance test guidance.

License

This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.

Acknowledgements

Documentation

Overview

Package main runs the Terraform Provider for Jira server.

The main package wires the provider address and debug flag and starts the Terraform Plugin Framework server. Use the -debug flag to launch the provider in debug mode for tools like Delve.

Directories

Path Synopsis
internal
provider
Package provider implements the Terraform Provider for Jira.
Package provider implements the Terraform Provider for Jira.
provider/testhelpers
Package testhelpers provides shared testing utilities used across unit and acceptance tests.
Package testhelpers provides shared testing utilities used across unit and acceptance tests.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL