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 18, 2023
1 parent f8e9c79 commit b2c7a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ apply(
You can also use this pipeline programmatically:

```ts
import { init, validate, plan, apply } from "https://pkg.fluentci.io/terraform_pipeline@v0.6.0/mod.ts";
import { init, validate, plan, apply } from "https://pkg.fluentci.io/terraform_pipeline@v0.6.1/mod.ts";

await init();
await validate();
Expand Down
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
validate,
plan,
apply,
} from "https://pkg.fluentci.io/terraform_pipeline@v0.5.0/mod.ts";
} from "https://pkg.fluentci.io/terraform_pipeline@v0.6.1/mod.ts";

await init();
await validate();
Expand Down

0 comments on commit b2c7a53

Please sign in to comment.