You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to read a more human readable endpoint URL from my terrafom resource, at the moment it seems we can only read ec_deployment.this.elasticsearch.https_endpoint which is the ugly form of the URL.
Possible Implementation
Testing
Context
I'm importing my team's elastic cloud deployment into terraform. We previously passed the endpoint URL via a terraform variable so other terraform resources could read it. Now that I'm using a ec_deployment terraform resource, reading ec_deployment.this.elasticsearch.https_endpointdocs here will result in a non-empty terraform plan (for our other resources that depend on this URL) after my refactor as the endpoint URL is changing. I'd also like the team to be able to see the cleaner endpoint URL in our terraform output.
I could construct the URL myself using the alias and region etc, but it seems janky and I wouldn't trust it to not change long term personally.
Your Environment
Macbook Pro M1, nothing special
The text was updated successfully, but these errors were encountered:
Overview
I'd like to read a more human readable endpoint URL from my terrafom resource, at the moment it seems we can only read
ec_deployment.this.elasticsearch.https_endpoint
which is the ugly form of the URL.Possible Implementation
Testing
Context
I'm importing my team's elastic cloud deployment into terraform. We previously passed the endpoint URL via a terraform variable so other terraform resources could read it. Now that I'm using a
ec_deployment
terraform resource, readingec_deployment.this.elasticsearch.https_endpoint
docs here will result in a non-emptyterraform plan
(for our other resources that depend on this URL) after my refactor as the endpoint URL is changing. I'd also like the team to be able to see the cleaner endpoint URL in ourterraform output
.I could construct the URL myself using the alias and region etc, but it seems janky and I wouldn't trust it to not change long term personally.
Your Environment
Macbook Pro M1, nothing special
The text was updated successfully, but these errors were encountered: