Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

feat: YAML config support#353

Merged
kodiakhq[bot] merged 2 commits intomainfrom
feat/yaml-support
Jun 22, 2022
Merged

feat: YAML config support#353
kodiakhq[bot] merged 2 commits intomainfrom
feat/yaml-support

Conversation

@disq
Copy link
Copy Markdown
Member

@disq disq commented Jun 21, 2022

to go with cloudquery/cq-provider-sdk#332 and cloudquery/cloudquery#887

go run main.go init azure --config config.yml creates this:

cloudquery:
    providers:
        - name: azure
          version: latest
    connection:
        type: postgres
        username: postgres
        password: pass
        host: localhost
        port: 5432
        database: postgres
        sslmode: disable
providers:
    # provider configurations
    - name: azure
      # Optional. if you not specified, cloudquery tries to access all subscriptions available to tenant
      # subscriptions:
      #   - <YOUR_SUBSCRIPTION_ID_HERE>
      #  
      # list of resources to fetch
      resources:
        - account.locations
        - authorization.role_assignments
#...

@disq disq requested review from a team and bbernays and removed request for a team June 21, 2022 09:07
@kodiakhq kodiakhq bot merged commit 045e92f into main Jun 22, 2022
@kodiakhq kodiakhq bot deleted the feat/yaml-support branch June 22, 2022 11:23
kodiakhq bot pushed a commit that referenced this pull request Jun 22, 2022
🤖 I have created a release *beep* *boop*
---


## [0.11.11](v0.11.10...v0.11.11) (2022-06-22)


### Features

* YAML config support ([#353](#353)) ([045e92f](045e92f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah pushed a commit to cloudquery/cloudquery that referenced this pull request Aug 14, 2022
🤖 I have created a release *beep* *boop*
---


## [0.11.11](cloudquery/cq-provider-azure@v0.11.10...v0.11.11) (2022-06-22)


### Features

* YAML config support ([#353](cloudquery/cq-provider-azure#353)) ([045e92f](cloudquery/cq-provider-azure@045e92f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants