Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate: support passing in multiple resource-types #650

Merged
merged 1 commit into from Dec 15, 2023

Conversation

jacobbednarz
Copy link
Member

@jacobbednarz jacobbednarz commented Dec 15, 2023

Updates the --resource-type parameter to accept a comma delimitered string to be used for the generate and import operations.

Examples:

  • Many
--resource-type "cloudflare_record,cloudflare_ruleset,..."
  • Single (as before)
--resource-type "cloudflare_record"

Closes #646

Updates the `--resource-type` parameter to accept a comma delimitered
string to be used for the generate and import operations.
@jacobbednarz jacobbednarz force-pushed the support-multiple-resources-at-once branch from 96877ee to 04255f2 Compare December 15, 2023 01:59
@jacobbednarz jacobbednarz merged commit 6ea5954 into master Dec 15, 2023
5 of 6 checks passed
@jacobbednarz jacobbednarz deleted the support-multiple-resources-at-once branch December 15, 2023 02:03
@Schachte
Copy link

Nice addition 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bulk import zone-level resources using the account specifier
2 participants