provider

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package provider defines canonical provider names and alias normalisation. All provider-string comparisons in pike should go through Normalise so that alias handling (gcp↔google, azure↔azurerm) lives in exactly one place.

Index

Constants

View Source
const (
	AWS    = "aws"
	Azure  = "azurerm"
	Google = "google"
	GCP    = "gcp"
)

Variables

This section is empty.

Functions

func Normalise

func Normalise(p string) string

Normalise maps the various aliases pike accepts to the canonical short name. Returns an empty string for unrecognised input.

Types

This section is empty.

Jump to

Keyboard shortcuts

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