Skip to content

swimos/terraform-swim-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published