Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 7, 2023
1 parent 9d588c1 commit f8e9c79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>

validate(
src: Directory | string = ".",
tfVersion?: string
): Promise<string>

plan(
src: Directory | string = ".",
tfVersion?: string,
googleApplicationCredentials?: string
): Promise<string>

apply(
src: Directory | string = ".",
tfVersion?: string,
googleApplicationCredentials?: string
): Promise<string>
```

## Programmatic usage
Expand Down

0 comments on commit f8e9c79

Please sign in to comment.