Skip to content

Commit

Permalink
docs: improve brokerpak spec examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-marcela-campo committed Apr 11, 2024
1 parent cc26c30 commit fd8c89c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/brokerpak-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ terraform_binaries:
- name: terraform-provider-google
version: 1.19.0
source: https://github.com/terraform-providers/terraform-provider-google/archive/v1.19.0.zip
- name: terraform-provider-random
version: v3.6.0
source: https://github.com/opentofu/terraform-provider-random/archive/v3.6.0.zip
url_template: https://registry.opentofu.org/hashicorp/${name}/${version}/${arch} // TODO
- name: terraform-provider-csbmajorengineversion
version: 1.0.0
provider: cloudfoundry.org/cloud-service-broker/csbmajorengineversion
url_template: ./providers/build/cloudfoundry.org/cloud-service-broker/csbmajorengineversion/${version}/${os}_${arch}/${name}_v${version}
...
```

Expand Down

0 comments on commit fd8c89c

Please sign in to comment.