atmos icon indicating copy to clipboard operation
atmos copied to clipboard

Allow a generic set of keys in integrations like atlantis

Open nitrocode opened this issue 3 years ago • 0 comments

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Allow a generic set of keys in integrations like atlantis. This way we don't have to continuously update the interface whenever atlantis maintainers add/rename/delete configuration keys.

Expected Behavior

Allow pass through generic keys from

# atmos.yaml
integrations:
  atlantis:
    path: "atlantis.yaml"
    config_templates:
      default:
        version: 3
        key: value
atmos atlantis generate repo-config \
  --config-template default \
  --output-path=/dev/stdout

Should return

# atlantis.yaml
version: 3
key: value

references

  • Created from https://github.com/cloudposse/atmos/pull/189#discussion_r964331455

nitrocode avatar Sep 07 '22 15:09 nitrocode