command
module
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Aug 21, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This Terraform custom provider is designed for own use case scenario.
Supported Versions
Terraform version |
minimum provider version |
maxmimum provider version |
>= 1.3.x |
0.1.0 |
latest |
Requirements
Local Installation
-
Run make install-local-custom-provider
to install the provider under ~/.terraform.d/plugins.
-
The provider source should be change to the path that configured in the Makefile:
terraform {
required_providers {
st-cdnetworks = {
source = "example.local/myklst/st-cdnetworks"
}
}
}
provider "st-cdnetworks" {}
Why Custom Provider
CDNetworks does not support managing resources with Terraform.
References
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.