terraform-google-schema

module
v2.20.3 Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: MIT

README

Terraform Google Provider Schema Repository

This repository contains the generated Go files for the Google provider schemas, which are based on the Terraform Google Provider. These schema files can be used as a reference when writing tools, such as TFLint plugins, that interact with the Google provider.

Terraform Google Provider's schema is public accessible, but aws and azurerm are not. This library provides a consistent schemas as terraform-azurerm-schema and terraform-aws-schema provide.

Repository Structure

Each tag version of the Terraform Google Provider has a corresponding tag in this repository. You can find the schema files for each provider version under the respective tag.

e.g.: to use google's 4.66.0 schema, you could:

$ go get github.com/lonegunmanb/terraform-google-schema/v4@v4.66.0

Then you can read schemas like this:

import (
"testing"

"github.com/lonegunmanb/terraform-google-schema/v4/generated"
"github.com/stretchr/testify/assert"
)

func TestResourceSchema(t *testing.T) {
assert.NotEmpty(t, generated.Resources)
assert.NotEmpty(t, generated.DataSources)
}

Generating Schema Files

The schema files are generated using the terraform provider schema -json command. This command retrieves the schema information and converts it into JSON format. The JSON files are then converted into Go files, which can be found in this repository.

If you encounter any issues or would like to contribute to this repository, please submit an issue or a pull request on GitHub.

License

MIT

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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