File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,22 @@ output "aws_current_region" {
66
77}
88output "amplify_app_id" {
9- value = aws_amplify_app. sample_app . id
9+ value = aws_amplify_app. sample_app . id
10+ description = " The App ID for the Amplify App"
1011}
1112output "amplify_app_arn" {
12- value = aws_amplify_app. sample_app . arn
13+ value = aws_amplify_app. sample_app . arn
14+ description = " The ARN for the Amplify App"
1315}
1416output "amplify_app_default_domain" {
15- value = aws_amplify_app. sample_app . default_domain
17+ value = aws_amplify_app. sample_app . default_domain
18+ description = " The default domain for the Amplify App"
1619}
1720output "amplify_app_production_branch" {
18- value = aws_amplify_app. sample_app . default_domain
21+ value = aws_amplify_app. sample_app . default_domain
22+ description = " The production branch for the Amplify App"
1923}
2024output "amplify_app_tags_all" {
21- value = aws_amplify_app. sample_app . tags_all
25+ value = aws_amplify_app. sample_app . tags_all
26+ description = " All tags for the Amplify App"
2227}
You can’t perform that action at this time.
0 commit comments