This is an example plan that uses the Netskope Provider to create 2 Publishers and a Private App inside a Netskope Tenant.
- Open a CLI shell and navigate to the provider directory
cd <path>/terraform-provider-netskope
- Export Provider Env Variables
export NS_BaseURL=https://<tenant url> export NS_ApiToken=<apiv2 token>
- Run Simple Plan
cd examples/npa/simple terraform init terraform apply
- Destroy Simple Objects
terraform apply -destroy