File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ description: Terraform Cloudflare Provider Version 5 Upgrade Guide
9
9
Version 5 of the Cloudflare Terraform Provider is a ground-up rewrite of the
10
10
provider, using code generation from our OpenAPI spec. While this introduces
11
11
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
14
14
coverage.
15
15
16
16
## Provider Version Configuration
@@ -857,8 +857,8 @@ This has been removed. Users should instead use the:
857
857
858
858
## cloudflare_zone
859
859
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 ` .
862
862
863
863
Before
864
864
@@ -876,7 +876,7 @@ This has been removed. Users should instead use the:
876
876
}
877
877
```
878
878
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.
880
880
881
881
Before
882
882
You can’t perform that action at this time.
0 commit comments