cvbarros / terraform-provider-teamcity

Terraform Provider for Jetbrains TeamCity CI server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update and fix examples to be valid configuration

patrykk2252 opened this issue · comments

Hi.

I just installed the teamcity provider but I have problem to trigger the examples.

| => terraform init

There are some problems with the configuration, described below.

The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.

Error: Error loading /Users/xxxx/go-workspace/src/github.com/cvbarros/terraform-provider-teamcity/examples/build_trigger_schedule.tf: Error reading config for teamcity_buildconfiguration[triggered_build]: teamcity_vcs_root_git.project_vcs: resource variables must be three parts: TYPE.NAME.ATTR in:

${teamcity_vcs_root_git.project_vcs}

I use Go 1.11.5 & Terraform 0.11.11.
Thanks,

Hi @patrykk2252 sorry about that, I'll find some time to update the examples, I think they are pretty outdated. Need to update, and test them, of course.