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

azuredevops_team - Team Name update or Team Description Update never completing #1074

Open
Sharmanand opened this issue Jun 14, 2024 · 4 comments

Comments

@Sharmanand
Copy link

Sharmanand commented Jun 14, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and Azure DevOps Provider) Version

Affected Resource(s)

  • azuredevops_team

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
resource "azuredevops_team" "this" {
  project_id  = "project-id-goes-here"
  name        = "test"
  description = "test project"
}

apply above change

change the code 
resource "azuredevops_team" "this" {
  project_id  = "project-id-goes-here"
  name        = "test"
  description = "test project again change"
}

Debug Output

Panic Output

Expected Behavior

Team description should change to - test project again change

Actual Behavior

team name and team description both blank

Steps to Reproduce

go to azure devops portal, you will notice name and description disappear

  1. terraform apply

Important Factoids

References

  • #0000
@Sharmanand Sharmanand changed the title Team Name update or Team Description Update never completing azuredevops_team - Team Name update or Team Description Update never completing Jun 25, 2024
@xuzhang3
Copy link
Collaborator

@Sharmanand cannot reproduce this error. Can you share your logs?

@Sharmanand
Copy link
Author

@xuzhang3 surprise, did you tried changing the name or description of teams and terraform apply completing for you?

i dont have any logs to share its just keep saying applying modifying...

image

@xuzhang3
Copy link
Collaborator

yes, I can update both name and description at the same time.
image

@xuzhang3
Copy link
Collaborator

@Sharmanand you can enable the log with export TF_LOG=TRACE and export TF_LOG_PATH=<log file>

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

2 participants