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 want to configure the dev and prod clusters to send the logs to the myorg-monitoring Deployment. I would like to leverage the ec_deployments to find the monitoring Deployment when provisioning the -dev and -prod Deployments.
Your Environment
Version used:
Environment name and version (e.g. Go 1.9):
Server type and version:
Operating System and version:
Link to your project:
The text was updated successfully, but these errors were encountered:
Readiness Checklist
Expected Behavior
Given I have multiple Deployments with a hyphenated prefix
myorg-
:I should be able to find the Deployment called
myorg-monitoring
with thisname_prefix
filter:Current Behavior
The
ec_deployments
data source doesn't find any Deployments if thename-prefix
filter contains hyphens## Terraform definition
Possible Solution
Steps to Reproduce
Context
I have several deployments prefixed with my organization name followed by a hyphen:
I want to configure the dev and prod clusters to send the logs to the
myorg-monitoring
Deployment. I would like to leverage theec_deployments
to find the monitoring Deployment when provisioning the -dev and -prod Deployments.Your Environment
The text was updated successfully, but these errors were encountered: