cloudamqp / terraform-provider-cloudamqp

Terraform Provider for CloudAMQP
https://registry.terraform.io/providers/cloudamqp/cloudamqp
Mozilla Public License 2.0
35 stars 39 forks source link

Add HTTPS to cloudamqp_security_firewall #95

Closed ArieLevs closed 3 years ago

ArieLevs commented 3 years ago

currently cloudamqp_security_firewall does not support HTTPS service as defined here

please note that the official documentation state that

CloudAMQP is using port 22 and 443 for monitoring and statistics purposes, therefore they will always remain open.

although if you login to the console you can see it was added to CloudAMQP, so its currently impossible to use terraform without manually touching the console.

dentarg commented 3 years ago

@ArieLevs Thanks for raising this issue, we will adress it shortly

dentarg commented 3 years ago

the official documentation state that

CloudAMQP is using port 22 and 443 for monitoring and statistics purposes, therefore they will always remain open.

This has now been corrected

sig-abyreddy commented 3 years ago

+1 Waiting on this..

dentarg commented 3 years ago

I merged #96 with a fix for this, hopefully we can cut a new release with it tomorrow

dentarg commented 3 years ago

Released in 1.9.2: https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.9.2

ArieLevs commented 3 years ago

@dentarg thanks for the quick response!