Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Conversation

ejhayes
Copy link

@ejhayes ejhayes commented Oct 7, 2021

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #110

Release note for CHANGELOG:

- Adds support for `outputName` and `outputNamespace`

Output:

---
apiVersion: app.terraform.io/v1alpha1
kind: Workspace
metadata:
  name: test-workspace
  namespace: terraform
spec:
  module:
    source: app.terraform.io/some_org/some_module/some_provider
    version: 1.0.0
  organization: some_org
  outputNamespace: my_namespace
  outputName: my_secret
  outputs:
  - key: some_output
    moduleOutputName: some_output
  secretsMountPath: /tmp/secrets
  variables:
  - key: some_key
    value: some_value
    sensitive: false
    environmentVariable: false

The above would create secret my_secret in the my_namespace namespace.

@hashicorp-cla
Copy link

hashicorp-cla commented Oct 7, 2021

CLA assistant check
All committers have signed the CLA.

@ejhayes
Copy link
Author

ejhayes commented Oct 12, 2021

@koikonom is this something we could look at pulling in? Would be great to have this functionality

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Override output name / namespace

2 participants