diff --git a/docs/content/en/docs/examples/_index.md b/docs/content/en/docs/examples/_index.md index 1a5d0c3d38..2c0da2b363 100755 --- a/docs/content/en/docs/examples/_index.md +++ b/docs/content/en/docs/examples/_index.md @@ -44,7 +44,7 @@ https://github.com/pipe-cd/examples | [simple](https://github.com/pipe-cd/examples/tree/master/terraform/simple) | Automatically applies when any changes were detected. | | [local-module](https://github.com/pipe-cd/examples/tree/master/terraform/local-module) | Deploy application that using local terraform modules from the same Git repository. | | [remote-module](https://github.com/pipe-cd/examples/tree/master/terraform/remote-module) | Deploy application that using remote terraform modules from other Git repositories. | -| [waitapproval](https://github.com/pipe-cd/examples/tree/master/terraform/waitapproval) | Deployment pipeline that contains a manual approval stage. | +| [wait-approval](https://github.com/pipe-cd/examples/tree/master/terraform/wait-approval) | Deployment pipeline that contains a manual approval stage. | | [autorollback](https://github.com/pipe-cd/examples/tree/master/terraform/auto-rollback) | Automatically rollback the changes when deployment was failed. | ### CloudRun Applications diff --git a/examples/terraform/waitapproval/.pipe.yaml b/examples/terraform/wait-approval/.pipe.yaml similarity index 100% rename from examples/terraform/waitapproval/.pipe.yaml rename to examples/terraform/wait-approval/.pipe.yaml diff --git a/examples/terraform/waitapproval/main.tf b/examples/terraform/wait-approval/main.tf similarity index 100% rename from examples/terraform/waitapproval/main.tf rename to examples/terraform/wait-approval/main.tf diff --git a/examples/terraform/waitapproval/terraform.tfvars b/examples/terraform/wait-approval/terraform.tfvars similarity index 100% rename from examples/terraform/waitapproval/terraform.tfvars rename to examples/terraform/wait-approval/terraform.tfvars