File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ Available targets:
210210| <a name =" output_id " ></a > [ id] ( #output\_ id ) | The ID of the REST API |
211211| <a name =" output_invoke_url " ></a > [ invoke\_ url] ( #output\_ invoke\_ url ) | The URL to invoke the REST API |
212212| <a name =" output_root_resource_id " ></a > [ root\_ resource\_ id] ( #output\_ root\_ resource\_ id ) | The resource ID of the REST API's root |
213+ | <a name =" output_stage_arn " ></a > [ stage\_ arn] ( #output\_ stage\_ arn ) | The ARN of the gateway stage |
213214<!-- markdownlint-restore -->
214215
215216
Original file line number Diff line number Diff line change 7171| <a name =" output_id " ></a > [ id] ( #output\_ id ) | The ID of the REST API |
7272| <a name =" output_invoke_url " ></a > [ invoke\_ url] ( #output\_ invoke\_ url ) | The URL to invoke the REST API |
7373| <a name =" output_root_resource_id " ></a > [ root\_ resource\_ id] ( #output\_ root\_ resource\_ id ) | The resource ID of the REST API's root |
74+ | <a name =" output_stage_arn " ></a > [ stage\_ arn] ( #output\_ stage\_ arn ) | The ARN of the gateway stage |
7475<!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ output "invoke_url" {
3131 description = " The URL to invoke the REST API"
3232 value = module. this . enabled ? aws_api_gateway_stage. this [0 ]. invoke_url : null
3333}
34+
35+ output "stage_arn" {
36+ description = " The ARN of the gateway stage"
37+ value = module. this . enabled ? aws_api_gateway_stage. this [0 ]. arn : null
38+ }
You can’t perform that action at this time.
0 commit comments