aws∕lambda‒s3‒bucket‒iam‒role - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_lambda_s3_bucket_iam_role" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Providers
Name |
Version |
aws |
~> 4.47.0 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
environment |
n/a |
string |
"" |
no |
instance_role |
instance role that the storage ec2 instances use |
string |
"" |
no |
lambda_role |
lambda execution role name |
string |
"s3-bucket-provisioning-lambda-execution-role" |
no |
primary_account |
Account Number where lambda lives |
string |
"" |
no |
Outputs
No outputs.
Changelog