Skip to content

Commit 02c22a2

Browse files
committed
Rename postgres-public to postgresql-public
1 parent fca9599 commit 02c22a2

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

build/int.cloudbuild.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ suites:
3636
name: terraform
3737
root_module_directory: test/fixtures/mysql-public
3838
command_timeout: 1800
39-
- name: postgres-public
39+
- name: postgresql-public
4040
driver:
4141
name: terraform
42-
root_module_directory: test/fixtures/postgres-public
42+
root_module_directory: test/fixtures/postgresql-public
4343
command_timeout: 1800
4444
- name: mysql-private
4545
driver:

test/fixtures/postgres-public/main.tf renamed to test/fixtures/postgresql-public/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
module "example" {
18-
source = "../../../examples/postgres-public"
18+
source = "../../../examples/postgresql-public"
1919

2020
project_id = var.project_id
2121
authorized_networks = var.authorized_networks

0 commit comments

Comments
 (0)