Skip to content

Commit

Permalink
Add state machine ARN to output
Browse files Browse the repository at this point in the history
  • Loading branch information
jterry64 committed Jul 31, 2024
1 parent 3a493bb commit 17395a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
line_length = 88
multi_line_output = 3
include_trailing_comma = True
known_third_party = asyncclick,aws_xray_sdk,boto3,geobuf,http3,mo_parsing,mo_sql_parsing,numpy,pandas,pydantic,pytest,rasterio,setuptools,shapely
known_third_party = asyncclick,aws_xray_sdk,boto3,geobuf,geopandas,http3,mo_parsing,mo_sql_parsing,numpy,pandas,pydantic,pytest,rasterio,setuptools,shapely
4 changes: 4 additions & 0 deletions terraform/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ output "raster_analysis_lambda_name" {

output "raster_analysis_lambda_arn" {
value = aws_lambda_function.tiled_raster_analysis.arn
}

output "raster_analysis_state_machine_arn" {
value = aws_sfn_state_machine.process_list.arn
}

0 comments on commit 17395a4

Please sign in to comment.