Skip to content

skpr/terraform-provider-skpraws

Repository files navigation

Terraform provider skpraws

This provider implements aws endpoints that are currently not available in upstream repositories.

Requirements

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the command:
make install

Using the provider

See the examples/ for using the provider.

Developing the Provider

To compile the provider, run go install. This will build the provider and put the provider binary in the $GOPATH/bin directory.

Update ~/.terraformrc to use the provider locally.

provider_installation {
  dev_overrides {
    "skpr/skpraws" = "/my/path/to/go/bin"
  }
  # Install other providers normally from the registry
  direct {}
}

To generate or update documentation, run make generate.

In order to run the full suite of Acceptance tests, run make testacc.

About

Additional AWS terraform resources

Resources

Stars

Watchers

Forks

Packages