PaloAltoNetworks / terraform-provider-prismacloud

Terraform PrismaCloud provider
https://www.terraform.io/docs/providers/prismacloud/
Mozilla Public License 2.0
54 stars 65 forks source link

Fix typo in `dataflow_enabled_project` attribute documentation #291

Closed dewingok closed 1 month ago

dewingok commented 2 months ago

Description

This fixes the documentation for cloud account resources and data sources, where the GCP attribute is incorrectly referred to as 'data_flow_enabled_project'. The correct attribute is 'dataflow_enabled_project'.

Motivation and Context

Fixes #290

How Has This Been Tested?

When implementing a resource and data source, I discovered the attribute 'data_flow_enabled_project' was unknown. Upon investigation discovered it should be 'dataflow_enabled_project'.

Types of changes

Checklist

AnushreeHS commented 1 month ago

Closing the PR as these changes have already been incorporated. Thanks