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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.