Skip to content

Commit

Permalink
Merge pull request #101 from carolynvs/non-string-vars
Browse files Browse the repository at this point in the history
Fix passing non-string variables for other bundle actions
  • Loading branch information
carolynvs committed Nov 30, 2022
2 parents f8d1d35 + 9f2516f commit 002b07b
Show file tree
Hide file tree
Showing 15 changed files with 292 additions and 274 deletions.
135 changes: 0 additions & 135 deletions build/testdata/bundles/terraform/porter.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions build/testdata/bundles/terraform/terraform/main.tf

This file was deleted.

28 changes: 0 additions & 28 deletions build/testdata/bundles/terraform/terraform/outputs.tf

This file was deleted.

49 changes: 0 additions & 49 deletions build/testdata/bundles/terraform/terraform/variables.tf

This file was deleted.

13 changes: 13 additions & 0 deletions examples/basic-tf-example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Basic Terraform Example Bundle

This example demonstrates how to define and use variables and outputs of different data types in a bundle.

## Try it out

```
cd examples/basic-tf-example
porter build
porter install
porter upgrade
porter uninstall
```
Loading

0 comments on commit 002b07b

Please sign in to comment.