Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 921 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 921 Bytes

terraform-{{ provider }}-{{ component/stack }}

{{ Insert brief overview here - this file will be injected into the README by the github action }}

Usage

module "{{ component/stack }}" {
  source  = "combinator-ml/{{ component/stack }}/{{ provider }}"
  version = "0.0.0"
}

See the full configuration options below.

Known Issues

  • {{ Known Issue 1 }} {{ Known Issue description }}
  • ...

Requirements

No requirements.

Providers

Name Version
kubernetes n/a

Modules

No Modules.

Resources

Name
kubernetes_namespace

Inputs

Name Description Type Default Required
namespace The namespace to install into. string "default" no

Outputs

No output.