Skip to content

Commit

Permalink
Deployed changes to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
huntj88 committed Jun 26, 2021
1 parent 9e2f2d8 commit c6565a7
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 24 deletions.
91 changes: 78 additions & 13 deletions Terraform/infrastructure/terraform.tfstate.d/prod/terraform.tfstate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "0.14.7",
"serial": 103,
"serial": 112,
"lineage": "083b465f-8170-0d02-0f94-8cc1a583bbd6",
"outputs": {
"base_url": {
Expand All @@ -19,16 +19,16 @@
{
"schema_version": 0,
"attributes": {
"created_date": "2021-06-20T07:14:25Z",
"created_date": "2021-06-26T19:55:03Z",
"description": "",
"execution_arn": "arn:aws:execute-api:us-east-1:654246770704:awesaw0atb/prod",
"id": "weuokl",
"id": "xhh0rw",
"invoke_url": "https://awesaw0atb.execute-api.us-east-1.amazonaws.com/prod",
"rest_api_id": "awesaw0atb",
"stage_description": null,
"stage_name": "prod",
"triggers": {
"redeployment": "4512d2e9db00d1037adab99b4a4b8dfea070a922"
"redeployment": "1d42ed3e77e05dcbfeda4fdc7ba8542bdf885047"
},
"variables": null
},
Expand Down Expand Up @@ -294,17 +294,23 @@
"code_signing_config_arn": "",
"dead_letter_config": [],
"description": "handle s3 upload",
"environment": [],
"environment": [
{
"variables": {
"DHIFFIE_ENVIRONMENT": "prod"
}
}
],
"file_system_config": [],
"filename": "../../Functions/build/distributions/Functions-1.0-SNAPSHOT.zip",
"filename": "../../Lambda/build/distributions/Lambda-1.0-SNAPSHOT.zip",
"function_name": "prod_HandleS3Upload",
"handler": "me.jameshunt.dhiffiechat.HandleS3Upload::handleRequest",
"id": "prod_HandleS3Upload",
"image_config": [],
"image_uri": "",
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:654246770704:function:prod_HandleS3Upload/invocations",
"kms_key_arn": "",
"last_modified": "2021-06-20T07:14:01.889+0000",
"last_modified": "2021-06-26T19:55:24.660+0000",
"layers": [],
"memory_size": 1024,
"package_type": "Zip",
Expand All @@ -318,8 +324,8 @@
"s3_object_version": null,
"signing_job_arn": "",
"signing_profile_version_arn": "",
"source_code_hash": "PT8OuDlr9A3rWXqh/WwPQcUnz6LRxyfztyO7EElFnhE=",
"source_code_size": 39967949,
"source_code_hash": "iq/O3NDmiDHZXIr+kkwIOVYFFDjD8FhJ46rUPX3Pkps=",
"source_code_size": 39968188,
"tags": {},
"timeout": 30,
"timeouts": null,
Expand Down Expand Up @@ -517,6 +523,65 @@
}
]
},
{
"mode": "managed",
"type": "null_resource",
"name": "generate_app_properties",
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "8028104654558409921",
"triggers": {
"run_always": "2021-06-26T19:55:03Z"
}
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_api_gateway_deployment.chat_deployment",
"aws_api_gateway_rest_api.chat_gateway",
"aws_iam_role.function_role",
"module.perform_request.aws_api_gateway_integration.gateway_integration",
"module.perform_request.aws_api_gateway_method.gateway_method",
"module.perform_request.aws_api_gateway_resource.gateway_resource",
"module.perform_request.aws_lambda_function.lambda_func",
"module.perform_request.aws_lambda_permission.gw_permission"
]
}
]
},
{
"mode": "managed",
"type": "null_resource",
"name": "upload_firebase_config",
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "4113331723299385712",
"triggers": {
"deployed_dependency": "https://awesaw0atb.execute-api.us-east-1.amazonaws.com/prod",
"run_always": "2021-06-26T19:55:03Z"
}
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_api_gateway_deployment.chat_deployment",
"aws_api_gateway_rest_api.chat_gateway",
"aws_iam_role.function_role",
"module.perform_request.aws_api_gateway_integration.gateway_integration",
"module.perform_request.aws_api_gateway_method.gateway_method",
"module.perform_request.aws_api_gateway_resource.gateway_resource",
"module.perform_request.aws_lambda_function.lambda_func",
"module.perform_request.aws_lambda_permission.gw_permission"
]
}
]
},
{
"module": "module.perform_request",
"mode": "managed",
Expand Down Expand Up @@ -636,15 +701,15 @@
}
],
"file_system_config": [],
"filename": "../../Functions/build/distributions/Functions-1.0-SNAPSHOT.zip",
"filename": "../../Lambda/build/distributions/Lambda-1.0-SNAPSHOT.zip",
"function_name": "prod_PerformRequest",
"handler": "me.jameshunt.dhiffiechat.PerformRequest::handleRequest",
"id": "prod_PerformRequest",
"image_config": [],
"image_uri": "",
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:654246770704:function:prod_PerformRequest/invocations",
"kms_key_arn": "",
"last_modified": "2021-06-20T07:14:23.938+0000",
"last_modified": "2021-06-26T19:55:01.752+0000",
"layers": [],
"memory_size": 1024,
"package_type": "Zip",
Expand All @@ -658,8 +723,8 @@
"s3_object_version": null,
"signing_job_arn": "",
"signing_profile_version_arn": "",
"source_code_hash": "PT8OuDlr9A3rWXqh/WwPQcUnz6LRxyfztyO7EElFnhE=",
"source_code_size": 39967949,
"source_code_hash": "iq/O3NDmiDHZXIr+kkwIOVYFFDjD8FhJ46rUPX3Pkps=",
"source_code_size": 39968188,
"tags": {},
"timeout": 30,
"timeouts": null,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "0.14.7",
"serial": 96,
"serial": 103,
"lineage": "083b465f-8170-0d02-0f94-8cc1a583bbd6",
"outputs": {
"base_url": {
Expand All @@ -19,16 +19,16 @@
{
"schema_version": 0,
"attributes": {
"created_date": "2021-06-20T07:06:08Z",
"created_date": "2021-06-20T07:14:25Z",
"description": "",
"execution_arn": "arn:aws:execute-api:us-east-1:654246770704:awesaw0atb/prod",
"id": "wkpy0d",
"id": "weuokl",
"invoke_url": "https://awesaw0atb.execute-api.us-east-1.amazonaws.com/prod",
"rest_api_id": "awesaw0atb",
"stage_description": null,
"stage_name": "prod",
"triggers": {
"redeployment": "014357efe96df30b13ee05ce73d27562c8a3a88f"
"redeployment": "4512d2e9db00d1037adab99b4a4b8dfea070a922"
},
"variables": null
},
Expand Down Expand Up @@ -304,7 +304,7 @@
"image_uri": "",
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:654246770704:function:prod_HandleS3Upload/invocations",
"kms_key_arn": "",
"last_modified": "2021-06-20T07:06:29.193+0000",
"last_modified": "2021-06-20T07:14:01.889+0000",
"layers": [],
"memory_size": 1024,
"package_type": "Zip",
Expand All @@ -318,8 +318,8 @@
"s3_object_version": null,
"signing_job_arn": "",
"signing_profile_version_arn": "",
"source_code_hash": "vO5nLYIThc+sMk9gO74bnxXySxnTwTjk+hSrzy1nm78=",
"source_code_size": 39968128,
"source_code_hash": "PT8OuDlr9A3rWXqh/WwPQcUnz6LRxyfztyO7EElFnhE=",
"source_code_size": 39967949,
"tags": {},
"timeout": 30,
"timeouts": null,
Expand Down Expand Up @@ -628,7 +628,13 @@
"code_signing_config_arn": "",
"dead_letter_config": [],
"description": "PerformRequest",
"environment": [],
"environment": [
{
"variables": {
"DHIFFIE_ENVIRONMENT": "prod"
}
}
],
"file_system_config": [],
"filename": "../../Functions/build/distributions/Functions-1.0-SNAPSHOT.zip",
"function_name": "prod_PerformRequest",
Expand All @@ -638,7 +644,7 @@
"image_uri": "",
"invoke_arn": "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:654246770704:function:prod_PerformRequest/invocations",
"kms_key_arn": "",
"last_modified": "2021-06-20T07:06:07.342+0000",
"last_modified": "2021-06-20T07:14:23.938+0000",
"layers": [],
"memory_size": 1024,
"package_type": "Zip",
Expand All @@ -652,8 +658,8 @@
"s3_object_version": null,
"signing_job_arn": "",
"signing_profile_version_arn": "",
"source_code_hash": "vO5nLYIThc+sMk9gO74bnxXySxnTwTjk+hSrzy1nm78=",
"source_code_size": 39968128,
"source_code_hash": "PT8OuDlr9A3rWXqh/WwPQcUnz6LRxyfztyO7EElFnhE=",
"source_code_size": 39967949,
"tags": {},
"timeout": 30,
"timeouts": null,
Expand Down

0 comments on commit c6565a7

Please sign in to comment.