generated from cloud-native-toolkit/template-terraform-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.yaml
36 lines (36 loc) · 917 Bytes
/
module.yaml
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
name: aws-portworx
interfaces:
- github.com/cloud-native-toolkit/automation-modules#cluster-storage
type: terraform
description: 'Module to provision terraform-aws-portworx on a redhat rosa cluster'
tags:
- tools
- devops
versions:
- platforms:
- ocp4
providers:
- name: aws
source: "hashicorp/aws"
dependencies:
- id: cluster
refs:
- source: github.com/cloud-native-toolkit/terraform-ocp-login.git
version: ">= 1.2.4"
variables:
- name: cluster_config_file
moduleRef:
id: cluster
output: config_file_path
- name: region
scope: global
- name: access_key
scope: global
- name: secret_key
scope: global
- name: enable_encryption
important: true
- name: portworx_spec_file
important: true
- name: portworx_spec
important: true