Add proper CFN attribute handling to elbv2.FakeLoadBalancer (#1341)
This commit is contained in:
parent
8ee05e22af
commit
7b1ec157b8
2 changed files with 30 additions and 5 deletions
|
|
@ -2128,6 +2128,10 @@ def test_stack_elbv2_resources_integration():
|
|||
"Description": "Load balancer name",
|
||||
"Value": {"Fn::GetAtt": ["alb", "LoadBalancerName"]},
|
||||
},
|
||||
"canonicalhostedzoneid": {
|
||||
"Description": "Load balancer canonical hosted zone ID",
|
||||
"Value": {"Fn::GetAtt": ["alb", "CanonicalHostedZoneID"]},
|
||||
},
|
||||
},
|
||||
"Resources": {
|
||||
"alb": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue