Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 716 Bytes

File metadata and controls

28 lines (24 loc) · 716 Bytes

Netskope Publisher and Private App Creation

This is an example plan that uses the Netskope Provider to create 2 Publishers and a Private App inside a Netskope Tenant.

Providers

Usage

  1. Open a CLI shell and navigate to the provider directory
    cd <path>/terraform-provider-netskope
  2. Export Provider Env Variables
    export NS_BaseURL=https://<tenant url>
    export NS_ApiToken=<apiv2 token>
  3. Run Simple Plan
    cd examples/npa/simple
    terraform init
    terraform apply
  4. Destroy Simple Objects
    terraform apply -destroy