-
Requests to API ignore the versioning. For example, request to vendors is addressed to `https://api.cloudability.com/vendors/` instead of ` https://api.cloudability.com/v3/vendors/`. Thus resulting in…
-
Hi,
I notice some element in the code mentioning usage of a CLOUDABILITY_APIKEY environment variable but this one commented.
Do you think that would be possible to make it available?
Best regar…
ghost updated
3 years ago
-
Hey there - I've been able to install the provider with Terraform 0.13.5 but not getting anywhere with the creation of resources.
Example view definition:
```
resource "cloudability_view" "tes…
-
After upgrading one of the Kubernetes clusters to 1.18 the cloudability-metrics-agent started crashing with the following error:
```
time="2020-10-22T14:33:15Z" level=info msg="Starting Cloudability…
-
Hello,
Thank you for this provider, but when I work with many cloudability accounts, most of the time it produces an error during plan or apply:
https://api.cloudability.com/v3/vendors/aws/acco…
-
Hello,
I am currently trying to code locally the account_groups resource with the provider.
When I run terraform apply, the resource is provisioned in Cloudability but, when I try to get the cre…
-
If I create a very simple business mapping based on the example in the modules repo, something like this:
```terraform
terraform {
backend "local" {
path="terraform.tfstate"
}
}
var…
-
https://github.com/skyscrapr/terraform-cloudability-modules/blob/7fb8a213d4ee1c1b51f750b9b671c7e01ed0f2f4/cloudability-master-account/aws_cur.tf#L17
-
In order to ensure our new [code-driven diagrams](https://diagrams.fr.cloud.gov/) are properly understood by JAB technical reviewers, we want to ensure they appear in a legible and easy-to-understand …
mogul updated
4 years ago
-
The amazon-ebs provisioner already has a feature to apply tags to the images packer produces, but it does not apply tags to the ELB snapshot which is produced alongside the AMI.
A provisioner option …