rus-kgo/SQL IaC
SQL database system infrastructure as code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run-mode | """Run mode determines which iac_actions can be performed. Valid options: `create-or-update`, `destroy`.""" | yes | create-or-update |
| definitions-path | """Definitions path should point to the file or folder in the repo that contains the resource definitions.""" | yes | /definitions |
| database-system | Data base system. Currently suppoerted: oracle, snowflake. | yes | snowflake |
| resources-file | """Do not use unless using your own resources. Resources path should point to the file in the repo that contains the resource sql templates.""" | yes | /sqliac/resources.toml |
| operation | """The options are: Plan, Apply. The plan will not execute the SQL query.""" | yes | Plan |
Outputs
no outputs