Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

CloudMQTT/terraform-provider-cloudmqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform provider for CloudMQTT

Setup your CloudMQTT cluster with Terraform

Install

git clone https://github.com/cloudmqtt/terraform-provider.git
cd terraform-provider
make depupdate
make init

Now the provider is installed in the terraform plugins folder and ready to be used.

Example

provider "cloudmqtt" {}

resource "cloudmqtt_instance" "mqtt_koala" {
  name   = "terraform-provider-test"
  plan   = "koala"
  region = "amazon-web-services::us-east-1"
}

output "mqtt_url" {
  value = "${cloudmqtt_instance.mqtt_koala.url}"
}

About

Terraform provider for CloudMQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •