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

Data Source for Build Configurations #25

Open
cvbarros opened this issue Oct 29, 2018 · 0 comments
Open

Data Source for Build Configurations #25

cvbarros opened this issue Oct 29, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cvbarros
Copy link
Owner

Create a data source for build_configuration resources.
For initial implementation, search only by ID and have simple outputs.

data "teamcity_build_config" "a_buid_config" {
  id = "Project_ABuildConfig"
}

Outputs:

  • name
  • project_id
  • description
  • is_template
@cvbarros cvbarros added this to the v0.5 milestone Oct 29, 2018
@cvbarros cvbarros self-assigned this Oct 29, 2018
@cvbarros cvbarros added the enhancement New feature or request label Oct 29, 2018
@cvbarros cvbarros modified the milestones: v0.5, v1.0 Jul 30, 2019
@cvbarros cvbarros modified the milestones: v1.0, 0.6.0 Dec 10, 2019
@cvbarros cvbarros modified the milestones: 1.1, 1.2 Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant