-
Notifications
You must be signed in to change notification settings - Fork 31
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
refactor: setup muxing to allow migrating to plugin-framework #531
Conversation
d957316
to
c400264
Compare
License check found four new MPL-2.0 licenses, but those should be OK in this project. |
… with plugin framework
e5f7751
to
3a5981e
Compare
@@ -39,17 +39,17 @@ resource "upcloud_router" "example_router" { | |||
|
|||
### Required | |||
|
|||
- `ip_network` (Block List, Min: 1, Max: 1) A list of IP subnets within the network (see [below for nested schema](#nestedblock--ip_network)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I have understood right, the plugin framework does not mark any blocks required which would mark all blocks as optional in our docs 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found one related discussion answer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created issue to hashicorp/terraform-plugin-docs repository: hashicorp/terraform-plugin-docs#363
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created also a PR in the hashicorp/terraform-plugin-docs repository: hashicorp/terraform-plugin-docs#366
This also re-implements one resource,
upcloud_network
, and one data-source,upcloud_managed_object_storage_regions
, using the plugin framework.