Module config

This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the pulumi/pulumi-cloudamqp repo; however, if that doesn’t turn up anything, please consult the source cloudamqp/terraform-provider-cloudamqp repo.

APIs

APIs

let apikey

let apikey: string | undefined =  <any>__config.get("apikey") || utilities.getEnv("CLOUDAMQP_APIKEY");

Key used to authentication to the CloudAMQP Customer API

let baseurl

let baseurl: string | undefined =  __config.get("baseurl");

Base URL to CloudAMQP Customer website