PaloAltoNetworks / terraform-provider-cloudngfwaws

The Terraform provider for the Palo Alto Networks AWS cloud NGFW
Mozilla Public License 2.0
14 stars 14 forks source link

Update Example Usage Docs #11

Closed jamesholland-uk closed 4 months ago

jamesholland-uk commented 1 year ago

Description

Very small change to example usage section of the docs.

Motivation and Context

Full repo name is not required for source parameter of the provider path:

Error: Invalid provider type
│ 
│   on cloudngfw.tf line 4, in terraform:
│    4:       source  = "paloaltonetworks/terraform-provider-cloudngfwaws"

Provider source "paloaltonetworks/terraform-provider-cloudngfwaws" has a type with the prefix "terraform-provider-", which isn't valid. Although that prefix is often used in the names
│ of version control repositories for Terraform providers, provider source strings should not include it.
│ 
│ Did you mean "paloaltonetworks/cloudngfwaws"?

How Has This Been Tested?

Tested locally

Screenshots (if appropriate)

Screenshot 2022-11-29 at 15 19 10

Types of changes

Checklist