Discover Packages
github.com/netskopeoss/terraform-provider-netskopebwan
command
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Oct 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Requirements
Using The Provider
The Netskope Borderless SD-WAN Terraform Provider Repo includes sample plans to get you started.
Here are the following steps to be done before executing the terraform plans.
Netskope Borderless SD-WAN Tenant Tasks
Identify the "Base URL" for your Netskope Borderless SD-WAN tenant.
Login to Tenant URL and and create a Token to use it as credentials.
Token can be created by navigating the page "Administration --> Token --> (+) Button"
Token Permissions will be like as follows (Its just an example):
[
{
"rap_resource": "",
"rap_privs": [
"privSiteCreate",
"privSiteRead",
"privSiteWrite",
"privSiteDelete",
"privSiteToken",
"privSiteRestart",
"privSiteOpsRead",
"privSiteOpsWrite",
"privTokenRead",
"privPolicyCreate",
"privPolicyRead",
"privPolicyWrite",
"privPolicyDelete",
"privAppRead",
"privAuditRecordCreate"
]
}
]
Setup Required Providers in TF file. File is already included (examples/version.tf)
terraform {
required_version = ">=0.0.1"
required_providers {
netskopebwan = {
source = "netskopeoss/netskopebwan"
version = "0.0.1"
}
}
}
Identify the "Base API URL" for your Netskope Borderless SD-WAN tenant.
This will generally have a ".api." sub-domain in your tenant URL.
For example, if your tenant URL is "https://acme01.infiot.net", then the API URL will be "https://acme01.api.infiot.net"
There are two ways, you can feed the credentials.
Execution
Directory has detailed documentations for each resource / data source directive.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.