We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e9c79 commit b2c7a53Copy full SHA for b2c7a53
README.md
@@ -98,7 +98,7 @@ apply(
98
You can also use this pipeline programmatically:
99
100
```ts
101
-import { init, validate, plan, apply } from "https://pkg.fluentci.io/[email protected].0/mod.ts";
+import { init, validate, plan, apply } from "https://pkg.fluentci.io/[email protected].1/mod.ts";
102
103
await init();
104
await validate();
ci.ts
@@ -3,7 +3,7 @@ import {
3
validate,
4
plan,
5
apply,
6
-} from "https://pkg.fluentci.io/terraform_pipeline@v0.5.0/mod.ts";
+} from "https://pkg.fluentci.io/terraform_pipeline@v0.6.1/mod.ts";
7
8
9
0 commit comments