cvbarros / terraform-provider-teamcity

Terraform Provider for Jetbrains TeamCity CI server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teamcity_vcs_root_git objects do not detect certain auth changes

davidhiebert opened this issue · comments

Expected Behavior

Any of the following changes occur in the TF resource, terraform apply should update the resource.

  • change to auth.ssh_type
  • change to auth.key_spec
  • change to auth.username
  • change to auth.password

Actual Behavior

Changes to the above fields are not detected as changed, and changes do not apply (even when other fields do change and are updated).