@@ -22,27 +22,27 @@ steps:
2222 - ' TF_VAR_folder_id=$_FOLDER_ID'
2323 - ' TF_VAR_billing_account=$_BILLING_ACCOUNT'
2424
25- - id : create-postgres -public-local
25+ - id : create-postgresql -public-local
2626 waitFor :
2727 - prepare
2828 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
29- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create postgres -public-local']
30- - id : converge-postgres -public-local
29+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create postgresql -public-local']
30+ - id : converge-postgresql -public-local
3131 waitFor :
32- - create-postgres -public-local
32+ - create-postgresql -public-local
3333 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
34- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge postgres -public-local']
34+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge postgresql -public-local']
3535 timeout : 3600s
36- - id : verify-postgres -public-local
36+ - id : verify-postgresql -public-local
3737 waitFor :
38- - converge-postgres -public-local
38+ - converge-postgresql -public-local
3939 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
40- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify postgres -public-local']
41- - id : destroy-postgres -public-local
40+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify postgresql -public-local']
41+ - id : destroy-postgresql -public-local
4242 waitFor :
43- - verify-postgres -public-local
43+ - verify-postgresql -public-local
4444 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
45- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy postgres -public-local']
45+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy postgresql -public-local']
4646 timeout : 1800s
4747
4848- id : create-mysql-public-local
0 commit comments