Skip to content

Commit 002b07b

Browse files
authored
Merge pull request #101 from carolynvs/non-string-vars
Fix passing non-string variables for other bundle actions
2 parents f8d1d35 + 9f2516f commit 002b07b

File tree

15 files changed

+292
-274
lines changed

15 files changed

+292
-274
lines changed

build/testdata/bundles/terraform/porter.yaml

Lines changed: 0 additions & 135 deletions
This file was deleted.

build/testdata/bundles/terraform/terraform/main.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/testdata/bundles/terraform/terraform/outputs.tf

Lines changed: 0 additions & 28 deletions
This file was deleted.

build/testdata/bundles/terraform/terraform/variables.tf

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/basic-tf-example/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Basic Terraform Example Bundle
2+
3+
This example demonstrates how to define and use variables and outputs of different data types in a bundle.
4+
5+
## Try it out
6+
7+
```
8+
cd examples/basic-tf-example
9+
porter build
10+
porter install
11+
porter upgrade
12+
porter uninstall
13+
```

0 commit comments

Comments
 (0)