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

tfsdk: Add support for single nested mode blocks #477

Merged
merged 2 commits into from Sep 13, 2022

Commits on Sep 12, 2022

  1. tfsdk: Add support for single nested mode blocks

    Reference: #400
    
    This support is required for provider developers to migrate from terraform-plugin-sdk to terraform-plugin-framework without affecting practitioner configurations or requiring state upgrades.
    
    For example:
    
    ```terraform
    resource "examplecloud_thing" "example" {
      timeouts {
        create = "5m"
      }
    }
    ```
    bflad committed Sep 12, 2022
    Copy the full SHA
    4018e27 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #477

    bflad committed Sep 12, 2022
    Copy the full SHA
    0c3552f View commit details
    Browse the repository at this point in the history