swimos / terraform-swim-provider

A Swim provider for terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider Swim

Install

Run the formatter

go fmt ./...

Build the provider.

go build -o terraform-provider-swim

Build and install the provider locally.

make install

Run

Run the Swim server.

(cd swim-server && ./gradlew run)

Initialize the workspace and apply the terraform plan.

(cd examples && terraform init && terraform apply)

Clean up

Destroy the terraform stack.

(cd examples && terraform destroy)

About

A Swim provider for terraform


Languages

Language:Go 73.1%Language:Java 16.9%Language:Makefile 10.0%