Skip to content

Commit

Permalink
Fix markdown linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Jan 16, 2025
1 parent f7482a3 commit 959e4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/v3-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ The Helm provider has been migrated from the legacy [Terraform Plugin SDKv2](htt
- **Blocks to Nested Objects**: Blocks like `kubernetes`, `registry`, and `experiments` are now represented as nested objects.
- **List Syntax for Nested Attributes**: Attributes like `set`, `set_list`, and `set_sensitive` in `helm_release` and `helm_template` are now lists of nested objects instead of blocks.

### Terraform Version Compatability
### Terraform Version Compatability

The new framework code uses [Terraform Plugin Protocol Version 6](https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol#protocol-version-6) which is compatible with Terraform versions 1.0 and aboove. Users of earlier versions of Terraform can continue to use the Helm provider by pinning their configuration to the 2.x version.
The new framework code uses [Terraform Plugin Protocol Version 6](https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol#protocol-version-6) which is compatible with Terraform versions 1.0 and aboove. Users of earlier versions of Terraform can continue to use the Helm provider by pinning their configuration to the 2.x version.

---

Expand Down

0 comments on commit 959e4da

Please sign in to comment.