Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable complex input #115

Open
arthur91f opened this issue Jan 9, 2023 · 0 comments
Open

Enable complex input #115

arthur91f opened this issue Jan 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@arthur91f
Copy link
Owner

arthur91f commented Jan 9, 2023

  • name: EXEIAC_TEST_cluster
    from: infra-ground/envs/monitoring/cluster_k8s:$.*

is:

[map
  [
   instance_id:mycompany/monitoring-221201/instance/b00e0fe0-fd48-8fae-623e-d3ea5de1d26b 
   internal_domain_name:cluster-main.monitoring.myp.tech
   private_domain_name:cluster-main.monitoring.private
   private_ip:10.1.0.3
   public_ip:34.243.198.57
  ]
]

should be :

{
  "instance_id": "mycompany/monitoring-221201/instance/b00e0fe0-fd48-8fae-623e-d3ea5de1d26b",
  "internal_domain_name": "cluster-main.monitoring.myp.tech",
  "private_domain_name": "cluster-main.monitoring.private",
  "private_ip": "10.1.0.3",
  "public_ip": "34.243.198.57"
}
@arthur91f arthur91f added this to exeIaC Dec 31, 2022
@arthur91f arthur91f converted this from a draft issue Jan 9, 2023
@arthur91f arthur91f added the enhancement New feature or request label Jan 9, 2023
@arthur91f arthur91f added this to the alpha milestone Jan 9, 2023
@half-shell half-shell moved this from Todo to In Progress in exeIaC Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants