Created
December 11, 2019 22:54
-
-
Save cvbarros/fd0bfd5bca58da85669ca0d853dfc207 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 4, | |
"terraform_version": "0.12.17", | |
"serial": 18, | |
"lineage": "4d8fac56-8f34-230f-8752-0b9ad7b6a546", | |
"outputs": {}, | |
"resources": [ | |
{ | |
"mode": "managed", | |
"type": "teamcity_build_config", | |
"name": "build_configuration_template1", | |
"provider": "provider.teamcity", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"config_params": null, | |
"description": null, | |
"env_params": null, | |
"id": "BuildConfigProjectTest_BuildTemplate1", | |
"is_template": true, | |
"name": "build template 1", | |
"project_id": "BuildConfigProjectTest", | |
"settings": [ | |
{ | |
"allow_personal_builds": true, | |
"artifact_paths": [], | |
"build_counter": 0, | |
"build_number_format": "%build.counter%", | |
"concurrent_limit": 0, | |
"configuration_type": "REGULAR", | |
"detect_hanging": true, | |
"status_widget": false | |
} | |
], | |
"step": [], | |
"sys_params": null, | |
"templates": [], | |
"vcs_root": [] | |
}, | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"teamcity_project.build_config_project_test" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "teamcity_build_config", | |
"name": "build_configuration_template2", | |
"provider": "provider.teamcity", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"config_params": null, | |
"description": null, | |
"env_params": null, | |
"id": "BuildConfigProjectTest_BuildTemplate2", | |
"is_template": true, | |
"name": "build template 2", | |
"project_id": "BuildConfigProjectTest", | |
"settings": [ | |
{ | |
"allow_personal_builds": true, | |
"artifact_paths": [], | |
"build_counter": 0, | |
"build_number_format": "%build.counter%", | |
"concurrent_limit": 0, | |
"configuration_type": "REGULAR", | |
"detect_hanging": true, | |
"status_widget": false | |
} | |
], | |
"step": [], | |
"sys_params": null, | |
"templates": [], | |
"vcs_root": [] | |
}, | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"teamcity_project.build_config_project_test" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "teamcity_build_config", | |
"name": "build_configuration_test", | |
"provider": "provider.teamcity", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"config_params": null, | |
"description": "", | |
"env_params": null, | |
"id": "BuildConfigProjectTest_BuildConfigTest", | |
"is_template": false, | |
"name": "build config test", | |
"project_id": "BuildConfigProjectTest", | |
"settings": [ | |
{ | |
"allow_personal_builds": true, | |
"artifact_paths": [], | |
"build_counter": 1, | |
"build_number_format": "%build.counter%", | |
"concurrent_limit": 0, | |
"configuration_type": "REGULAR", | |
"detect_hanging": true, | |
"status_widget": false | |
} | |
], | |
"step": [], | |
"sys_params": null, | |
"templates": [ | |
"BuildConfigProjectTest_BuildTemplate1", | |
"BuildConfigProjectTest_BuildTemplate2" | |
], | |
"vcs_root": [] | |
}, | |
"private": "bnVsbA==", | |
"dependencies": [ | |
"teamcity_build_config.build_configuration_template1", | |
"teamcity_build_config.build_configuration_template2", | |
"teamcity_project.build_config_project_test" | |
] | |
} | |
] | |
}, | |
{ | |
"mode": "managed", | |
"type": "teamcity_project", | |
"name": "build_config_project_test", | |
"provider": "provider.teamcity", | |
"instances": [ | |
{ | |
"schema_version": 0, | |
"attributes": { | |
"config_params": null, | |
"description": "", | |
"env_params": null, | |
"id": "BuildConfigProjectTest", | |
"name": "build_config_project_test", | |
"parent_id": "_Root", | |
"sys_params": null | |
}, | |
"private": "bnVsbA==" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment