-
Notifications
You must be signed in to change notification settings - Fork 9
/
manifest.yml
43 lines (43 loc) · 1.63 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
packversion: 1
name: gcp-services
version: 0.1.0
metadata:
author: VMware
platforms:
- os: linux
arch: amd64
# - os: darwin
# arch: amd64
terraform_state_provider_replacements:
registry.terraform.io/cloud-service-broker/csbpg: "cloudfoundry.org/cloud-service-broker/csbpg"
registry.terraform.io/cloud-service-broker/csbmysql: "cloudfoundry.org/cloud-service-broker/csbmysql"
terraform_upgrade_path:
- version: 1.8.5
terraform_binaries:
- name: tofu
version: 1.8.5
source: https://github.com/opentofu/opentofu/archive/v1.8.5.zip
default: true
- name: terraform-provider-google
version: 5.45.0
source: https://github.com/terraform-providers/terraform-provider-google/archive/v5.45.0.zip
- name: terraform-provider-random
version: 3.6.3
source: https://github.com/terraform-providers/terraform-provider-random/archive/v3.6.3.zip
- name: terraform-provider-csbpg
version: 1.2.41
source: https://github.com/cloudfoundry/terraform-provider-csbpg/archive/v1.2.41.zip
provider: cloudfoundry.org/cloud-service-broker/csbpg
url_template: https://github.com/cloudfoundry/${name}/releases/download/v${version}/${name}_${version}_${os}_${arch}.zip
- name: terraform-provider-csbmysql
version: 1.2.45
source: https://github.com/cloudfoundry/terraform-provider-csbmysql/archive/v1.2.45.zip
provider: cloudfoundry.org/cloud-service-broker/csbmysql
url_template: https://github.com/cloudfoundry/${name}/releases/download/v${version}/${name}_${version}_${os}_${arch}.zip
env_config_mapping:
GOOGLE_CREDENTIALS: gcp.credentials
GOOGLE_PROJECT: gcp.project
service_definitions:
- google-storage.yml
- google-mysql.yml
- google-postgresql.yml