Skip to content

Commit c96287e

Browse files
authored
Merge pull request #5762 from markercm/fix-v5-guide-typos
Fix typos in the v5 upgrade guide and clarify zone resource changes
2 parents 535612b + 1ec21de commit c96287e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/version-5-upgrade.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: Terraform Cloudflare Provider Version 5 Upgrade Guide
99
Version 5 of the Cloudflare Terraform Provider is a ground-up rewrite of the
1010
provider, using code generation from our OpenAPI spec. While this introduces
1111
attribute and resource changes, it moves the provider to align more closely
12-
with the service endpoints. This allows automation the steps to get changes
13-
into the provider lowering the delay between new features and complete
12+
with the service endpoints. This allows easier automation of the steps to get
13+
changes into the provider, lowering the delay between new features and complete
1414
coverage.
1515

1616
## Provider Version Configuration
@@ -857,8 +857,8 @@ This has been removed. Users should instead use the:
857857

858858
## cloudflare_zone
859859

860-
- Zone subscriptions are now controlled independently using `cloudflare_zone_subscription` resource.
861-
- `zone` is now an `name`.
860+
- Zone subscriptions are now controlled independently using the `cloudflare_zone_subscription` resource so the `plan` attribute has been removed.
861+
- The `zone` attribute has been renamed to `name`.
862862

863863
Before
864864

@@ -876,7 +876,7 @@ This has been removed. Users should instead use the:
876876
}
877877
```
878878

879-
- `account_id` is now an `account` object with the `id` attribute inside.
879+
- The `account_id` attribute has been replaced with an `account` attribute of type object with the `id` attribute inside.
880880

881881
Before
882882

0 commit comments

Comments
 (0)