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

add import_on_create param to ibm_container_vpc_worker_pool documentation #5506

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/r/container_vpc_worker_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Review the argument references that you can specify for your resource.
- `crk` - Root Key ID for boot volume encryption.
- `kms_instance_id` - Instance ID for boot volume encryption.
- `kms_account_id` - Account ID for boot volume encryption, if other account is providing the kms.
- `import_on_create` - (Optional, Bool) Import an existing WorkerPool from the cluster, instead of creating a new.
- `security_groups` - (Optional, List) Enables users to define specific security groups for their workers.

## Attribute reference
Expand Down
Loading