File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1671,7 +1671,7 @@ def update_lib_checksum(self):
16711671
16721672 def print_outputs (self ):
16731673 """Print final outputs using Rich table formatting"""
1674-
1674+
16751675 # Generate S3 URL for the main template
16761676 template_url = f"https://s3.{ self .region } .amazonaws.com/{ self .bucket } /{ self .prefix } /{ self .main_template } "
16771677
@@ -1692,12 +1692,12 @@ def print_outputs(self):
16921692
16931693 # Display hyperlinks with complete URLs as the display text
16941694 self .console .print ("\n [bold green]Deployment Outputs[/bold green]" )
1695-
1695+
16961696 # 1-Click Launch hyperlink with full URL as display text
16971697 self .console .print ("\n [cyan]1-Click Launch (creates new stack):[/cyan]" )
16981698 launch_link = f"[link={ launch_url } ]{ launch_url } [/link]"
16991699 self .console .print (f" { launch_link } " )
1700-
1700+
17011701 # Template URL hyperlink with full URL as display text
17021702 self .console .print ("\n [cyan]Template URL (for updating existing stack):[/cyan]" )
17031703 template_link = f"[link={ template_url } ]{ template_url } [/link]"
You can’t perform that action at this time.
0 commit comments