terraform-provider-gamefabric

command module
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2026 License: MIT Imports: 5 Imported by: 0

README

Terraform Provider for GameFabric

The GameFabric provider is a Terraform plugin for managing GameFabric resources.

Installation

This provider is distributed through the Terraform Registry.

Building

Building from source requires access to private GameFabric repositories and is only available to GameFabric developers.

Using the Provider

terraform {
  required_providers {
    gamefabric = {
      source = "gamefabric/gamefabric"
    }
  }
}

provider "gamefabric" {
  customer_id     = "<your customer id>"
  service_account = "ExampleServiceAccount@ec.nitrado.systems"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
normalize
Package normalize provides functionality to normalize Go struct models based on the current Terraform state or plan.
Package normalize provides functionality to normalize Go struct models based on the current Terraform state or plan.

Jump to

Keyboard shortcuts

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