Skip to content

Commit

Permalink
feat(grit): remove plan and jump_start from zone state
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Feb 21, 2025
1 parent 7bb3f3f commit 091523e
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ pattern cloudflare_terraform_v5_attribute_renames_state() {
}`
}
},
`{ "mode": "managed", "type": "$resource_type", $..., "instances":[$instances] }` where {
and {
$resource_type <: contains `cloudflare_zone`,
$instances <: contains `"jump_start": $v` => .
}
},
`{ "mode": "managed", "type": "$resource_type", $..., "instances":[$instances] }` where {
and {
$resource_type <: contains `cloudflare_zone`,
$instances <: contains `"plan": $v` => .
}
},

// cloudflare_access_policy & cloudflare_zero_trust_access_group
`{ "mode": "managed", "type": "$resource_type", $..., "instances":[$instances] }` where {
Expand Down

0 comments on commit 091523e

Please sign in to comment.