Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Nov 7, 2023
1 parent 54fc441 commit 1c1449f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ description: |-
## Example Usage

```terraform
provider "scaffolding" {
# example configuration here
provider "bosk" {
}
```

Expand Down
3 changes: 2 additions & 1 deletion examples/data-sources/object_node/data-source.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
data "object-node" "example" {
configurable_attribute = "some-value"
url = "http://localhost:1740/bosk/"
value_json = "[{\"world\":{\"id\":\"world\"}}]"
}
3 changes: 1 addition & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
provider "scaffolding" {
# example configuration here
provider "bosk" {
}
3 changes: 2 additions & 1 deletion examples/resources/object_node/resource.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
resource "object_node" "example" {
configurable_attribute = "some-value"
url = "http://localhost:1740/bosk/"
value_json = "[{\"world\":{\"id\":\"world\"}}]"
}

0 comments on commit 1c1449f

Please sign in to comment.