PaloAltoNetworks / terraform-provider-prismacloud

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

Fix typo in documentation: 'data_flow_enabled_project' should be 'dataflow_enabled_project' #290

Closed dewingok closed 1 month ago

dewingok commented 2 months ago

Documentation link

Describe the problem

In the above mentioned documentation files for cloud account resources and data sources, the GCP attribute is incorrectly referred to as 'data_flow_enabled_project'. (eg: grep data_flow_enabled_project **/*.md)

The correct attribute is 'dataflow_enabled_project', which can be verified in the source code. (eg: grep dataflow_enabled_project **/*.go)

Suggested fix

Correct the attribute documentation.

dewingok commented 2 months ago

PR opened with proposed fix.

AnushreeHS commented 1 month ago

Hey @dewingok This issue has been fixed in latest release (v1.5.7).