Merge "Add BlacklistedHostnames stack output"
This commit is contained in:
commit
4fb30dd5ec
@ -1041,3 +1041,6 @@ outputs:
|
|||||||
Environment data that can be used as input into the services stack when
|
Environment data that can be used as input into the services stack when
|
||||||
using split-stack.
|
using split-stack.
|
||||||
value: {get_attr: [DeployedServerEnvironment, deployed_server_environment]}
|
value: {get_attr: [DeployedServerEnvironment, deployed_server_environment]}
|
||||||
|
BlacklistedHostnames:
|
||||||
|
description: List of blacklisted hostnames
|
||||||
|
value: {get_attr: [BlacklistedHostnames, value]}
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
other:
|
||||||
|
- BlacklistedHostnames has been added as a stack output. The value of the
|
||||||
|
output is a list of blacklisted hostnames.
|
Loading…
Reference in New Issue
Block a user