We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Platform I'm building on:
A VPC with subnets configured for resource based names.
What I expected to happen:
[root@admin]# apiclient get settings.network.hostname { "settings": { "network": { "hostname": "i-1234567890abcdef0.compute.internal" } } }
What actually happened:
[root@admin]# apiclient get settings.network.hostname { "settings": { "network": { "hostname": "ip-192-168-131-0.us-west-2.compute.internal" } } }
How to reproduce the problem:
The text was updated successfully, but these errors were encountered:
Resolved by #3021
Sorry, something went wrong.
No branches or pull requests
Platform I'm building on:
A VPC with subnets configured for resource based names.
What I expected to happen:
What actually happened:
How to reproduce the problem:
The text was updated successfully, but these errors were encountered: