forked from cloudfoundry/csb-brokerpak-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
76 lines (72 loc) · 2.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
packversion: 1
name: aws-services
version: 0.1.0
metadata:
author: VMware
platforms:
- os: linux
arch: amd64
# - os: darwin
# arch: amd64
terraform_state_provider_replacements:
registry.terraform.io/-/aws: "registry.terraform.io/hashicorp/aws"
registry.terraform.io/-/random: "registry.terraform.io/hashicorp/random"
registry.terraform.io/-/mysql: "registry.terraform.io/hashicorp/mysql"
registry.terraform.io/-/postgresql: "registry.terraform.io/cyrilgdn/postgresql"
terraform_upgrade_path:
- version: 0.13.7
- version: 0.14.11
- version: 1.0.11
- version: 1.1.9
terraform_binaries:
- name: terraform
version: 0.12.30
source: https://github.com/hashicorp/terraform/archive/v0.12.30.zip
- name: terraform
version: 0.13.7
source: https://github.com/hashicorp/terraform/archive/v0.13.7.zip
- name: terraform
version: 0.14.11
source: https://github.com/hashicorp/terraform/archive/v0.14.11.zip
- name: terraform
version: 1.0.11
source: https://github.com/hashicorp/terraform/archive/v1.0.11.zip
- name: terraform
version: 1.1.9
source: https://github.com/hashicorp/terraform/archive/v1.1.9.zip
default: true
- name: terraform-provider-aws
version: 4.49.0
source: https://github.com/terraform-providers/terraform-provider-aws/archive/v4.49.0.zip
- name: terraform-provider-random
version: 3.4.3
source: https://github.com/terraform-providers/terraform-provider-random/archive/v3.4.3.zip
- name: terraform-provider-mysql
version: 1.9.0
source: https://github.com/terraform-providers/terraform-provider-mysql/archive/v1.9.0.zip
- name: terraform-provider-postgresql
version: 1.18.0
source: https://github.com/cyrilgdn/terraform-provider-postgresql/archive/v1.18.0.zip
provider: cyrilgdn/postgresql
url_template: https://github.com/cyrilgdn/${name}/releases/download/v${version}/${name}_${version}_${os}_${arch}.zip
- name: terraform-provider-csbpg
version: 1.0.1
source: https://github.com/cloudfoundry/terraform-provider-csbpg/archive/v1.0.1.zip
provider: 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.0.0
source: https://github.com/cloudfoundry/terraform-provider-csbmysql/archive/v1.0.0.zip
provider: cloud-service-broker/csbmysql
url_template: https://github.com/cloudfoundry/${name}/releases/download/v${version}/${name}_${version}_${os}_${arch}.zip
env_config_mapping:
AWS_ACCESS_KEY_ID: aws.access_key_id
AWS_SECRET_ACCESS_KEY: aws.secret_access_key
service_definitions:
- aws-mysql.yml
- aws-redis-cluster.yml
- aws-postgresql.yml
- aws-s3-bucket.yml
- aws-dynamodb.yml
- aws-aurora-postgresql.yml
- aws-aurora-mysql.yml