From f8e9c797a9e0f330889697c41aaec23060044d67 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Thu, 7 Dec 2023 19:31:54 +0000 Subject: [PATCH] update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 4477750..2559c2a 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,28 @@ dagger mod install github.com/fluent-ci-templates/terraform-pipeline@mod | apply | Builds or changes infrastructure | ```typescript +init( + src: Directory | string | undefined = ".", + tfVersion?: string, + googleApplicationCredentials?: string +): Promise + +validate( + src: Directory | string = ".", + tfVersion?: string +): Promise + +plan( + src: Directory | string = ".", + tfVersion?: string, + googleApplicationCredentials?: string +): Promise + +apply( + src: Directory | string = ".", + tfVersion?: string, + googleApplicationCredentials?: string +): Promise ``` ## Programmatic usage