Sha256: 137294259286e87820f14cb48d540550f30e8cdb2c5bd47f536f0498cee9f1b7

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 Bytes

Contents

  output 'ServerURL',
         :Description => 'URL of newly created Opscode chef server',
         :Value => {
             :'Fn::Join' => [
                 '',
                 [
                     'https://',
                     { :'Fn::GetAtt' => [ 'ChefServer', 'PublicDnsName' ] },
                     ':443',
                 ],
             ],
         }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aws-cfn-dsl-0.5.0 test/Outputs/ServerURL.rb
aws-cfn-dsl-0.2.0 test/Outputs/ServerURL.rb
aws-cfn-dsl-0.1.0 test/Outputs/ServerURL.rb