Skip to content

arctir/terraform-provider-flightdeck

Repository files navigation

terraform-provider-flightdeck

flightdeck logo

A Terraform provider for the Flightdeck Developer Platform.

About

This Terraform provider is largely auto-generated with the Flightdeck OpenAPI Specification. This ensures that as the API changes, new resources and/or capabilities may be integrated into this Terraform provider.

Configuration

This provider interfaces with the Flightdeck API and requires that the user provide a valid, authenticated, and authorized API token. This configuraiton may be easily obtained with the Flightdeck CLI. After downloading the binray that matches your operating system and platform from the Releases Page, simply execute:

flightdeck-cli auth login

This will open a browser window and prompt you to login to your Flightdeck account. After logging in, the CLI will save your API token to your local Flightdeck configuration file.

This Terraform provider will automatically read this configuration file and use the API token to authenticate with the Flightdeck API.

Examples

Example usage may be found under the /examples directory of this repository