cloudconnexa

package
v1.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const ClientIDEnvVar = "CLOUDCONNEXA_CLIENT_ID"

ClientIDEnvVar is the environment variable name for the CloudConnexa client ID

View Source
const ClientSecretEnvVar = "CLOUDCONNEXA_CLIENT_SECRET"

ClientSecretEnvVar is the environment variable name for the CloudConnexa client secret

Variables

This section is empty.

Functions

func Provider

func Provider() *schema.Provider

Provider returns a Terraform provider for CloudConnexa. It configures the provider schema, available resources, and data sources.

Returns:

  • *schema.Provider: A configured Terraform provider instance

Types

type Token

type Token struct {
	AccessToken string `json:"access_token"`
}

Token represents the authentication token structure returned by the CloudConnexa API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL