Skip to content

Commit

Permalink
Fix issue in couchbase test
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencegripper committed Apr 18, 2019
1 parent 2699cc2 commit ebfd236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/crds/couchbase.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "k8sraw" {
}

resource "k8sraw_yaml" "test" {
# depends_on = ["k8sraw_yaml.definecrd"]
depends_on = ["k8sraw_yaml.definecrd"]

yaml_body = <<YAML
apiVersion: couchbase.com/v1
Expand Down

0 comments on commit ebfd236

Please sign in to comment.