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)
Types of changes
Bug fix (non-breaking change which fixes an issue) - docs fix
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes if appropriate.
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:
How Has This Been Tested?
Tested locally
Screenshots (if appropriate)
Types of changes
Checklist