Skip to content

Commit

Permalink
[DOCS] - Updating Examples
Browse files Browse the repository at this point in the history
Updating the examples in the repository
  • Loading branch information
gambol99 committed Oct 6, 2023
1 parent 5cdf155 commit d896c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/cloudresource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
## You can use $ kubectl get plans to view the plans available in the cluster
plan:
## Is the name of the plan to use
name: bucket
name: bucket
## Plan can have multiple revisions, this field determines the version
## which you want this cloud resource to use
revision: v0.0.1
Expand All @@ -24,4 +24,4 @@ spec:
name: test

variables:
bucket: terranetes-controller-ci-bucket
bucket: CHANGE_ME
2 changes: 1 addition & 1 deletion examples/revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
#
# module: git::ssh://[email protected]/appvia/terraform//modules/bucket?ref=<TAG|BRANCH|COMMIT>
#
module: https://github.com/appvia/terranetes-controller.git//test/e2e/assets/terraform/dummy?ref=master
module: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket.git?ref=v3.10.1

#
## We can source inputs to a resource from Contexts or kubernetes Secrets.
Expand Down

0 comments on commit d896c1c

Please sign in to comment.