- NOTE: The version of piped must be >=v0.47.0 because pipe-cd/pipecd#4785 is required.
- You can also deploy apps to ECS. See iam.tf.
- In this template, the image is PipeCD's
launcher
. So you can update the piped via your PipeCD's Web Console
- You have PipeCD's Control Plane.
- You have a piped config file.
- (Optional) You have app.pipecd.yaml and other application config files.
- Run Docker where you execute the IaC commands.
Usage > by Terraform
- Create your .tfvars file. All required variables are defined in variables.tf.
- Deploy
sh apply.sh <YOUR_TFVARS_FILE_PATH>