Giter Club home page Giter Club logo

ministryofjustice.terraform-aws-step_function_globalprotect's Introduction

A terraform module for deploying lambda functions, state functions, required roles, and Dynamo DB for gateway tracking.

Requirements

No requirements.

Providers

Name Version
archive n/a
aws n/a

Modules

No modules.

Resources

Name Type
aws_cloudwatch_event_rule.this resource
aws_cloudwatch_event_target.this resource
aws_dynamodb_table.gp resource
aws_iam_role.lambda_execution_role resource
aws_iam_role.sfn_execution_role resource
aws_iam_role_policy.lambda_execution_policy resource
aws_iam_role_policy.sfn_execution_policy resource
aws_lambda_function.sfn_init resource
aws_lambda_function.this resource
aws_lambda_layer_version.as_layer resource
aws_s3_bucket.stepfunction resource
aws_s3_bucket_object.sfn_init_s3 resource
aws_s3_bucket_object.this resource
aws_sfn_state_machine.sfn resource
archive_file.nodejslambda data source
archive_file.stepfunction data source
aws_caller_identity.current data source
aws_lambda_invocation.this data source

Inputs

Name Description Type Default Required
availability_zones (optional) availability zones in the region list(string)
[
"eu-west-2a",
"eu-west-2b",
"eu-west-2c"
]
no
aws_route53_zone DNS host zone string n/a yes
cloudwatch_alarm_switch_cron Cron schedule to run CloudWatch Event rule which inturn will trigger a lambda function to enable/disable GP scale in event string "0 2,58 7,20 ? * MON,TUE,WED,THU,FRI *" no
development Creates zip archives to make developer's life easier bool false no
gp_client_ip_pools n/a list(any) [] no
gp_gateway_hostname_template n/a string "MOJ-AW2-FW%02d%s" no
host_zone_id DNS host zone ID string n/a yes
lambda_function_dir Local dir name of the lambda functions string n/a yes
lambda_subnet_ids A list of subnet IDs associated with the Lambda function list(string) n/a yes
lamda_function_build_dir lambda function source directory string "package" no
lamda_function_src_dir lambda function source directory string "src" no
layer_function_build_dir layer function zip directory string "package" no
layer_function_dir Local dir name of the lambda layer function string "lambda_layer_function" no
name name to prepend to lambda functions and state machine string n/a yes
panorama_api_key_ssm_key Panorama aws_lambda user's api key is stored under this parameter name in SSM string n/a yes
panorama_ip_1 Panorama IP 1 string n/a yes
panorama_ip_2 Panorama IP 2 string n/a yes
public_ipv4_pool n/a string "amazon" no
region lambda region string "eu-west-2" no
reset_db_input Flag to reset GlobalProtect GP Dynamo DB map(string) {} no
runtime The identifier of the function's runtime string "python3.6" no
security_group_ids A list of security group IDs associated with the Lambda function list(string) n/a yes
suffix_map n/a list(string)
[
"A",
"B",
"C",
"D"
]
no
tags n/a map(string) {} no
tgw_rtb_id ID of the transit gateway route table string n/a yes
vmseries_api_key_ssm_key VM-series bootstrap admin user's api key is stored under this parameter name in SSM string n/a yes

Outputs

Name Description
lambda_scale_sfn_init_arn n/a
lambda_scale_sfn_init_name n/a

ministryofjustice.terraform-aws-step_function_globalprotect's People

Contributors

migara avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.