mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-23 15:02:05 -04:00
kubernetes: Add provider + namespace resource
This commit is contained in:
@@ -36,6 +36,7 @@ import (
|
||||
icinga2provider "github.com/hashicorp/terraform/builtin/providers/icinga2"
|
||||
ignitionprovider "github.com/hashicorp/terraform/builtin/providers/ignition"
|
||||
influxdbprovider "github.com/hashicorp/terraform/builtin/providers/influxdb"
|
||||
kubernetesprovider "github.com/hashicorp/terraform/builtin/providers/kubernetes"
|
||||
libratoprovider "github.com/hashicorp/terraform/builtin/providers/librato"
|
||||
logentriesprovider "github.com/hashicorp/terraform/builtin/providers/logentries"
|
||||
mailgunprovider "github.com/hashicorp/terraform/builtin/providers/mailgun"
|
||||
@@ -110,6 +111,7 @@ var InternalProviders = map[string]plugin.ProviderFunc{
|
||||
"icinga2": icinga2provider.Provider,
|
||||
"ignition": ignitionprovider.Provider,
|
||||
"influxdb": influxdbprovider.Provider,
|
||||
"kubernetes": kubernetesprovider.Provider,
|
||||
"librato": libratoprovider.Provider,
|
||||
"logentries": logentriesprovider.Provider,
|
||||
"mailgun": mailgunprovider.Provider,
|
||||
|
||||
Reference in New Issue
Block a user