diff --git a/examples/cloudresource.yaml b/examples/cloudresource.yaml index d241522e7..9c43e4648 100644 --- a/examples/cloudresource.yaml +++ b/examples/cloudresource.yaml @@ -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 @@ -24,4 +24,4 @@ spec: name: test variables: - bucket: terranetes-controller-ci-bucket + bucket: CHANGE_ME diff --git a/examples/revision.yaml b/examples/revision.yaml index c0c24f733..b8f7ce7e8 100644 --- a/examples/revision.yaml +++ b/examples/revision.yaml @@ -61,7 +61,7 @@ spec: # # module: git::ssh://git@github.com/appvia/terraform//modules/bucket?ref= # - 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.